Shades of Inch Worm #ADDB1B
Tints of Inch Worm #ADDB1B
RGB
CMYK
RGB Variations
Color information
#ADDB1B (or 0xADDB1B) is known color: Inch Worm. HEX triplet: AD, DB and 1B. RGB value is (173,219,27). Sum of RGB (Red+Green+Blue) = 173+219+27=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB1B is #5224E4. Grayscale: #B8B8B8. Windows color (decimal): -5383397 or 1825709. OLE color: 1825709.
HSL color Cylindrical-coordinate representation of color #ADDB1B: hue angle of 74.37º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADDB1B is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 27 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.14 |
| HSL | 74.37º | 0.78% | 0.48% | - |
| HSV(B) | 74.37º | 0.88% | 0.86% | - |
| XYZ | 42.76 | 59.63 | 10.29 | - |
| YUV | 183.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 27 | 0.21 | 0 | 0.88 | 0.14 | 74.37 | 0.78 | 0.48 |
| Hex | AD | DB | 1B | 15 | 0 | 58 | E | 4A | 4E | 30 |
| Octal | 255 | 333 | 33 | 25 | 0 | 130 | 16 | 112 | 116 | 60 |
| Binary | 10101101 | 11011011 | 11011 | 10101 | 0 | 1011000 | 1110 | 1001010 | 1001110 | 110000 |
Color Harmonies of #ADDB1B
Complementary color
Monochromatic Colors of #ADDB1B
Black with #ADDB1B
Text Example
Text Example
White with #ADDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB1B; }
p { color: rgb(173,219,27); }
H1.HeaderClassName
{
color: #ADDB1B;
}
.AnyTagClassName
{
color: #ADDB1B;
}
</style>
background-color css
<style>
a { background-color: #ADDB1B; }
a { background-color: rgb(173,219,27); }
div.DivClassName
{
background-color: #ADDB1B;
}
.BgClassName
{
background-color: #ADDB1B;
}
</style>
border-color css
<style>
span { border-color: #ADDB1B; }
span { border-color: rgb(173,219,27); }
td.TdClassName
{
border-color: #ADDB1B;
}
.TagClassName
{
border-color: #ADDB1B;
}
</style>