COLOR #A6CB18

HEX: #A6CB18 RGB: (166,203,24)

Color info

#A6CB18 contains mainly red and green colors. Web safe color of #A6CB18 is #99CC00 (or #9C0).

RGB color model

#A6CB18 color RGB value is (166,203,24).

RGB: (166,203,24) (65%, 80%, 9%)

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 24 of 255 = 9%

166
203
24

R + G + B ~ 51%. #A6CB18 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 203 + 24 = 393 (100%)
R 166 of 393 ~ 42.24%
G 203 of 393 ~ 51.65%
B 24 of 393 ~ 6.11'%

%42.24
%51.65

CMYK color model

#A6CB18 color CMYK value is (18,0,88,20).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 88.18%
  • key color value is 20.39%

CMYK: (18,0,88,20)
C18M0Y88K20 (18%, 0%, 88%, 20%)
(0.18 / 0.00 / 0.88 / 0.20)

CMYK percentages

%18.23
%0
%88.18
%20.39

Codes

Color #A6CB18 in popluar color models

A6 CB 18
RGB 166 203 24
HSL 72° 78.85% 44.51%
HSB/HSV 72° 88.18% 79.61%
CMYK 18.23% 0.00% 88.18%
20.39%

Color #A6CB18 in popluar number systems.

HEX A6 CB 18
Decimal 166 203 24
Binary 10100110 11001011 11000
Octal 246 313 30

Shades and tints

Shades of #A6CB18

#A6CB18
(166,203,24)
#97B916
(151,185,22)
#88A714
(136,167,20)
#799512
(121,149,18)
#6A8310
(106,131,16)
#5B710E
(91,113,14)
#4C5F0C
(76,95,12)
#3D4D0A
(61,77,10)
#2E3B08
(46,59,8)
#1F2906
(31,41,6)
#101704
(16,23,4)
#000000
(0,0,0)

Tints of #A6CB18

#A6CB18
(166,203,24)
#AECF2D
(174,207,45)
#B6D342
(182,211,66)
#BED757
(190,215,87)
#C6DB6C
(198,219,108)
#CEDF81
(206,223,129)
#D6E396
(214,227,150)
#DEE7AB
(222,231,171)
#E6EBC0
(230,235,192)
#EEEFD5
(238,239,213)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CB18 color. Also use rgb(166,203,24) instead hex code.

Text Font Color

.myTextColor { color: #A6CB18; }

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

This text font color is #A6CB18.

Background Color

.myBgColor { background-color: #A6CB18; }

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

This div background color is #A6CB18.

Border color

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

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

This div border color is #A6CB18.

Opacity

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

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

Text with #A6CB18 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 #A6CB18;}

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

This text has shadow with #A6CB18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CB18.

Preview

Color preview on black background

This text has color #A6CB18 on black background.


Color preview on white background

This text has color #A6CB18 on white background.


Black color preview on #A6CB18 background

This text has black color on #A6CB18 background.


White color preview on #A6CB18 background

This text has white color on #A6CB18 background.


Related colors

Complementary color

Complementary color for #hex is #5934E7.


I love getcolorcode.com

Triadic colors

1 #18A6CB and #CB18A6 with #A6CB18 are triadic colors.

2 #18CBA6 and #CBA618 with #A6CB18 are triadic colors.