Shades of Inch Worm #AAD20C
Tints of Inch Worm #AAD20C
RGB
CMYK
RGB Variations
Color information
#AAD20C (or 0xAAD20C) is known color: Inch Worm. HEX triplet: AA, D2 and 0C. RGB value is (170,210,12). Sum of RGB (Red+Green+Blue) = 170+210+12=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD20C is #552DF3. Grayscale: #B0B0B0. Windows color (decimal): -5582324 or 840362. OLE color: 840362.
HSL color Cylindrical-coordinate representation of color #AAD20C: hue angle of 72.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD20C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 12 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.18 |
| HSL | 72.12º | 0.89% | 0.44% | - |
| HSV(B) | 72.12º | 0.94% | 0.82% | - |
| XYZ | 39.69 | 54.67 | 8.81 | - |
| YUV | 175.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 12 | 0.19 | 0 | 0.94 | 0.18 | 72.12 | 0.89 | 0.44 |
| Hex | AA | D2 | C | 13 | 0 | 5E | 12 | 48 | 59 | 2C |
| Octal | 252 | 322 | 14 | 23 | 0 | 136 | 22 | 110 | 131 | 54 |
| Binary | 10101010 | 11010010 | 1100 | 10011 | 0 | 1011110 | 10010 | 1001000 | 1011001 | 101100 |
Color Harmonies of #AAD20C
Complementary color
Monochromatic Colors of #AAD20C
Black with #AAD20C
Text Example
Text Example
White with #AAD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD20C; }
p { color: rgb(170,210,12); }
H1.HeaderClassName
{
color: #AAD20C;
}
.AnyTagClassName
{
color: #AAD20C;
}
</style>
background-color css
<style>
a { background-color: #AAD20C; }
a { background-color: rgb(170,210,12); }
div.DivClassName
{
background-color: #AAD20C;
}
.BgClassName
{
background-color: #AAD20C;
}
</style>
border-color css
<style>
span { border-color: #AAD20C; }
span { border-color: rgb(170,210,12); }
td.TdClassName
{
border-color: #AAD20C;
}
.TagClassName
{
border-color: #AAD20C;
}
</style>