Shades of Inch Worm #A8D211
Tints of Inch Worm #A8D211
RGB
CMYK
RGB Variations
Color information
#A8D211 (or 0xA8D211) is known color: Inch Worm. HEX triplet: A8, D2 and 11. RGB value is (168,210,17). Sum of RGB (Red+Green+Blue) = 168+210+17=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D211 is #572DEE. Grayscale: #B0B0B0. Windows color (decimal): -5713391 or 1168040. OLE color: 1168040.
HSL color Cylindrical-coordinate representation of color #A8D211: hue angle of 73.06º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8D211 is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 17 | - |
| CMYK | 0.2 | 0 | 0.92 | 0.18 |
| HSL | 73.06º | 0.85% | 0.45% | - |
| HSV(B) | 73.06º | 0.92% | 0.82% | - |
| XYZ | 39.3 | 54.46 | 8.97 | - |
| YUV | 175.44 | 38.59 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 17 | 0.2 | 0 | 0.92 | 0.18 | 73.06 | 0.85 | 0.45 |
| Hex | A8 | D2 | 11 | 14 | 0 | 5C | 12 | 49 | 55 | 2D |
| Octal | 250 | 322 | 21 | 24 | 0 | 134 | 22 | 111 | 125 | 55 |
| Binary | 10101000 | 11010010 | 10001 | 10100 | 0 | 1011100 | 10010 | 1001001 | 1010101 | 101101 |
Color Harmonies of #A8D211
Complementary color
Monochromatic Colors of #A8D211
Black with #A8D211
Text Example
Text Example
White with #A8D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D211; }
p { color: rgb(168,210,17); }
H1.HeaderClassName
{
color: #A8D211;
}
.AnyTagClassName
{
color: #A8D211;
}
</style>
background-color css
<style>
a { background-color: #A8D211; }
a { background-color: rgb(168,210,17); }
div.DivClassName
{
background-color: #A8D211;
}
.BgClassName
{
background-color: #A8D211;
}
</style>
border-color css
<style>
span { border-color: #A8D211; }
span { border-color: rgb(168,210,17); }
td.TdClassName
{
border-color: #A8D211;
}
.TagClassName
{
border-color: #A8D211;
}
</style>