Shades of Inch Worm #A8D70C
Tints of Inch Worm #A8D70C
RGB
CMYK
RGB Variations
Color information
#A8D70C (or 0xA8D70C) is known color: Inch Worm. HEX triplet: A8, D7 and 0C. RGB value is (168,215,12). Sum of RGB (Red+Green+Blue) = 168+215+12=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 215 (84.38% from 255 or 54.43% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D70C is #5728F3. Grayscale: #B2B2B2. Windows color (decimal): -5712116 or 841640. OLE color: 841640.
HSL color Cylindrical-coordinate representation of color #A8D70C: hue angle of 73.89º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8D70C is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 12 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.16 |
| HSL | 73.89º | 0.89% | 0.45% | - |
| HSV(B) | 73.89º | 0.94% | 0.84% | - |
| XYZ | 40.52 | 56.95 | 9.21 | - |
| YUV | 177.81 | 34.43 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 12 | 0.22 | 0 | 0.94 | 0.16 | 73.89 | 0.89 | 0.45 |
| Hex | A8 | D7 | C | 16 | 0 | 5E | 10 | 4A | 59 | 2D |
| Octal | 250 | 327 | 14 | 26 | 0 | 136 | 20 | 112 | 131 | 55 |
| Binary | 10101000 | 11010111 | 1100 | 10110 | 0 | 1011110 | 10000 | 1001010 | 1011001 | 101101 |
Color Harmonies of #A8D70C
Complementary color
Monochromatic Colors of #A8D70C
Black with #A8D70C
Text Example
Text Example
White with #A8D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D70C; }
p { color: rgb(168,215,12); }
H1.HeaderClassName
{
color: #A8D70C;
}
.AnyTagClassName
{
color: #A8D70C;
}
</style>
background-color css
<style>
a { background-color: #A8D70C; }
a { background-color: rgb(168,215,12); }
div.DivClassName
{
background-color: #A8D70C;
}
.BgClassName
{
background-color: #A8D70C;
}
</style>
border-color css
<style>
span { border-color: #A8D70C; }
span { border-color: rgb(168,215,12); }
td.TdClassName
{
border-color: #A8D70C;
}
.TagClassName
{
border-color: #A8D70C;
}
</style>