Shades of Inch Worm #AAD60C
Tints of Inch Worm #AAD60C
RGB
CMYK
RGB Variations
Color information
#AAD60C (or 0xAAD60C) is known color: Inch Worm. HEX triplet: AA, D6 and 0C. RGB value is (170,214,12). Sum of RGB (Red+Green+Blue) = 170+214+12=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD60C is #5529F3. Grayscale: #B2B2B2. Windows color (decimal): -5581300 or 841386. OLE color: 841386.
HSL color Cylindrical-coordinate representation of color #AAD60C: hue angle of 73.07º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD60C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 12 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.16 |
| HSL | 73.07º | 0.89% | 0.44% | - |
| HSV(B) | 73.07º | 0.94% | 0.84% | - |
| XYZ | 40.69 | 56.67 | 9.14 | - |
| YUV | 177.82 | 34.42 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 12 | 0.21 | 0 | 0.94 | 0.16 | 73.07 | 0.89 | 0.44 |
| Hex | AA | D6 | C | 15 | 0 | 5E | 10 | 49 | 59 | 2C |
| Octal | 252 | 326 | 14 | 25 | 0 | 136 | 20 | 111 | 131 | 54 |
| Binary | 10101010 | 11010110 | 1100 | 10101 | 0 | 1011110 | 10000 | 1001001 | 1011001 | 101100 |
Color Harmonies of #AAD60C
Complementary color
Monochromatic Colors of #AAD60C
Black with #AAD60C
Text Example
Text Example
White with #AAD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD60C; }
p { color: rgb(170,214,12); }
H1.HeaderClassName
{
color: #AAD60C;
}
.AnyTagClassName
{
color: #AAD60C;
}
</style>
background-color css
<style>
a { background-color: #AAD60C; }
a { background-color: rgb(170,214,12); }
div.DivClassName
{
background-color: #AAD60C;
}
.BgClassName
{
background-color: #AAD60C;
}
</style>
border-color css
<style>
span { border-color: #AAD60C; }
span { border-color: rgb(170,214,12); }
td.TdClassName
{
border-color: #AAD60C;
}
.TagClassName
{
border-color: #AAD60C;
}
</style>