Shades of Inch Worm #ADDB19
Tints of Inch Worm #ADDB19
RGB
CMYK
RGB Variations
Color information
#ADDB19 (or 0xADDB19) is known color: Inch Worm. HEX triplet: AD, DB and 19. RGB value is (173,219,25). Sum of RGB (Red+Green+Blue) = 173+219+25=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDB19 is #5224E6. Grayscale: #B7B7B7. Windows color (decimal): -5383399 or 1694637. OLE color: 1694637.
HSL color Cylindrical-coordinate representation of color #ADDB19: hue angle of 74.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADDB19 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 25 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.14 |
| HSL | 74.23º | 0.8% | 0.48% | - |
| HSV(B) | 74.23º | 0.89% | 0.86% | - |
| XYZ | 42.74 | 59.62 | 10.17 | - |
| YUV | 183.13 | 38.76 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 25 | 0.21 | 0 | 0.89 | 0.14 | 74.23 | 0.8 | 0.48 |
| Hex | AD | DB | 19 | 15 | 0 | 59 | E | 4A | 50 | 30 |
| Octal | 255 | 333 | 31 | 25 | 0 | 131 | 16 | 112 | 120 | 60 |
| Binary | 10101101 | 11011011 | 11001 | 10101 | 0 | 1011001 | 1110 | 1001010 | 1010000 | 110000 |
Color Harmonies of #ADDB19
Complementary color
Monochromatic Colors of #ADDB19
Black with #ADDB19
Text Example
Text Example
White with #ADDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB19; }
p { color: rgb(173,219,25); }
H1.HeaderClassName
{
color: #ADDB19;
}
.AnyTagClassName
{
color: #ADDB19;
}
</style>
background-color css
<style>
a { background-color: #ADDB19; }
a { background-color: rgb(173,219,25); }
div.DivClassName
{
background-color: #ADDB19;
}
.BgClassName
{
background-color: #ADDB19;
}
</style>
border-color css
<style>
span { border-color: #ADDB19; }
span { border-color: rgb(173,219,25); }
td.TdClassName
{
border-color: #ADDB19;
}
.TagClassName
{
border-color: #ADDB19;
}
</style>