Shades of Inch Worm #AADD08
Tints of Inch Worm #AADD08
RGB
CMYK
RGB Variations
Color information
#AADD08 (or 0xAADD08) is known color: Inch Worm. HEX triplet: AA, DD and 08. RGB value is (170,221,8). Sum of RGB (Red+Green+Blue) = 170+221+8=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD08 is #5522F7. Grayscale: #B6B6B6. Windows color (decimal): -5579512 or 581034. OLE color: 581034.
HSL color Cylindrical-coordinate representation of color #AADD08: hue angle of 74.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AADD08 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 8 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.13 |
| HSL | 74.37º | 0.93% | 0.45% | - |
| HSV(B) | 74.37º | 0.96% | 0.87% | - |
| XYZ | 42.48 | 60.28 | 9.63 | - |
| YUV | 181.47 | 30.1 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 8 | 0.23 | 0 | 0.96 | 0.13 | 74.37 | 0.93 | 0.45 |
| Hex | AA | DD | 8 | 17 | 0 | 60 | D | 4A | 5D | 2D |
| Octal | 252 | 335 | 10 | 27 | 0 | 140 | 15 | 112 | 135 | 55 |
| Binary | 10101010 | 11011101 | 1000 | 10111 | 0 | 1100000 | 1101 | 1001010 | 1011101 | 101101 |
Color Harmonies of #AADD08
Complementary color
Monochromatic Colors of #AADD08
Black with #AADD08
Text Example
Text Example
White with #AADD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD08; }
p { color: rgb(170,221,8); }
H1.HeaderClassName
{
color: #AADD08;
}
.AnyTagClassName
{
color: #AADD08;
}
</style>
background-color css
<style>
a { background-color: #AADD08; }
a { background-color: rgb(170,221,8); }
div.DivClassName
{
background-color: #AADD08;
}
.BgClassName
{
background-color: #AADD08;
}
</style>
border-color css
<style>
span { border-color: #AADD08; }
span { border-color: rgb(170,221,8); }
td.TdClassName
{
border-color: #AADD08;
}
.TagClassName
{
border-color: #AADD08;
}
</style>