Shades of Inch Worm #AADD07
Tints of Inch Worm #AADD07
RGB
CMYK
RGB Variations
Color information
#AADD07 (or 0xAADD07) is known color: Inch Worm. HEX triplet: AA, DD and 07. RGB value is (170,221,7). Sum of RGB (Red+Green+Blue) = 170+221+7=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD07 is #5522F8. Grayscale: #B6B6B6. Windows color (decimal): -5579513 or 515498. OLE color: 515498.
HSL color Cylindrical-coordinate representation of color #AADD07: hue angle of 74.3º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AADD07 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.13 |
| HSL | 74.3º | 0.94% | 0.45% | - |
| HSV(B) | 74.3º | 0.97% | 0.87% | - |
| XYZ | 42.47 | 60.27 | 9.6 | - |
| YUV | 181.36 | 29.6 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 7 | 0.23 | 0 | 0.97 | 0.13 | 74.3 | 0.94 | 0.45 |
| Hex | AA | DD | 7 | 17 | 0 | 61 | D | 4A | 5E | 2D |
| Octal | 252 | 335 | 7 | 27 | 0 | 141 | 15 | 112 | 136 | 55 |
| Binary | 10101010 | 11011101 | 111 | 10111 | 0 | 1100001 | 1101 | 1001010 | 1011110 | 101101 |
Color Harmonies of #AADD07
Complementary color
Monochromatic Colors of #AADD07
Black with #AADD07
Text Example
Text Example
White with #AADD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD07; }
p { color: rgb(170,221,7); }
H1.HeaderClassName
{
color: #AADD07;
}
.AnyTagClassName
{
color: #AADD07;
}
</style>
background-color css
<style>
a { background-color: #AADD07; }
a { background-color: rgb(170,221,7); }
div.DivClassName
{
background-color: #AADD07;
}
.BgClassName
{
background-color: #AADD07;
}
</style>
border-color css
<style>
span { border-color: #AADD07; }
span { border-color: rgb(170,221,7); }
td.TdClassName
{
border-color: #AADD07;
}
.TagClassName
{
border-color: #AADD07;
}
</style>