Shades of Inch Worm #AAD40D
Tints of Inch Worm #AAD40D
RGB
CMYK
RGB Variations
Color information
#AAD40D (or 0xAAD40D) is known color: Inch Worm. HEX triplet: AA, D4 and 0D. RGB value is (170,212,13). Sum of RGB (Red+Green+Blue) = 170+212+13=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD40D is #552BF2. Grayscale: #B1B1B1. Windows color (decimal): -5581811 or 906410. OLE color: 906410.
HSL color Cylindrical-coordinate representation of color #AAD40D: hue angle of 72.66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD40D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 13 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.17 |
| HSL | 72.66º | 0.88% | 0.44% | - |
| HSV(B) | 72.66º | 0.94% | 0.83% | - |
| XYZ | 40.19 | 55.66 | 9.01 | - |
| YUV | 176.76 | 35.59 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 13 | 0.20 | 0 | 0.94 | 0.17 | 72.66 | 0.88 | 0.44 |
| Hex | AA | D4 | D | 14 | 0 | 5E | 11 | 49 | 58 | 2C |
| Octal | 252 | 324 | 15 | 24 | 0 | 136 | 21 | 111 | 130 | 54 |
| Binary | 10101010 | 11010100 | 1101 | 10100 | 0 | 1011110 | 10001 | 1001001 | 1011000 | 101100 |
Color Harmonies of #AAD40D
Complementary color
Monochromatic Colors of #AAD40D
Black with #AAD40D
Text Example
Text Example
White with #AAD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD40D; }
p { color: rgb(170,212,13); }
H1.HeaderClassName
{
color: #AAD40D;
}
.AnyTagClassName
{
color: #AAD40D;
}
</style>
background-color css
<style>
a { background-color: #AAD40D; }
a { background-color: rgb(170,212,13); }
div.DivClassName
{
background-color: #AAD40D;
}
.BgClassName
{
background-color: #AAD40D;
}
</style>
border-color css
<style>
span { border-color: #AAD40D; }
span { border-color: rgb(170,212,13); }
td.TdClassName
{
border-color: #AAD40D;
}
.TagClassName
{
border-color: #AAD40D;
}
</style>