Shades of Inch Worm #A8E00A
Tints of Inch Worm #A8E00A
RGB
CMYK
RGB Variations
Color information
#A8E00A (or 0xA8E00A) is known color: Inch Worm. HEX triplet: A8, E0 and 0A. RGB value is (168,224,10). Sum of RGB (Red+Green+Blue) = 168+224+10=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E00A is #571FF5. Grayscale: #B7B7B7. Windows color (decimal): -5709814 or 712872. OLE color: 712872.
HSL color Cylindrical-coordinate representation of color #A8E00A: hue angle of 75.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8E00A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 10 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.12 |
| HSL | 75.7º | 0.91% | 0.46% | - |
| HSV(B) | 75.7º | 0.96% | 0.88% | - |
| XYZ | 42.86 | 61.66 | 9.93 | - |
| YUV | 182.86 | 30.45 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 10 | 0.25 | 0 | 0.96 | 0.12 | 75.7 | 0.91 | 0.46 |
| Hex | A8 | E0 | A | 19 | 0 | 60 | C | 4C | 5B | 2E |
| Octal | 250 | 340 | 12 | 31 | 0 | 140 | 14 | 114 | 133 | 56 |
| Binary | 10101000 | 11100000 | 1010 | 11001 | 0 | 1100000 | 1100 | 1001100 | 1011011 | 101110 |
Color Harmonies of #A8E00A
Complementary color
Monochromatic Colors of #A8E00A
Black with #A8E00A
Text Example
Text Example
White with #A8E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E00A; }
p { color: rgb(168,224,10); }
H1.HeaderClassName
{
color: #A8E00A;
}
.AnyTagClassName
{
color: #A8E00A;
}
</style>
background-color css
<style>
a { background-color: #A8E00A; }
a { background-color: rgb(168,224,10); }
div.DivClassName
{
background-color: #A8E00A;
}
.BgClassName
{
background-color: #A8E00A;
}
</style>
border-color css
<style>
span { border-color: #A8E00A; }
span { border-color: rgb(168,224,10); }
td.TdClassName
{
border-color: #A8E00A;
}
.TagClassName
{
border-color: #A8E00A;
}
</style>