Shades of Inch Worm #ADD408
Tints of Inch Worm #ADD408
RGB
CMYK
RGB Variations
Color information
#ADD408 (or 0xADD408) is known color: Inch Worm. HEX triplet: AD, D4 and 08. RGB value is (173,212,8). Sum of RGB (Red+Green+Blue) = 173+212+8=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD408 is #522BF7. Grayscale: #B1B1B1. Windows color (decimal): -5385208 or 578733. OLE color: 578733.
HSL color Cylindrical-coordinate representation of color #ADD408: hue angle of 71.47º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADD408 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.17 |
| HSL | 71.47º | 0.93% | 0.43% | - |
| HSV(B) | 71.47º | 0.96% | 0.83% | - |
| XYZ | 40.82 | 55.99 | 8.89 | - |
| YUV | 177.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 8 | 0.18 | 0 | 0.96 | 0.17 | 71.47 | 0.93 | 0.43 |
| Hex | AD | D4 | 8 | 12 | 0 | 60 | 11 | 47 | 5D | 2B |
| Octal | 255 | 324 | 10 | 22 | 0 | 140 | 21 | 107 | 135 | 53 |
| Binary | 10101101 | 11010100 | 1000 | 10010 | 0 | 1100000 | 10001 | 1000111 | 1011101 | 101011 |
Color Harmonies of #ADD408
Complementary color
Monochromatic Colors of #ADD408
Black with #ADD408
Text Example
Text Example
White with #ADD408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD408; }
p { color: rgb(173,212,8); }
H1.HeaderClassName
{
color: #ADD408;
}
.AnyTagClassName
{
color: #ADD408;
}
</style>
background-color css
<style>
a { background-color: #ADD408; }
a { background-color: rgb(173,212,8); }
div.DivClassName
{
background-color: #ADD408;
}
.BgClassName
{
background-color: #ADD408;
}
</style>
border-color css
<style>
span { border-color: #ADD408; }
span { border-color: rgb(173,212,8); }
td.TdClassName
{
border-color: #ADD408;
}
.TagClassName
{
border-color: #ADD408;
}
</style>