Shades of Inch Worm #ADD808
Tints of Inch Worm #ADD808
RGB
CMYK
RGB Variations
Color information
#ADD808 (or 0xADD808) is known color: Inch Worm. HEX triplet: AD, D8 and 08. RGB value is (173,216,8). Sum of RGB (Red+Green+Blue) = 173+216+8=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD808 is #5227F7. Grayscale: #B4B4B4. Windows color (decimal): -5384184 or 579757. OLE color: 579757.
HSL color Cylindrical-coordinate representation of color #ADD808: hue angle of 72.4º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADD808 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.15 |
| HSL | 72.4º | 0.93% | 0.44% | - |
| HSV(B) | 72.4º | 0.96% | 0.85% | - |
| XYZ | 41.83 | 58.01 | 9.22 | - |
| YUV | 179.43 | 31.25 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 8 | 0.20 | 0 | 0.96 | 0.15 | 72.4 | 0.93 | 0.44 |
| Hex | AD | D8 | 8 | 14 | 0 | 60 | F | 48 | 5D | 2C |
| Octal | 255 | 330 | 10 | 24 | 0 | 140 | 17 | 110 | 135 | 54 |
| Binary | 10101101 | 11011000 | 1000 | 10100 | 0 | 1100000 | 1111 | 1001000 | 1011101 | 101100 |
Color Harmonies of #ADD808
Complementary color
Monochromatic Colors of #ADD808
Black with #ADD808
Text Example
Text Example
White with #ADD808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD808; }
p { color: rgb(173,216,8); }
H1.HeaderClassName
{
color: #ADD808;
}
.AnyTagClassName
{
color: #ADD808;
}
</style>
background-color css
<style>
a { background-color: #ADD808; }
a { background-color: rgb(173,216,8); }
div.DivClassName
{
background-color: #ADD808;
}
.BgClassName
{
background-color: #ADD808;
}
</style>
border-color css
<style>
span { border-color: #ADD808; }
span { border-color: rgb(173,216,8); }
td.TdClassName
{
border-color: #ADD808;
}
.TagClassName
{
border-color: #ADD808;
}
</style>