Shades of Inch Worm #ADDB15
Tints of Inch Worm #ADDB15
RGB
CMYK
RGB Variations
Color information
#ADDB15 (or 0xADDB15) is known color: Inch Worm. HEX triplet: AD, DB and 15. RGB value is (173,219,21). Sum of RGB (Red+Green+Blue) = 173+219+21=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDB15 is #5224EA. Grayscale: #B7B7B7. Windows color (decimal): -5383403 or 1432493. OLE color: 1432493.
HSL color Cylindrical-coordinate representation of color #ADDB15: hue angle of 73.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADDB15 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 21 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.14 |
| HSL | 73.94º | 0.83% | 0.47% | - |
| HSV(B) | 73.94º | 0.9% | 0.86% | - |
| XYZ | 42.7 | 59.6 | 9.96 | - |
| YUV | 182.67 | 36.76 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 21 | 0.21 | 0 | 0.90 | 0.14 | 73.94 | 0.83 | 0.47 |
| Hex | AD | DB | 15 | 15 | 0 | 5A | E | 4A | 52 | 2F |
| Octal | 255 | 333 | 25 | 25 | 0 | 132 | 16 | 112 | 122 | 57 |
| Binary | 10101101 | 11011011 | 10101 | 10101 | 0 | 1011010 | 1110 | 1001010 | 1010010 | 101111 |
Color Harmonies of #ADDB15
Complementary color
Monochromatic Colors of #ADDB15
Black with #ADDB15
Text Example
Text Example
White with #ADDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB15; }
p { color: rgb(173,219,21); }
H1.HeaderClassName
{
color: #ADDB15;
}
.AnyTagClassName
{
color: #ADDB15;
}
</style>
background-color css
<style>
a { background-color: #ADDB15; }
a { background-color: rgb(173,219,21); }
div.DivClassName
{
background-color: #ADDB15;
}
.BgClassName
{
background-color: #ADDB15;
}
</style>
border-color css
<style>
span { border-color: #ADDB15; }
span { border-color: rgb(173,219,21); }
td.TdClassName
{
border-color: #ADDB15;
}
.TagClassName
{
border-color: #ADDB15;
}
</style>