Shades of Inch Worm #A8D216
Tints of Inch Worm #A8D216
RGB
CMYK
RGB Variations
Color information
#A8D216 (or 0xA8D216) is known color: Inch Worm. HEX triplet: A8, D2 and 16. RGB value is (168,210,22). Sum of RGB (Red+Green+Blue) = 168+210+22=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D216 is #572DE9. Grayscale: #B0B0B0. Windows color (decimal): -5713386 or 1495720. OLE color: 1495720.
HSL color Cylindrical-coordinate representation of color #A8D216: hue angle of 73.4º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8D216 is Cyan = 0.2, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 22 | - |
| CMYK | 0.2 | 0 | 0.90 | 0.18 |
| HSL | 73.4º | 0.81% | 0.45% | - |
| HSV(B) | 73.4º | 0.9% | 0.82% | - |
| XYZ | 39.34 | 54.48 | 9.2 | - |
| YUV | 176.01 | 41.09 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 22 | 0.2 | 0 | 0.90 | 0.18 | 73.4 | 0.81 | 0.45 |
| Hex | A8 | D2 | 16 | 14 | 0 | 5A | 12 | 49 | 51 | 2D |
| Octal | 250 | 322 | 26 | 24 | 0 | 132 | 22 | 111 | 121 | 55 |
| Binary | 10101000 | 11010010 | 10110 | 10100 | 0 | 1011010 | 10010 | 1001001 | 1010001 | 101101 |
Color Harmonies of #A8D216
Complementary color
Monochromatic Colors of #A8D216
Black with #A8D216
Text Example
Text Example
White with #A8D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D216; }
p { color: rgb(168,210,22); }
H1.HeaderClassName
{
color: #A8D216;
}
.AnyTagClassName
{
color: #A8D216;
}
</style>
background-color css
<style>
a { background-color: #A8D216; }
a { background-color: rgb(168,210,22); }
div.DivClassName
{
background-color: #A8D216;
}
.BgClassName
{
background-color: #A8D216;
}
</style>
border-color css
<style>
span { border-color: #A8D216; }
span { border-color: rgb(168,210,22); }
td.TdClassName
{
border-color: #A8D216;
}
.TagClassName
{
border-color: #A8D216;
}
</style>