Shades of Inch Worm #A8EF0C
Tints of Inch Worm #A8EF0C
RGB
CMYK
RGB Variations
Color information
#A8EF0C (or 0xA8EF0C) is known color: Inch Worm. HEX triplet: A8, EF and 0C. RGB value is (168,239,12). Sum of RGB (Red+Green+Blue) = 168+239+12=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EF0C is #5710F3. Grayscale: #C0C0C0. Windows color (decimal): -5705972 or 847784. OLE color: 847784.
HSL color Cylindrical-coordinate representation of color #A8EF0C: hue angle of 78.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8EF0C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.06 |
| HSL | 78.77º | 0.9% | 0.49% | - |
| HSV(B) | 78.77º | 0.95% | 0.94% | - |
| XYZ | 47.08 | 70.08 | 11.39 | - |
| YUV | 191.89 | 26.48 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 12 | 0.30 | 0 | 0.95 | 0.06 | 78.77 | 0.9 | 0.49 |
| Hex | A8 | EF | C | 1E | 0 | 5F | 6 | 4F | 5A | 31 |
| Octal | 250 | 357 | 14 | 36 | 0 | 137 | 6 | 117 | 132 | 61 |
| Binary | 10101000 | 11101111 | 1100 | 11110 | 0 | 1011111 | 110 | 1001111 | 1011010 | 110001 |
Color Harmonies of #A8EF0C
Complementary color
Monochromatic Colors of #A8EF0C
Black with #A8EF0C
Text Example
Text Example
White with #A8EF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF0C; }
p { color: rgb(168,239,12); }
H1.HeaderClassName
{
color: #A8EF0C;
}
.AnyTagClassName
{
color: #A8EF0C;
}
</style>
background-color css
<style>
a { background-color: #A8EF0C; }
a { background-color: rgb(168,239,12); }
div.DivClassName
{
background-color: #A8EF0C;
}
.BgClassName
{
background-color: #A8EF0C;
}
</style>
border-color css
<style>
span { border-color: #A8EF0C; }
span { border-color: rgb(168,239,12); }
td.TdClassName
{
border-color: #A8EF0C;
}
.TagClassName
{
border-color: #A8EF0C;
}
</style>