Shades of Inch Worm #A8D60E
Tints of Inch Worm #A8D60E
RGB
CMYK
RGB Variations
Color information
#A8D60E (or 0xA8D60E) is known color: Inch Worm. HEX triplet: A8, D6 and 0E. RGB value is (168,214,14). Sum of RGB (Red+Green+Blue) = 168+214+14=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D60E is #5729F1. Grayscale: #B2B2B2. Windows color (decimal): -5712370 or 972456. OLE color: 972456.
HSL color Cylindrical-coordinate representation of color #A8D60E: hue angle of 73.8º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8D60E is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 14 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.16 |
| HSL | 73.8º | 0.88% | 0.45% | - |
| HSV(B) | 73.8º | 0.93% | 0.84% | - |
| XYZ | 40.27 | 56.45 | 9.19 | - |
| YUV | 177.45 | 35.76 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 14 | 0.21 | 0 | 0.93 | 0.16 | 73.8 | 0.88 | 0.45 |
| Hex | A8 | D6 | E | 15 | 0 | 5D | 10 | 4A | 58 | 2D |
| Octal | 250 | 326 | 16 | 25 | 0 | 135 | 20 | 112 | 130 | 55 |
| Binary | 10101000 | 11010110 | 1110 | 10101 | 0 | 1011101 | 10000 | 1001010 | 1011000 | 101101 |
Color Harmonies of #A8D60E
Complementary color
Monochromatic Colors of #A8D60E
Black with #A8D60E
Text Example
Text Example
White with #A8D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D60E; }
p { color: rgb(168,214,14); }
H1.HeaderClassName
{
color: #A8D60E;
}
.AnyTagClassName
{
color: #A8D60E;
}
</style>
background-color css
<style>
a { background-color: #A8D60E; }
a { background-color: rgb(168,214,14); }
div.DivClassName
{
background-color: #A8D60E;
}
.BgClassName
{
background-color: #A8D60E;
}
</style>
border-color css
<style>
span { border-color: #A8D60E; }
span { border-color: rgb(168,214,14); }
td.TdClassName
{
border-color: #A8D60E;
}
.TagClassName
{
border-color: #A8D60E;
}
</style>