Shades of Inch Worm #A8E20A
Tints of Inch Worm #A8E20A
RGB
CMYK
RGB Variations
Color information
#A8E20A (or 0xA8E20A) is known color: Inch Worm. HEX triplet: A8, E2 and 0A. RGB value is (168,226,10). Sum of RGB (Red+Green+Blue) = 168+226+10=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E20A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E20A is #571DF5. Grayscale: #B8B8B8. Windows color (decimal): -5709302 or 713384. OLE color: 713384.
HSL color Cylindrical-coordinate representation of color #A8E20A: hue angle of 76.11º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8E20A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 10 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.11 |
| HSL | 76.11º | 0.92% | 0.46% | - |
| HSV(B) | 76.11º | 0.96% | 0.89% | - |
| XYZ | 43.4 | 62.74 | 10.11 | - |
| YUV | 184.03 | 29.78 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 10 | 0.26 | 0 | 0.96 | 0.11 | 76.11 | 0.92 | 0.46 |
| Hex | A8 | E2 | A | 1A | 0 | 60 | B | 4C | 5C | 2E |
| Octal | 250 | 342 | 12 | 32 | 0 | 140 | 13 | 114 | 134 | 56 |
| Binary | 10101000 | 11100010 | 1010 | 11010 | 0 | 1100000 | 1011 | 1001100 | 1011100 | 101110 |
Color Harmonies of #A8E20A
Complementary color
Monochromatic Colors of #A8E20A
Black with #A8E20A
Text Example
Text Example
White with #A8E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E20A; }
p { color: rgb(168,226,10); }
H1.HeaderClassName
{
color: #A8E20A;
}
.AnyTagClassName
{
color: #A8E20A;
}
</style>
background-color css
<style>
a { background-color: #A8E20A; }
a { background-color: rgb(168,226,10); }
div.DivClassName
{
background-color: #A8E20A;
}
.BgClassName
{
background-color: #A8E20A;
}
</style>
border-color css
<style>
span { border-color: #A8E20A; }
span { border-color: rgb(168,226,10); }
td.TdClassName
{
border-color: #A8E20A;
}
.TagClassName
{
border-color: #A8E20A;
}
</style>