Shades of Inch Worm #A8EA06
Tints of Inch Worm #A8EA06
RGB
CMYK
RGB Variations
Color information
#A8EA06 (or 0xA8EA06) is known color: Inch Worm. HEX triplet: A8, EA and 06. RGB value is (168,234,6). Sum of RGB (Red+Green+Blue) = 168+234+6=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 234 (91.80% from 255 or 57.35% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EA06 is #5715F9. Grayscale: #BDBDBD. Windows color (decimal): -5707258 or 453288. OLE color: 453288.
HSL color Cylindrical-coordinate representation of color #A8EA06: hue angle of 77.37º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8EA06 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.08 |
| HSL | 77.37º | 0.95% | 0.47% | - |
| HSV(B) | 77.37º | 0.97% | 0.92% | - |
| XYZ | 45.6 | 67.18 | 10.74 | - |
| YUV | 188.27 | 25.13 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 6 | 0.28 | 0 | 0.97 | 0.08 | 77.37 | 0.95 | 0.47 |
| Hex | A8 | EA | 6 | 1C | 0 | 61 | 8 | 4D | 5F | 2F |
| Octal | 250 | 352 | 6 | 34 | 0 | 141 | 10 | 115 | 137 | 57 |
| Binary | 10101000 | 11101010 | 110 | 11100 | 0 | 1100001 | 1000 | 1001101 | 1011111 | 101111 |
Color Harmonies of #A8EA06
Complementary color
Monochromatic Colors of #A8EA06
Black with #A8EA06
Text Example
Text Example
White with #A8EA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA06; }
p { color: rgb(168,234,6); }
H1.HeaderClassName
{
color: #A8EA06;
}
.AnyTagClassName
{
color: #A8EA06;
}
</style>
background-color css
<style>
a { background-color: #A8EA06; }
a { background-color: rgb(168,234,6); }
div.DivClassName
{
background-color: #A8EA06;
}
.BgClassName
{
background-color: #A8EA06;
}
</style>
border-color css
<style>
span { border-color: #A8EA06; }
span { border-color: rgb(168,234,6); }
td.TdClassName
{
border-color: #A8EA06;
}
.TagClassName
{
border-color: #A8EA06;
}
</style>