Shades of Inch Worm #A8EF0E
Tints of Inch Worm #A8EF0E
RGB
CMYK
RGB Variations
Color information
#A8EF0E (or 0xA8EF0E) is known color: Inch Worm. HEX triplet: A8, EF and 0E. RGB value is (168,239,14). Sum of RGB (Red+Green+Blue) = 168+239+14=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 239 (93.75% from 255 or 56.77% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EF0E is #5710F1. Grayscale: #C0C0C0. Windows color (decimal): -5705970 or 978856. OLE color: 978856.
HSL color Cylindrical-coordinate representation of color #A8EF0E: hue angle of 78.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8EF0E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 14 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.06 |
| HSL | 78.93º | 0.89% | 0.5% | - |
| HSV(B) | 78.93º | 0.94% | 0.94% | - |
| XYZ | 47.09 | 70.09 | 11.46 | - |
| YUV | 192.12 | 27.48 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 14 | 0.30 | 0 | 0.94 | 0.06 | 78.93 | 0.89 | 0.5 |
| Hex | A8 | EF | E | 1E | 0 | 5E | 6 | 4F | 59 | 32 |
| Octal | 250 | 357 | 16 | 36 | 0 | 136 | 6 | 117 | 131 | 62 |
| Binary | 10101000 | 11101111 | 1110 | 11110 | 0 | 1011110 | 110 | 1001111 | 1011001 | 110010 |
Color Harmonies of #A8EF0E
Complementary color
Monochromatic Colors of #A8EF0E
Black with #A8EF0E
Text Example
Text Example
White with #A8EF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF0E; }
p { color: rgb(168,239,14); }
H1.HeaderClassName
{
color: #A8EF0E;
}
.AnyTagClassName
{
color: #A8EF0E;
}
</style>
background-color css
<style>
a { background-color: #A8EF0E; }
a { background-color: rgb(168,239,14); }
div.DivClassName
{
background-color: #A8EF0E;
}
.BgClassName
{
background-color: #A8EF0E;
}
</style>
border-color css
<style>
span { border-color: #A8EF0E; }
span { border-color: rgb(168,239,14); }
td.TdClassName
{
border-color: #A8EF0E;
}
.TagClassName
{
border-color: #A8EF0E;
}
</style>