Shades of Inch Worm #AAD914
Tints of Inch Worm #AAD914
RGB
CMYK
RGB Variations
Color information
#AAD914 (or 0xAAD914) is known color: Inch Worm. HEX triplet: AA, D9 and 14. RGB value is (170,217,20). Sum of RGB (Red+Green+Blue) = 170+217+20=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD914 is #5526EB. Grayscale: #B5B5B5. Windows color (decimal): -5580524 or 1366442. OLE color: 1366442.
HSL color Cylindrical-coordinate representation of color #AAD914: hue angle of 74.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAD914 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 20 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.15 |
| HSL | 74.31º | 0.83% | 0.46% | - |
| HSV(B) | 74.31º | 0.91% | 0.85% | - |
| XYZ | 41.52 | 58.22 | 9.71 | - |
| YUV | 180.49 | 37.43 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 20 | 0.22 | 0 | 0.91 | 0.15 | 74.31 | 0.83 | 0.46 |
| Hex | AA | D9 | 14 | 16 | 0 | 5B | F | 4A | 53 | 2E |
| Octal | 252 | 331 | 24 | 26 | 0 | 133 | 17 | 112 | 123 | 56 |
| Binary | 10101010 | 11011001 | 10100 | 10110 | 0 | 1011011 | 1111 | 1001010 | 1010011 | 101110 |
Color Harmonies of #AAD914
Complementary color
Monochromatic Colors of #AAD914
Black with #AAD914
Text Example
Text Example
White with #AAD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD914; }
p { color: rgb(170,217,20); }
H1.HeaderClassName
{
color: #AAD914;
}
.AnyTagClassName
{
color: #AAD914;
}
</style>
background-color css
<style>
a { background-color: #AAD914; }
a { background-color: rgb(170,217,20); }
div.DivClassName
{
background-color: #AAD914;
}
.BgClassName
{
background-color: #AAD914;
}
</style>
border-color css
<style>
span { border-color: #AAD914; }
span { border-color: rgb(170,217,20); }
td.TdClassName
{
border-color: #AAD914;
}
.TagClassName
{
border-color: #AAD914;
}
</style>