Shades of Inch Worm #AAD50D
Tints of Inch Worm #AAD50D
RGB
CMYK
RGB Variations
Color information
#AAD50D (or 0xAAD50D) is known color: Inch Worm. HEX triplet: AA, D5 and 0D. RGB value is (170,213,13). Sum of RGB (Red+Green+Blue) = 170+213+13=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD50D is #552AF2. Grayscale: #B2B2B2. Windows color (decimal): -5581555 or 906666. OLE color: 906666.
HSL color Cylindrical-coordinate representation of color #AAD50D: hue angle of 72.9º degrees, saturation: 0.88, 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 #AAD50D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 13 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.16 |
| HSL | 72.9º | 0.88% | 0.44% | - |
| HSV(B) | 72.9º | 0.94% | 0.84% | - |
| XYZ | 40.44 | 56.16 | 9.09 | - |
| YUV | 177.34 | 35.25 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 13 | 0.20 | 0 | 0.94 | 0.16 | 72.9 | 0.88 | 0.44 |
| Hex | AA | D5 | D | 14 | 0 | 5E | 10 | 49 | 58 | 2C |
| Octal | 252 | 325 | 15 | 24 | 0 | 136 | 20 | 111 | 130 | 54 |
| Binary | 10101010 | 11010101 | 1101 | 10100 | 0 | 1011110 | 10000 | 1001001 | 1011000 | 101100 |
Color Harmonies of #AAD50D
Complementary color
Monochromatic Colors of #AAD50D
Black with #AAD50D
Text Example
Text Example
White with #AAD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD50D; }
p { color: rgb(170,213,13); }
H1.HeaderClassName
{
color: #AAD50D;
}
.AnyTagClassName
{
color: #AAD50D;
}
</style>
background-color css
<style>
a { background-color: #AAD50D; }
a { background-color: rgb(170,213,13); }
div.DivClassName
{
background-color: #AAD50D;
}
.BgClassName
{
background-color: #AAD50D;
}
</style>
border-color css
<style>
span { border-color: #AAD50D; }
span { border-color: rgb(170,213,13); }
td.TdClassName
{
border-color: #AAD50D;
}
.TagClassName
{
border-color: #AAD50D;
}
</style>