Shades of Inch Worm #AAD718
Tints of Inch Worm #AAD718
RGB
CMYK
RGB Variations
Color information
#AAD718 (or 0xAAD718) is known color: Inch Worm. HEX triplet: AA, D7 and 18. RGB value is (170,215,24). Sum of RGB (Red+Green+Blue) = 170+215+24=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD718 is #5528E7. Grayscale: #B4B4B4. Windows color (decimal): -5581032 or 1628074. OLE color: 1628074.
HSL color Cylindrical-coordinate representation of color #AAD718: hue angle of 74.14º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAD718 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 24 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.16 |
| HSL | 74.14º | 0.8% | 0.47% | - |
| HSV(B) | 74.14º | 0.89% | 0.84% | - |
| XYZ | 41.04 | 57.21 | 9.74 | - |
| YUV | 179.77 | 40.09 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 24 | 0.21 | 0 | 0.89 | 0.16 | 74.14 | 0.8 | 0.47 |
| Hex | AA | D7 | 18 | 15 | 0 | 59 | 10 | 4A | 50 | 2F |
| Octal | 252 | 327 | 30 | 25 | 0 | 131 | 20 | 112 | 120 | 57 |
| Binary | 10101010 | 11010111 | 11000 | 10101 | 0 | 1011001 | 10000 | 1001010 | 1010000 | 101111 |
Color Harmonies of #AAD718
Complementary color
Monochromatic Colors of #AAD718
Black with #AAD718
Text Example
Text Example
White with #AAD718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD718; }
p { color: rgb(170,215,24); }
H1.HeaderClassName
{
color: #AAD718;
}
.AnyTagClassName
{
color: #AAD718;
}
</style>
background-color css
<style>
a { background-color: #AAD718; }
a { background-color: rgb(170,215,24); }
div.DivClassName
{
background-color: #AAD718;
}
.BgClassName
{
background-color: #AAD718;
}
</style>
border-color css
<style>
span { border-color: #AAD718; }
span { border-color: rgb(170,215,24); }
td.TdClassName
{
border-color: #AAD718;
}
.TagClassName
{
border-color: #AAD718;
}
</style>