#A6D210

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

Shades of Inch Worm #A6D210

Tints of Inch Worm #A6D210

Color information

#A6D210 (or 0xA6D210) is unknown color: approx Inch Worm. HEX triplet: A6, D2 and 10. RGB value is (166,210,16). Sum of RGB (Red+Green+Blue) = 166+210+16=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D210 is #592DEF. Grayscale: #AFAFAF. Windows color (decimal): -5844464 or 1102502. OLE color: 1102502.

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

Color convert

RGB16621016-
CMYK0.2100.920.18
HSL73.61º85.84%44.31%-
HSV(B)73.61º92.38%82.35%-
XYZ38.8754.248.91-
YUV174.7338.42121.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 210 (82.42% from 255) = 53.57%
BLUE value IS 16 (6.64% from 255) = 4.08%
R=42.35%
G=53.57%
B=4.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166210160.2100.920.1873.6185.8444.31
HexA6D2101505C124a562c
Octal246322202501342211212654
Binary10100110110100101000010101010111001001010010101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D210; }

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

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

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

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

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

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

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

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