#A6E810

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

Shades of Inch Worm #A6E810

Tints of Inch Worm #A6E810

Color information

#A6E810 (or 0xA6E810) is unknown color: approx Inch Worm. HEX triplet: A6, E8 and 10. RGB value is (166,232,16). Sum of RGB (Red+Green+Blue) = 166+232+16=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 232 (91.02% from 255 or 56.04% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E810 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6E810 is #5917EF. Grayscale: #BCBCBC. Windows color (decimal): -5838832 or 1108134. OLE color: 1108134.

HSL color Cylindrical-coordinate representation of color #A6E810: hue angle of 78.33º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6E810 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB16623216-
CMYK0.2800.930.09
HSL78.33º87.1%48.63%-
HSV(B)78.33º93.1%90.98%-
XYZ44.6865.8610.85-
YUV187.6431.13112.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 232 (91.02% from 255) = 56.04%
BLUE value IS 16 (6.64% from 255) = 3.86%
R=40.10%
G=56.04%
B=3.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166232160.2800.930.0978.3387.148.63
HexA6E8101C05D94e5731
Octal246350203401351111612761
Binary1010011011101000100001110001011101100110011101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E810; }

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

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

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

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

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

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

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

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