Shades of Inch Worm #A2E008
Tints of Inch Worm #A2E008
RGB
CMYK
RGB Variations
Color information
#A2E008 (or 0xA2E008) is known color: Inch Worm. HEX triplet: A2, E0 and 08. RGB value is (162,224,8). Sum of RGB (Red+Green+Blue) = 162+224+8=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E008 is #5D1FF7. Grayscale: #B5B5B5. Windows color (decimal): -6103032 or 581794. OLE color: 581794.
HSL color Cylindrical-coordinate representation of color #A2E008: hue angle of 77.22º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2E008 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.12 |
| HSL | 77.22º | 0.93% | 0.45% | - |
| HSV(B) | 77.22º | 0.96% | 0.88% | - |
| XYZ | 41.6 | 61.01 | 9.81 | - |
| YUV | 180.84 | 30.46 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 8 | 0.28 | 0 | 0.96 | 0.12 | 77.22 | 0.93 | 0.45 |
| Hex | A2 | E0 | 8 | 1C | 0 | 60 | C | 4D | 5D | 2D |
| Octal | 242 | 340 | 10 | 34 | 0 | 140 | 14 | 115 | 135 | 55 |
| Binary | 10100010 | 11100000 | 1000 | 11100 | 0 | 1100000 | 1100 | 1001101 | 1011101 | 101101 |
Color Harmonies of #A2E008
Complementary color
Monochromatic Colors of #A2E008
Black with #A2E008
Text Example
Text Example
White with #A2E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E008; }
p { color: rgb(162,224,8); }
H1.HeaderClassName
{
color: #A2E008;
}
.AnyTagClassName
{
color: #A2E008;
}
</style>
background-color css
<style>
a { background-color: #A2E008; }
a { background-color: rgb(162,224,8); }
div.DivClassName
{
background-color: #A2E008;
}
.BgClassName
{
background-color: #A2E008;
}
</style>
border-color css
<style>
span { border-color: #A2E008; }
span { border-color: rgb(162,224,8); }
td.TdClassName
{
border-color: #A2E008;
}
.TagClassName
{
border-color: #A2E008;
}
</style>