Shades of Inch Worm #ADD815
Tints of Inch Worm #ADD815
RGB
CMYK
RGB Variations
Color information
#ADD815 (or 0xADD815) is known color: Inch Worm. HEX triplet: AD, D8 and 15. RGB value is (173,216,21). Sum of RGB (Red+Green+Blue) = 173+216+21=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD815 is #5227EA. Grayscale: #B5B5B5. Windows color (decimal): -5384171 or 1431725. OLE color: 1431725.
HSL color Cylindrical-coordinate representation of color #ADD815: hue angle of 73.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADD815 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 21 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.15 |
| HSL | 73.23º | 0.82% | 0.46% | - |
| HSV(B) | 73.23º | 0.9% | 0.85% | - |
| XYZ | 41.92 | 58.05 | 9.7 | - |
| YUV | 180.91 | 37.75 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 21 | 0.20 | 0 | 0.90 | 0.15 | 73.23 | 0.82 | 0.46 |
| Hex | AD | D8 | 15 | 14 | 0 | 5A | F | 49 | 52 | 2E |
| Octal | 255 | 330 | 25 | 24 | 0 | 132 | 17 | 111 | 122 | 56 |
| Binary | 10101101 | 11011000 | 10101 | 10100 | 0 | 1011010 | 1111 | 1001001 | 1010010 | 101110 |
Color Harmonies of #ADD815
Complementary color
Monochromatic Colors of #ADD815
Black with #ADD815
Text Example
Text Example
White with #ADD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD815; }
p { color: rgb(173,216,21); }
H1.HeaderClassName
{
color: #ADD815;
}
.AnyTagClassName
{
color: #ADD815;
}
</style>
background-color css
<style>
a { background-color: #ADD815; }
a { background-color: rgb(173,216,21); }
div.DivClassName
{
background-color: #ADD815;
}
.BgClassName
{
background-color: #ADD815;
}
</style>
border-color css
<style>
span { border-color: #ADD815; }
span { border-color: rgb(173,216,21); }
td.TdClassName
{
border-color: #ADD815;
}
.TagClassName
{
border-color: #ADD815;
}
</style>