Shades of Inch Worm #AAD10C
Tints of Inch Worm #AAD10C
RGB
CMYK
RGB Variations
Color information
#AAD10C (or 0xAAD10C) is known color: Inch Worm. HEX triplet: AA, D1 and 0C. RGB value is (170,209,12). Sum of RGB (Red+Green+Blue) = 170+209+12=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD10C is #552EF3. Grayscale: #AFAFAF. Windows color (decimal): -5582580 or 840106. OLE color: 840106.
HSL color Cylindrical-coordinate representation of color #AAD10C: hue angle of 71.88º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD10C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 12 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.18 |
| HSL | 71.88º | 0.89% | 0.43% | - |
| HSV(B) | 71.88º | 0.94% | 0.82% | - |
| XYZ | 39.44 | 54.17 | 8.73 | - |
| YUV | 174.88 | 36.08 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 12 | 0.19 | 0 | 0.94 | 0.18 | 71.88 | 0.89 | 0.43 |
| Hex | AA | D1 | C | 13 | 0 | 5E | 12 | 48 | 59 | 2B |
| Octal | 252 | 321 | 14 | 23 | 0 | 136 | 22 | 110 | 131 | 53 |
| Binary | 10101010 | 11010001 | 1100 | 10011 | 0 | 1011110 | 10010 | 1001000 | 1011001 | 101011 |
Color Harmonies of #AAD10C
Complementary color
Monochromatic Colors of #AAD10C
Black with #AAD10C
Text Example
Text Example
White with #AAD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD10C; }
p { color: rgb(170,209,12); }
H1.HeaderClassName
{
color: #AAD10C;
}
.AnyTagClassName
{
color: #AAD10C;
}
</style>
background-color css
<style>
a { background-color: #AAD10C; }
a { background-color: rgb(170,209,12); }
div.DivClassName
{
background-color: #AAD10C;
}
.BgClassName
{
background-color: #AAD10C;
}
</style>
border-color css
<style>
span { border-color: #AAD10C; }
span { border-color: rgb(170,209,12); }
td.TdClassName
{
border-color: #AAD10C;
}
.TagClassName
{
border-color: #AAD10C;
}
</style>