Shades of Inch Worm #AAD00C
Tints of Inch Worm #AAD00C
RGB
CMYK
RGB Variations
Color information
#AAD00C (or 0xAAD00C) is known color: Inch Worm. HEX triplet: AA, D0 and 0C. RGB value is (170,208,12). Sum of RGB (Red+Green+Blue) = 170+208+12=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD00C is #552FF3. Grayscale: #AFAFAF. Windows color (decimal): -5582836 or 839850. OLE color: 839850.
HSL color Cylindrical-coordinate representation of color #AAD00C: hue angle of 71.63º 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 #AAD00C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.18 |
| HSL | 71.63º | 0.89% | 0.43% | - |
| HSV(B) | 71.63º | 0.94% | 0.82% | - |
| XYZ | 39.2 | 53.68 | 8.64 | - |
| YUV | 174.29 | 36.41 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 12 | 0.18 | 0 | 0.94 | 0.18 | 71.63 | 0.89 | 0.43 |
| Hex | AA | D0 | C | 12 | 0 | 5E | 12 | 48 | 59 | 2B |
| Octal | 252 | 320 | 14 | 22 | 0 | 136 | 22 | 110 | 131 | 53 |
| Binary | 10101010 | 11010000 | 1100 | 10010 | 0 | 1011110 | 10010 | 1001000 | 1011001 | 101011 |
Color Harmonies of #AAD00C
Complementary color
Monochromatic Colors of #AAD00C
Black with #AAD00C
Text Example
Text Example
White with #AAD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD00C; }
p { color: rgb(170,208,12); }
H1.HeaderClassName
{
color: #AAD00C;
}
.AnyTagClassName
{
color: #AAD00C;
}
</style>
background-color css
<style>
a { background-color: #AAD00C; }
a { background-color: rgb(170,208,12); }
div.DivClassName
{
background-color: #AAD00C;
}
.BgClassName
{
background-color: #AAD00C;
}
</style>
border-color css
<style>
span { border-color: #AAD00C; }
span { border-color: rgb(170,208,12); }
td.TdClassName
{
border-color: #AAD00C;
}
.TagClassName
{
border-color: #AAD00C;
}
</style>