#A6E128

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

Shades of Inch Worm #A6E128

Tints of Inch Worm #A6E128

Color information

#A6E128 (or 0xA6E128) is unknown color: approx Inch Worm. HEX triplet: A6, E1 and 28. RGB value is (166,225,40). Sum of RGB (Red+Green+Blue) = 166+225+40=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E128 is #591ED7. Grayscale: #BABABA. Windows color (decimal): -5840600 or 2679206. OLE color: 2679206.

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

Color convert

RGB16622540-
CMYK0.2600.820.12
HSL79.14º75.51%51.96%-
HSV(B)79.14º82.22%88.24%-
XYZ43.0362.1111.73-
YUV186.2745.45113.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 225 (88.28% from 255) = 52.20%
BLUE value IS 40 (16.02% from 255) = 9.28%
R=38.52%
G=52.20%
B=9.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166225400.2600.820.1279.1475.5151.96
HexA6E1281A052C4f4c34
Octal246341503201221411711464
Binary10100110111000011010001101001010010110010011111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E128; }

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

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

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

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

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

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

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

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