Shades of Inch Worm #ADDD19
Tints of Inch Worm #ADDD19
RGB
CMYK
RGB Variations
Color information
#ADDD19 (or 0xADDD19) is known color: Inch Worm. HEX triplet: AD, DD and 19. RGB value is (173,221,25). Sum of RGB (Red+Green+Blue) = 173+221+25=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD19 is #5222E6. Grayscale: #B9B9B9. Windows color (decimal): -5382887 or 1695149. OLE color: 1695149.
HSL color Cylindrical-coordinate representation of color #ADDD19: hue angle of 74.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADDD19 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 25 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.13 |
| HSL | 74.69º | 0.8% | 0.48% | - |
| HSV(B) | 74.69º | 0.89% | 0.87% | - |
| XYZ | 43.27 | 60.67 | 10.35 | - |
| YUV | 184.3 | 38.1 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 25 | 0.22 | 0 | 0.89 | 0.13 | 74.69 | 0.8 | 0.48 |
| Hex | AD | DD | 19 | 16 | 0 | 59 | D | 4B | 50 | 30 |
| Octal | 255 | 335 | 31 | 26 | 0 | 131 | 15 | 113 | 120 | 60 |
| Binary | 10101101 | 11011101 | 11001 | 10110 | 0 | 1011001 | 1101 | 1001011 | 1010000 | 110000 |
Color Harmonies of #ADDD19
Complementary color
Monochromatic Colors of #ADDD19
Black with #ADDD19
Text Example
Text Example
White with #ADDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD19; }
p { color: rgb(173,221,25); }
H1.HeaderClassName
{
color: #ADDD19;
}
.AnyTagClassName
{
color: #ADDD19;
}
</style>
background-color css
<style>
a { background-color: #ADDD19; }
a { background-color: rgb(173,221,25); }
div.DivClassName
{
background-color: #ADDD19;
}
.BgClassName
{
background-color: #ADDD19;
}
</style>
border-color css
<style>
span { border-color: #ADDD19; }
span { border-color: rgb(173,221,25); }
td.TdClassName
{
border-color: #ADDD19;
}
.TagClassName
{
border-color: #ADDD19;
}
</style>