Shades of Inch Worm #ADDB2A
Tints of Inch Worm #ADDB2A
RGB
CMYK
RGB Variations
Color information
#ADDB2A (or 0xADDB2A) is known color: Inch Worm. HEX triplet: AD, DB and 2A. RGB value is (173,219,42). Sum of RGB (Red+Green+Blue) = 173+219+42=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB2A is #5224D5. Grayscale: #B9B9B9. Windows color (decimal): -5383382 or 2808749. OLE color: 2808749.
HSL color Cylindrical-coordinate representation of color #ADDB2A: hue angle of 75.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADDB2A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 42 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.14 |
| HSL | 75.59º | 0.71% | 0.51% | - |
| HSV(B) | 75.59º | 0.81% | 0.86% | - |
| XYZ | 42.98 | 59.71 | 11.45 | - |
| YUV | 185.07 | 47.26 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 42 | 0.21 | 0 | 0.81 | 0.14 | 75.59 | 0.71 | 0.51 |
| Hex | AD | DB | 2A | 15 | 0 | 51 | E | 4C | 47 | 33 |
| Octal | 255 | 333 | 52 | 25 | 0 | 121 | 16 | 114 | 107 | 63 |
| Binary | 10101101 | 11011011 | 101010 | 10101 | 0 | 1010001 | 1110 | 1001100 | 1000111 | 110011 |
Color Harmonies of #ADDB2A
Complementary color
Monochromatic Colors of #ADDB2A
Black with #ADDB2A
Text Example
Text Example
White with #ADDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB2A; }
p { color: rgb(173,219,42); }
H1.HeaderClassName
{
color: #ADDB2A;
}
.AnyTagClassName
{
color: #ADDB2A;
}
</style>
background-color css
<style>
a { background-color: #ADDB2A; }
a { background-color: rgb(173,219,42); }
div.DivClassName
{
background-color: #ADDB2A;
}
.BgClassName
{
background-color: #ADDB2A;
}
</style>
border-color css
<style>
span { border-color: #ADDB2A; }
span { border-color: rgb(173,219,42); }
td.TdClassName
{
border-color: #ADDB2A;
}
.TagClassName
{
border-color: #ADDB2A;
}
</style>