Shades of Inch Worm #AAD31A
Tints of Inch Worm #AAD31A
RGB
CMYK
RGB Variations
Color information
#AAD31A (or 0xAAD31A) is known color: Inch Worm. HEX triplet: AA, D3 and 1A. RGB value is (170,211,26). Sum of RGB (Red+Green+Blue) = 170+211+26=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD31A is #552CE5. Grayscale: #B2B2B2. Windows color (decimal): -5582054 or 1758122. OLE color: 1758122.
HSL color Cylindrical-coordinate representation of color #AAD31A: hue angle of 73.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAD31A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 26 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.17 |
| HSL | 73.3º | 0.78% | 0.46% | - |
| HSV(B) | 73.3º | 0.88% | 0.83% | - |
| XYZ | 40.06 | 55.21 | 9.52 | - |
| YUV | 177.65 | 42.42 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 26 | 0.19 | 0 | 0.88 | 0.17 | 73.3 | 0.78 | 0.46 |
| Hex | AA | D3 | 1A | 13 | 0 | 58 | 11 | 49 | 4E | 2E |
| Octal | 252 | 323 | 32 | 23 | 0 | 130 | 21 | 111 | 116 | 56 |
| Binary | 10101010 | 11010011 | 11010 | 10011 | 0 | 1011000 | 10001 | 1001001 | 1001110 | 101110 |
Color Harmonies of #AAD31A
Complementary color
Monochromatic Colors of #AAD31A
Black with #AAD31A
Text Example
Text Example
White with #AAD31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD31A; }
p { color: rgb(170,211,26); }
H1.HeaderClassName
{
color: #AAD31A;
}
.AnyTagClassName
{
color: #AAD31A;
}
</style>
background-color css
<style>
a { background-color: #AAD31A; }
a { background-color: rgb(170,211,26); }
div.DivClassName
{
background-color: #AAD31A;
}
.BgClassName
{
background-color: #AAD31A;
}
</style>
border-color css
<style>
span { border-color: #AAD31A; }
span { border-color: rgb(170,211,26); }
td.TdClassName
{
border-color: #AAD31A;
}
.TagClassName
{
border-color: #AAD31A;
}
</style>