#A6D100

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

Shades of Inch Worm #A6D100

Tints of Inch Worm #A6D100

Color information

#A6D100 (or 0xA6D100) is unknown color: approx Inch Worm. HEX triplet: A6, D1 and 00. RGB value is (166,209,0). Sum of RGB (Red+Green+Blue) = 166+209+0=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D100 is #592EFF. Grayscale: #ADADAD. Windows color (decimal): -5844736 or 53670. OLE color: 53670.

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

Color convert

RGB1662090-
CMYK0.21010.18
HSL72.34º100%40.98%-
HSV(B)72.34º100%81.96%-
XYZ38.5353.718.34-
YUV172.3230.75123.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 209 (82.03% from 255) = 55.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.27%
G=55.73%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16620900.21010.1872.3410040.98
HexA6D101506412486429
Octal24632102501442211014451
Binary1010011011010001010101011001001001010010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D100; }

 p { color: rgb(166,209,0); }

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

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

 a { background-color: rgb(166,209,0); }

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

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

 span { border-color: rgb(166,209,0); }

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