Shades of Inch Worm #A8DD20
Tints of Inch Worm #A8DD20
RGB
CMYK
RGB Variations
Color information
#A8DD20 (or 0xA8DD20) is known color: Inch Worm. HEX triplet: A8, DD and 20. RGB value is (168,221,32). Sum of RGB (Red+Green+Blue) = 168+221+32=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD20 is #5722DF. Grayscale: #B8B8B8. Windows color (decimal): -5710560 or 2153896. OLE color: 2153896.
HSL color Cylindrical-coordinate representation of color #A8DD20: hue angle of 76.83º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8DD20 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 32 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.13 |
| HSL | 76.83º | 0.75% | 0.5% | - |
| HSV(B) | 76.83º | 0.86% | 0.87% | - |
| XYZ | 42.27 | 60.14 | 10.75 | - |
| YUV | 183.61 | 42.44 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 32 | 0.24 | 0 | 0.86 | 0.13 | 76.83 | 0.75 | 0.5 |
| Hex | A8 | DD | 20 | 18 | 0 | 56 | D | 4D | 4B | 32 |
| Octal | 250 | 335 | 40 | 30 | 0 | 126 | 15 | 115 | 113 | 62 |
| Binary | 10101000 | 11011101 | 100000 | 11000 | 0 | 1010110 | 1101 | 1001101 | 1001011 | 110010 |
Color Harmonies of #A8DD20
Complementary color
Monochromatic Colors of #A8DD20
Black with #A8DD20
Text Example
Text Example
White with #A8DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD20; }
p { color: rgb(168,221,32); }
H1.HeaderClassName
{
color: #A8DD20;
}
.AnyTagClassName
{
color: #A8DD20;
}
</style>
background-color css
<style>
a { background-color: #A8DD20; }
a { background-color: rgb(168,221,32); }
div.DivClassName
{
background-color: #A8DD20;
}
.BgClassName
{
background-color: #A8DD20;
}
</style>
border-color css
<style>
span { border-color: #A8DD20; }
span { border-color: rgb(168,221,32); }
td.TdClassName
{
border-color: #A8DD20;
}
.TagClassName
{
border-color: #A8DD20;
}
</style>