Shades of Inch Worm #ADD508
Tints of Inch Worm #ADD508
RGB
CMYK
RGB Variations
Color information
#ADD508 (or 0xADD508) is known color: Inch Worm. HEX triplet: AD, D5 and 08. RGB value is (173,213,8). Sum of RGB (Red+Green+Blue) = 173+213+8=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD508 is #522AF7. Grayscale: #B2B2B2. Windows color (decimal): -5384952 or 578989. OLE color: 578989.
HSL color Cylindrical-coordinate representation of color #ADD508: hue angle of 71.71º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADD508 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 8 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.16 |
| HSL | 71.71º | 0.93% | 0.43% | - |
| HSV(B) | 71.71º | 0.96% | 0.84% | - |
| XYZ | 41.07 | 56.49 | 8.97 | - |
| YUV | 177.67 | 32.25 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 8 | 0.19 | 0 | 0.96 | 0.16 | 71.71 | 0.93 | 0.43 |
| Hex | AD | D5 | 8 | 13 | 0 | 60 | 10 | 48 | 5D | 2B |
| Octal | 255 | 325 | 10 | 23 | 0 | 140 | 20 | 110 | 135 | 53 |
| Binary | 10101101 | 11010101 | 1000 | 10011 | 0 | 1100000 | 10000 | 1001000 | 1011101 | 101011 |
Color Harmonies of #ADD508
Complementary color
Monochromatic Colors of #ADD508
Black with #ADD508
Text Example
Text Example
White with #ADD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD508; }
p { color: rgb(173,213,8); }
H1.HeaderClassName
{
color: #ADD508;
}
.AnyTagClassName
{
color: #ADD508;
}
</style>
background-color css
<style>
a { background-color: #ADD508; }
a { background-color: rgb(173,213,8); }
div.DivClassName
{
background-color: #ADD508;
}
.BgClassName
{
background-color: #ADD508;
}
</style>
border-color css
<style>
span { border-color: #ADD508; }
span { border-color: rgb(173,213,8); }
td.TdClassName
{
border-color: #ADD508;
}
.TagClassName
{
border-color: #ADD508;
}
</style>