#A6E414

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

Shades of Inch Worm #A6E414

Tints of Inch Worm #A6E414

Color information

#A6E414 (or 0xA6E414) is unknown color: approx Inch Worm. HEX triplet: A6, E4 and 14. RGB value is (166,228,20). Sum of RGB (Red+Green+Blue) = 166+228+20=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E414 is #591BEB. Grayscale: #BABABA. Windows color (decimal): -5839852 or 1369254. OLE color: 1369254.

HSL color Cylindrical-coordinate representation of color #A6E414: hue angle of 77.88º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6E414 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB16622820-
CMYK0.2700.910.11
HSL77.88º83.87%48.63%-
HSV(B)77.88º91.23%89.41%-
XYZ43.663.6410.65-
YUV185.7534.46113.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 228 (89.45% from 255) = 55.07%
BLUE value IS 20 (8.20% from 255) = 4.83%
R=40.10%
G=55.07%
B=4.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166228200.2700.910.1177.8883.8748.63
HexA6E4141B05BB4e5431
Octal246344243301331311612461
Binary1010011011100100101001101101011011101110011101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E414; }

 p { color: rgb(166,228,20); }

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

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

 a { background-color: rgb(166,228,20); }

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

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

 span { border-color: rgb(166,228,20); }

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