#A6D208

Color #A6D208 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A6D208

Tints of Inch Worm #A6D208

Color information

#A6D208 (or 0xA6D208) is unknown color: approx Inch Worm. HEX triplet: A6, D2 and 08. RGB value is (166,210,8). Sum of RGB (Red+Green+Blue) = 166+210+8=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D208 is #592DF7. Grayscale: #AEAEAE. Windows color (decimal): -5844472 or 578214. OLE color: 578214.

HSL color Cylindrical-coordinate representation of color #A6D208: hue angle of 73.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6D208 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB1662108-
CMYK0.2100.960.18
HSL73.07º92.66%42.75%-
HSV(B)73.07º96.19%82.35%-
XYZ38.8254.228.65-
YUV173.8234.42122.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 210 (82.42% from 255) = 54.69%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=43.23%
G=54.69%
B=2.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16621080.2100.960.1873.0792.6642.75
HexA6D281506012495d2b
Octal246322102501402211113553
Binary1010011011010010100010101011000001001010010011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D208; }

 p { color: rgb(166,210,8); }

 H1.HeaderClassName
 {
   color: #A6D208;
 }
 .AnyTagClassName
 {
   color: #A6D208;
 }
</style>
background-color css

<style>
 a { background-color: #A6D208; }

 a { background-color: rgb(166,210,8); }

 div.DivClassName
 {
   background-color: #A6D208;
 }
 .BgClassName
 {
   background-color: #A6D208;
 }
</style>
border-color css

<style>
 span { border-color: #A6D208; }

 span { border-color: rgb(166,210,8); }

 td.TdClassName
 {
   border-color: #A6D208;
 }
 .TagClassName
 {
   border-color: #A6D208;
 }
</style>