Shades of Inch Worm #A8EA12
Tints of Inch Worm #A8EA12
RGB
CMYK
RGB Variations
Color information
#A8EA12 (or 0xA8EA12) is known color: Inch Worm. HEX triplet: A8, EA and 12. RGB value is (168,234,18). Sum of RGB (Red+Green+Blue) = 168+234+18=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EA12 is #5715ED. Grayscale: #BEBEBE. Windows color (decimal): -5707246 or 1239720. OLE color: 1239720.
HSL color Cylindrical-coordinate representation of color #A8EA12: hue angle of 78.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8EA12 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 18 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.08 |
| HSL | 78.33º | 0.86% | 0.49% | - |
| HSV(B) | 78.33º | 0.92% | 0.92% | - |
| XYZ | 45.68 | 67.21 | 11.14 | - |
| YUV | 189.64 | 31.13 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 18 | 0.28 | 0 | 0.92 | 0.08 | 78.33 | 0.86 | 0.49 |
| Hex | A8 | EA | 12 | 1C | 0 | 5C | 8 | 4E | 56 | 31 |
| Octal | 250 | 352 | 22 | 34 | 0 | 134 | 10 | 116 | 126 | 61 |
| Binary | 10101000 | 11101010 | 10010 | 11100 | 0 | 1011100 | 1000 | 1001110 | 1010110 | 110001 |
Color Harmonies of #A8EA12
Complementary color
Monochromatic Colors of #A8EA12
Black with #A8EA12
Text Example
Text Example
White with #A8EA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA12; }
p { color: rgb(168,234,18); }
H1.HeaderClassName
{
color: #A8EA12;
}
.AnyTagClassName
{
color: #A8EA12;
}
</style>
background-color css
<style>
a { background-color: #A8EA12; }
a { background-color: rgb(168,234,18); }
div.DivClassName
{
background-color: #A8EA12;
}
.BgClassName
{
background-color: #A8EA12;
}
</style>
border-color css
<style>
span { border-color: #A8EA12; }
span { border-color: rgb(168,234,18); }
td.TdClassName
{
border-color: #A8EA12;
}
.TagClassName
{
border-color: #A8EA12;
}
</style>