Shades of Inch Worm #AAD80C
Tints of Inch Worm #AAD80C
RGB
CMYK
RGB Variations
Color information
#AAD80C (or 0xAAD80C) is known color: Inch Worm. HEX triplet: AA, D8 and 0C. RGB value is (170,216,12). Sum of RGB (Red+Green+Blue) = 170+216+12=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD80C is #5527F3. Grayscale: #B3B3B3. Windows color (decimal): -5580788 or 841898. OLE color: 841898.
HSL color Cylindrical-coordinate representation of color #AAD80C: hue angle of 73.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD80C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 12 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.15 |
| HSL | 73.53º | 0.89% | 0.45% | - |
| HSV(B) | 73.53º | 0.94% | 0.85% | - |
| XYZ | 41.2 | 57.68 | 9.31 | - |
| YUV | 178.99 | 33.76 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 12 | 0.21 | 0 | 0.94 | 0.15 | 73.53 | 0.89 | 0.45 |
| Hex | AA | D8 | C | 15 | 0 | 5E | F | 4A | 59 | 2D |
| Octal | 252 | 330 | 14 | 25 | 0 | 136 | 17 | 112 | 131 | 55 |
| Binary | 10101010 | 11011000 | 1100 | 10101 | 0 | 1011110 | 1111 | 1001010 | 1011001 | 101101 |
Color Harmonies of #AAD80C
Complementary color
Monochromatic Colors of #AAD80C
Black with #AAD80C
Text Example
Text Example
White with #AAD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD80C; }
p { color: rgb(170,216,12); }
H1.HeaderClassName
{
color: #AAD80C;
}
.AnyTagClassName
{
color: #AAD80C;
}
</style>
background-color css
<style>
a { background-color: #AAD80C; }
a { background-color: rgb(170,216,12); }
div.DivClassName
{
background-color: #AAD80C;
}
.BgClassName
{
background-color: #AAD80C;
}
</style>
border-color css
<style>
span { border-color: #AAD80C; }
span { border-color: rgb(170,216,12); }
td.TdClassName
{
border-color: #AAD80C;
}
.TagClassName
{
border-color: #AAD80C;
}
</style>