Shades of Inch Worm #A8E417
Tints of Inch Worm #A8E417
RGB
CMYK
RGB Variations
Color information
#A8E417 (or 0xA8E417) is known color: Inch Worm. HEX triplet: A8, E4 and 17. RGB value is (168,228,23). Sum of RGB (Red+Green+Blue) = 168+228+23=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E417 is #571BE8. Grayscale: #BBBBBB. Windows color (decimal): -5708777 or 1565864. OLE color: 1565864.
HSL color Cylindrical-coordinate representation of color #A8E417: hue angle of 77.56º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8E417 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 23 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.11 |
| HSL | 77.56º | 0.82% | 0.49% | - |
| HSV(B) | 77.56º | 0.9% | 0.89% | - |
| XYZ | 44.05 | 63.87 | 10.82 | - |
| YUV | 186.69 | 35.62 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 23 | 0.26 | 0 | 0.90 | 0.11 | 77.56 | 0.82 | 0.49 |
| Hex | A8 | E4 | 17 | 1A | 0 | 5A | B | 4E | 52 | 31 |
| Octal | 250 | 344 | 27 | 32 | 0 | 132 | 13 | 116 | 122 | 61 |
| Binary | 10101000 | 11100100 | 10111 | 11010 | 0 | 1011010 | 1011 | 1001110 | 1010010 | 110001 |
Color Harmonies of #A8E417
Complementary color
Monochromatic Colors of #A8E417
Black with #A8E417
Text Example
Text Example
White with #A8E417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E417; }
p { color: rgb(168,228,23); }
H1.HeaderClassName
{
color: #A8E417;
}
.AnyTagClassName
{
color: #A8E417;
}
</style>
background-color css
<style>
a { background-color: #A8E417; }
a { background-color: rgb(168,228,23); }
div.DivClassName
{
background-color: #A8E417;
}
.BgClassName
{
background-color: #A8E417;
}
</style>
border-color css
<style>
span { border-color: #A8E417; }
span { border-color: rgb(168,228,23); }
td.TdClassName
{
border-color: #A8E417;
}
.TagClassName
{
border-color: #A8E417;
}
</style>