COLOR #A6E488

HEX: #A6E488
RGB: (166,228,136)

Renk bilgisi

#A6E488 contains mainly green color. #A6E488 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A6E488 color RGB value is (166,228,136).

  • kırmız ton 166;
  • yeşil ton 228;
  • mavi ton 136.
RGB:
(166,228,136)
(65%,89%,53%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 228 of 255 = 89%
B 136 of 255 = 53%

166
228
136

R + G + B ~ 69%. #A6E488 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 228 + 136 = 530 (100%)
R 166 of 530 ~ 31.32%
G 228 of 530 ~ 43.02%
B 136 of 530 ~ 25.66%

%31.32
%43.02
%25.66

CMYK RENK MODELİ

#A6E488 rengi CMYK tonu (27,0,40,11).

  • camgöbeği tonu 27.19%
  • eflatun tonu 0.00%
  • sarı tonu 40.35%
  • ana renk tonu 10.59%
CMYK:
(27,0,40,11)
C27M0Y40K11 
(27%,0%,40%,11%)
(0.27/0.00/0.40/0.11)	

CMYK yüzdeleri

%27.19
%0
%40.35
%10.59

Codes

Color #A6E488 in popluar color models

A6E488
RGB166228136
HSL100°63.01%71.37%
HSB/HSV100°40.35%89.41%
CMYK27.19%0.00%40.35%
10.59%

Color #A6E488 in popluar number systems.

HEXA6E488
Decimal166228136
Binary101001101110010010001000
Octal246344210

Shades and tints

Shades of #A6E488

#A6E488
(166,228,136)
#97D07C
(151,208,124)
#88BC70
(136,188,112)
#79A864
(121,168,100)
#6A9458
(106,148,88)
#5B804C
(91,128,76)
#4C6C40
(76,108,64)
#3D5834
(61,88,52)
#2E4428
(46,68,40)
#1F301C
(31,48,28)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #A6E488

#A6E488
(166,228,136)
#AEE692
(174,230,146)
#B6E89C
(182,232,156)
#BEEAA6
(190,234,166)
#C6ECB0
(198,236,176)
#CEEEBA
(206,238,186)
#D6F0C4
(214,240,196)
#DEF2CE
(222,242,206)
#E6F4D8
(230,244,216)
#EEF6E2
(238,246,226)
#F6F8EC
(246,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E488 color. Also use rgb(166,228,136) instead hex code.

Text Font Color

.myTextColor { color: #A6E488; }

<p style="color:#A6E488">This sample text font color is #A6E488.</p>

This text font color is #A6E488.


Background Color

.myBgColor { background-color: #A6E488; }

<div style="background-color:#A6E488">Inner text</div>

This div background color is #A6E488.


Border color

.myBorderColor { border: 1px solid #A6E488; }

<div style="border:3px solid #A6E488">Div</div>

This div border color is #A6E488.


Opacity

.myOpacity80 { color: #A6E488; opacity: 0.8; }

<p style="color:#A6E488;opacity:0.8;">80%</p>

Text with #A6E488 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A6E488;}

<p style="text-shadow: 3px 3px 1px #A6E488">Text here.</p>

This text has shadow with #A6E488 color.

.textShadow {text-shadow: 3px 3px 1px #A6E488, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A6E488, 5px 5px 20px red">Text here.</p>

This text has shadow with #A6E488 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6E488, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A6E488, Direction=45, Strength=4)">Text</p>

This text has shadow with #A6E488 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A6E488;
  -webkit-box-shadow:	1px 1px 3px 2px #A6E488;
  box-shadow:		1px 1px 3px 2px #A6E488;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6E488;
-webkit-box-shadow: 1px 1px 3px 2px #A6E488;
box-shadow:1px 1px 3px 2px #A6E488;">
Div content here</div>
This div box has shadow with color #A6E488.

Preview

Color preview on black background

This text has color #A6E488 on black background.


Color preview on white background

This text has color #A6E488 on white background.



Black color preview on #A6E488 background

This text has black color on #A6E488 background.


White color preview on #A6E488 background

This text has white color on #A6E488 background.