#A6E10C

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

Shades of Inch Worm #A6E10C

Tints of Inch Worm #A6E10C

Color information

#A6E10C (or 0xA6E10C) is unknown color: approx Inch Worm. HEX triplet: A6, E1 and 0C. RGB value is (166,225,12). Sum of RGB (Red+Green+Blue) = 166+225+12=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 225 (88.28% from 255 or 55.83% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E10C is #591EF3. Grayscale: #B7B7B7. Windows color (decimal): -5840628 or 844198. OLE color: 844198.

HSL color Cylindrical-coordinate representation of color #A6E10C: hue angle of 76.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6E10C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB16622512-
CMYK0.2600.950.12
HSL76.62º89.87%46.47%-
HSV(B)76.62º94.67%88.24%-
XYZ42.7261.9810.06-
YUV183.0831.45115.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 225 (88.28% from 255) = 55.83%
BLUE value IS 12 (5.08% from 255) = 2.98%
R=41.19%
G=55.83%
B=2.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166225120.2600.950.1276.6289.8746.47
HexA6E1C1A05FC4d5a2e
Octal246341143201371411513256
Binary101001101110000111001101001011111110010011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E10C; }

 p { color: rgb(166,225,12); }

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

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

 a { background-color: rgb(166,225,12); }

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

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

 span { border-color: rgb(166,225,12); }

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