Shades of Inch Worm #A8E019
Tints of Inch Worm #A8E019
RGB
CMYK
RGB Variations
Color information
#A8E019 (or 0xA8E019) is known color: Inch Worm. HEX triplet: A8, E0 and 19. RGB value is (168,224,25). Sum of RGB (Red+Green+Blue) = 168+224+25=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E019 is #571FE6. Grayscale: #B9B9B9. Windows color (decimal): -5709799 or 1695912. OLE color: 1695912.
HSL color Cylindrical-coordinate representation of color #A8E019: hue angle of 76.88º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8E019 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 25 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.12 |
| HSL | 76.88º | 0.8% | 0.49% | - |
| HSV(B) | 76.88º | 0.89% | 0.88% | - |
| XYZ | 42.98 | 61.71 | 10.56 | - |
| YUV | 184.57 | 37.95 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 25 | 0.25 | 0 | 0.89 | 0.12 | 76.88 | 0.8 | 0.49 |
| Hex | A8 | E0 | 19 | 19 | 0 | 59 | C | 4D | 50 | 31 |
| Octal | 250 | 340 | 31 | 31 | 0 | 131 | 14 | 115 | 120 | 61 |
| Binary | 10101000 | 11100000 | 11001 | 11001 | 0 | 1011001 | 1100 | 1001101 | 1010000 | 110001 |
Color Harmonies of #A8E019
Complementary color
Monochromatic Colors of #A8E019
Black with #A8E019
Text Example
Text Example
White with #A8E019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E019; }
p { color: rgb(168,224,25); }
H1.HeaderClassName
{
color: #A8E019;
}
.AnyTagClassName
{
color: #A8E019;
}
</style>
background-color css
<style>
a { background-color: #A8E019; }
a { background-color: rgb(168,224,25); }
div.DivClassName
{
background-color: #A8E019;
}
.BgClassName
{
background-color: #A8E019;
}
</style>
border-color css
<style>
span { border-color: #A8E019; }
span { border-color: rgb(168,224,25); }
td.TdClassName
{
border-color: #A8E019;
}
.TagClassName
{
border-color: #A8E019;
}
</style>