Shades of Inch Worm #ADD506
Tints of Inch Worm #ADD506
RGB
CMYK
RGB Variations
Color information
#ADD506 (or 0xADD506) is known color: Inch Worm. HEX triplet: AD, D5 and 06. RGB value is (173,213,6). Sum of RGB (Red+Green+Blue) = 173+213+6=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD506 is #522AF9. Grayscale: #B2B2B2. Windows color (decimal): -5384954 or 447917. OLE color: 447917.
HSL color Cylindrical-coordinate representation of color #ADD506: hue angle of 71.59º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADD506 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 6 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.16 |
| HSL | 71.59º | 0.95% | 0.43% | - |
| HSV(B) | 71.59º | 0.97% | 0.84% | - |
| XYZ | 41.06 | 56.49 | 8.91 | - |
| YUV | 177.44 | 31.25 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 6 | 0.19 | 0 | 0.97 | 0.16 | 71.59 | 0.95 | 0.43 |
| Hex | AD | D5 | 6 | 13 | 0 | 61 | 10 | 48 | 5F | 2B |
| Octal | 255 | 325 | 6 | 23 | 0 | 141 | 20 | 110 | 137 | 53 |
| Binary | 10101101 | 11010101 | 110 | 10011 | 0 | 1100001 | 10000 | 1001000 | 1011111 | 101011 |
Color Harmonies of #ADD506
Complementary color
Monochromatic Colors of #ADD506
Black with #ADD506
Text Example
Text Example
White with #ADD506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD506; }
p { color: rgb(173,213,6); }
H1.HeaderClassName
{
color: #ADD506;
}
.AnyTagClassName
{
color: #ADD506;
}
</style>
background-color css
<style>
a { background-color: #ADD506; }
a { background-color: rgb(173,213,6); }
div.DivClassName
{
background-color: #ADD506;
}
.BgClassName
{
background-color: #ADD506;
}
</style>
border-color css
<style>
span { border-color: #ADD506; }
span { border-color: rgb(173,213,6); }
td.TdClassName
{
border-color: #ADD506;
}
.TagClassName
{
border-color: #ADD506;
}
</style>