Shades of Inch Worm #A8D210
Tints of Inch Worm #A8D210
RGB
CMYK
RGB Variations
Color information
#A8D210 (or 0xA8D210) is known color: Inch Worm. HEX triplet: A8, D2 and 10. RGB value is (168,210,16). Sum of RGB (Red+Green+Blue) = 168+210+16=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D210 is #572DEF. Grayscale: #B0B0B0. Windows color (decimal): -5713392 or 1102504. OLE color: 1102504.
HSL color Cylindrical-coordinate representation of color #A8D210: hue angle of 72.99º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8D210 is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 16 | - |
| CMYK | 0.2 | 0 | 0.92 | 0.18 |
| HSL | 72.99º | 0.86% | 0.44% | - |
| HSV(B) | 72.99º | 0.92% | 0.82% | - |
| XYZ | 39.29 | 54.46 | 8.93 | - |
| YUV | 175.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 16 | 0.2 | 0 | 0.92 | 0.18 | 72.99 | 0.86 | 0.44 |
| Hex | A8 | D2 | 10 | 14 | 0 | 5C | 12 | 49 | 56 | 2C |
| Octal | 250 | 322 | 20 | 24 | 0 | 134 | 22 | 111 | 126 | 54 |
| Binary | 10101000 | 11010010 | 10000 | 10100 | 0 | 1011100 | 10010 | 1001001 | 1010110 | 101100 |
Color Harmonies of #A8D210
Complementary color
Monochromatic Colors of #A8D210
Black with #A8D210
Text Example
Text Example
White with #A8D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D210; }
p { color: rgb(168,210,16); }
H1.HeaderClassName
{
color: #A8D210;
}
.AnyTagClassName
{
color: #A8D210;
}
</style>
background-color css
<style>
a { background-color: #A8D210; }
a { background-color: rgb(168,210,16); }
div.DivClassName
{
background-color: #A8D210;
}
.BgClassName
{
background-color: #A8D210;
}
</style>
border-color css
<style>
span { border-color: #A8D210; }
span { border-color: rgb(168,210,16); }
td.TdClassName
{
border-color: #A8D210;
}
.TagClassName
{
border-color: #A8D210;
}
</style>