Shades of Inch Worm #AAD60D
Tints of Inch Worm #AAD60D
RGB
CMYK
RGB Variations
Color information
#AAD60D (or 0xAAD60D) is known color: Inch Worm. HEX triplet: AA, D6 and 0D. RGB value is (170,214,13). Sum of RGB (Red+Green+Blue) = 170+214+13=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD60D is #5529F2. Grayscale: #B2B2B2. Windows color (decimal): -5581299 or 906922. OLE color: 906922.
HSL color Cylindrical-coordinate representation of color #AAD60D: hue angle of 73.13º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD60D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 13 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.16 |
| HSL | 73.13º | 0.89% | 0.45% | - |
| HSV(B) | 73.13º | 0.94% | 0.84% | - |
| XYZ | 40.7 | 56.67 | 9.17 | - |
| YUV | 177.93 | 34.92 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 13 | 0.21 | 0 | 0.94 | 0.16 | 73.13 | 0.89 | 0.45 |
| Hex | AA | D6 | D | 15 | 0 | 5E | 10 | 49 | 59 | 2D |
| Octal | 252 | 326 | 15 | 25 | 0 | 136 | 20 | 111 | 131 | 55 |
| Binary | 10101010 | 11010110 | 1101 | 10101 | 0 | 1011110 | 10000 | 1001001 | 1011001 | 101101 |
Color Harmonies of #AAD60D
Complementary color
Monochromatic Colors of #AAD60D
Black with #AAD60D
Text Example
Text Example
White with #AAD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD60D; }
p { color: rgb(170,214,13); }
H1.HeaderClassName
{
color: #AAD60D;
}
.AnyTagClassName
{
color: #AAD60D;
}
</style>
background-color css
<style>
a { background-color: #AAD60D; }
a { background-color: rgb(170,214,13); }
div.DivClassName
{
background-color: #AAD60D;
}
.BgClassName
{
background-color: #AAD60D;
}
</style>
border-color css
<style>
span { border-color: #AAD60D; }
span { border-color: rgb(170,214,13); }
td.TdClassName
{
border-color: #AAD60D;
}
.TagClassName
{
border-color: #AAD60D;
}
</style>