Shades of Inch Worm #AADD17
Tints of Inch Worm #AADD17
RGB
CMYK
RGB Variations
Color information
#AADD17 (or 0xAADD17) is known color: Inch Worm. HEX triplet: AA, DD and 17. RGB value is (170,221,23). Sum of RGB (Red+Green+Blue) = 170+221+23=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD17 is #5522E8. Grayscale: #B7B7B7. Windows color (decimal): -5579497 or 1564074. OLE color: 1564074.
HSL color Cylindrical-coordinate representation of color #AADD17: hue angle of 75.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AADD17 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 23 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.13 |
| HSL | 75.45º | 0.81% | 0.48% | - |
| HSV(B) | 75.45º | 0.9% | 0.87% | - |
| XYZ | 42.59 | 60.32 | 10.21 | - |
| YUV | 183.18 | 37.6 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 23 | 0.23 | 0 | 0.90 | 0.13 | 75.45 | 0.81 | 0.48 |
| Hex | AA | DD | 17 | 17 | 0 | 5A | D | 4B | 51 | 30 |
| Octal | 252 | 335 | 27 | 27 | 0 | 132 | 15 | 113 | 121 | 60 |
| Binary | 10101010 | 11011101 | 10111 | 10111 | 0 | 1011010 | 1101 | 1001011 | 1010001 | 110000 |
Color Harmonies of #AADD17
Complementary color
Monochromatic Colors of #AADD17
Black with #AADD17
Text Example
Text Example
White with #AADD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD17; }
p { color: rgb(170,221,23); }
H1.HeaderClassName
{
color: #AADD17;
}
.AnyTagClassName
{
color: #AADD17;
}
</style>
background-color css
<style>
a { background-color: #AADD17; }
a { background-color: rgb(170,221,23); }
div.DivClassName
{
background-color: #AADD17;
}
.BgClassName
{
background-color: #AADD17;
}
</style>
border-color css
<style>
span { border-color: #AADD17; }
span { border-color: rgb(170,221,23); }
td.TdClassName
{
border-color: #AADD17;
}
.TagClassName
{
border-color: #AADD17;
}
</style>