Shades of Inch Worm #A8EA18
Tints of Inch Worm #A8EA18
RGB
CMYK
RGB Variations
Color information
#A8EA18 (or 0xA8EA18) is known color: Inch Worm. HEX triplet: A8, EA and 18. RGB value is (168,234,24). Sum of RGB (Red+Green+Blue) = 168+234+24=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EA18 is #5715E7. Grayscale: #BFBFBF. Windows color (decimal): -5707240 or 1632936. OLE color: 1632936.
HSL color Cylindrical-coordinate representation of color #A8EA18: hue angle of 78.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8EA18 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 24 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.08 |
| HSL | 78.86º | 0.83% | 0.51% | - |
| HSV(B) | 78.86º | 0.9% | 0.92% | - |
| XYZ | 45.74 | 67.24 | 11.43 | - |
| YUV | 190.33 | 34.13 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 24 | 0.28 | 0 | 0.90 | 0.08 | 78.86 | 0.83 | 0.51 |
| Hex | A8 | EA | 18 | 1C | 0 | 5A | 8 | 4F | 53 | 33 |
| Octal | 250 | 352 | 30 | 34 | 0 | 132 | 10 | 117 | 123 | 63 |
| Binary | 10101000 | 11101010 | 11000 | 11100 | 0 | 1011010 | 1000 | 1001111 | 1010011 | 110011 |
Color Harmonies of #A8EA18
Complementary color
Monochromatic Colors of #A8EA18
Black with #A8EA18
Text Example
Text Example
White with #A8EA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA18; }
p { color: rgb(168,234,24); }
H1.HeaderClassName
{
color: #A8EA18;
}
.AnyTagClassName
{
color: #A8EA18;
}
</style>
background-color css
<style>
a { background-color: #A8EA18; }
a { background-color: rgb(168,234,24); }
div.DivClassName
{
background-color: #A8EA18;
}
.BgClassName
{
background-color: #A8EA18;
}
</style>
border-color css
<style>
span { border-color: #A8EA18; }
span { border-color: rgb(168,234,24); }
td.TdClassName
{
border-color: #A8EA18;
}
.TagClassName
{
border-color: #A8EA18;
}
</style>