Shades of Inch Worm #ADD215
Tints of Inch Worm #ADD215
RGB
CMYK
RGB Variations
Color information
#ADD215 (or 0xADD215) is known color: Inch Worm. HEX triplet: AD, D2 and 15. RGB value is (173,210,21). Sum of RGB (Red+Green+Blue) = 173+210+21=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD215 is #522DEA. Grayscale: #B2B2B2. Windows color (decimal): -5385707 or 1430189. OLE color: 1430189.
HSL color Cylindrical-coordinate representation of color #ADD215: hue angle of 71.75º degrees, saturation: 0.82, 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 #ADD215 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 21 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.18 |
| HSL | 71.75º | 0.82% | 0.45% | - |
| HSV(B) | 71.75º | 0.9% | 0.82% | - |
| XYZ | 40.42 | 55.03 | 9.2 | - |
| YUV | 177.39 | 39.74 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 21 | 0.18 | 0 | 0.90 | 0.18 | 71.75 | 0.82 | 0.45 |
| Hex | AD | D2 | 15 | 12 | 0 | 5A | 12 | 48 | 52 | 2D |
| Octal | 255 | 322 | 25 | 22 | 0 | 132 | 22 | 110 | 122 | 55 |
| Binary | 10101101 | 11010010 | 10101 | 10010 | 0 | 1011010 | 10010 | 1001000 | 1010010 | 101101 |
Color Harmonies of #ADD215
Complementary color
Monochromatic Colors of #ADD215
Black with #ADD215
Text Example
Text Example
White with #ADD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD215; }
p { color: rgb(173,210,21); }
H1.HeaderClassName
{
color: #ADD215;
}
.AnyTagClassName
{
color: #ADD215;
}
</style>
background-color css
<style>
a { background-color: #ADD215; }
a { background-color: rgb(173,210,21); }
div.DivClassName
{
background-color: #ADD215;
}
.BgClassName
{
background-color: #ADD215;
}
</style>
border-color css
<style>
span { border-color: #ADD215; }
span { border-color: rgb(173,210,21); }
td.TdClassName
{
border-color: #ADD215;
}
.TagClassName
{
border-color: #ADD215;
}
</style>