Shades of Inch Worm #A8E419
Tints of Inch Worm #A8E419
RGB
CMYK
RGB Variations
Color information
#A8E419 (or 0xA8E419) is known color: Inch Worm. HEX triplet: A8, E4 and 19. RGB value is (168,228,25). Sum of RGB (Red+Green+Blue) = 168+228+25=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E419 is #571BE6. Grayscale: #BBBBBB. Windows color (decimal): -5708775 or 1696936. OLE color: 1696936.
HSL color Cylindrical-coordinate representation of color #A8E419: hue angle of 77.73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8E419 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 25 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.11 |
| HSL | 77.73º | 0.8% | 0.5% | - |
| HSV(B) | 77.73º | 0.89% | 0.89% | - |
| XYZ | 44.07 | 63.88 | 10.93 | - |
| YUV | 186.92 | 36.62 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 25 | 0.26 | 0 | 0.89 | 0.11 | 77.73 | 0.8 | 0.5 |
| Hex | A8 | E4 | 19 | 1A | 0 | 59 | B | 4E | 50 | 32 |
| Octal | 250 | 344 | 31 | 32 | 0 | 131 | 13 | 116 | 120 | 62 |
| Binary | 10101000 | 11100100 | 11001 | 11010 | 0 | 1011001 | 1011 | 1001110 | 1010000 | 110010 |
Color Harmonies of #A8E419
Complementary color
Monochromatic Colors of #A8E419
Black with #A8E419
Text Example
Text Example
White with #A8E419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E419; }
p { color: rgb(168,228,25); }
H1.HeaderClassName
{
color: #A8E419;
}
.AnyTagClassName
{
color: #A8E419;
}
</style>
background-color css
<style>
a { background-color: #A8E419; }
a { background-color: rgb(168,228,25); }
div.DivClassName
{
background-color: #A8E419;
}
.BgClassName
{
background-color: #A8E419;
}
</style>
border-color css
<style>
span { border-color: #A8E419; }
span { border-color: rgb(168,228,25); }
td.TdClassName
{
border-color: #A8E419;
}
.TagClassName
{
border-color: #A8E419;
}
</style>