Shades of Inch Worm #AAD312
Tints of Inch Worm #AAD312
RGB
CMYK
RGB Variations
Color information
#AAD312 (or 0xAAD312) is known color: Inch Worm. HEX triplet: AA, D3 and 12. RGB value is (170,211,18). Sum of RGB (Red+Green+Blue) = 170+211+18=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD312 is #552CED. Grayscale: #B1B1B1. Windows color (decimal): -5582062 or 1233834. OLE color: 1233834.
HSL color Cylindrical-coordinate representation of color #AAD312: hue angle of 72.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAD312 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 18 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.17 |
| HSL | 72.75º | 0.84% | 0.45% | - |
| HSV(B) | 72.75º | 0.91% | 0.83% | - |
| XYZ | 39.98 | 55.18 | 9.12 | - |
| YUV | 176.74 | 38.42 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 18 | 0.19 | 0 | 0.91 | 0.17 | 72.75 | 0.84 | 0.45 |
| Hex | AA | D3 | 12 | 13 | 0 | 5B | 11 | 49 | 54 | 2D |
| Octal | 252 | 323 | 22 | 23 | 0 | 133 | 21 | 111 | 124 | 55 |
| Binary | 10101010 | 11010011 | 10010 | 10011 | 0 | 1011011 | 10001 | 1001001 | 1010100 | 101101 |
Color Harmonies of #AAD312
Complementary color
Monochromatic Colors of #AAD312
Black with #AAD312
Text Example
Text Example
White with #AAD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD312; }
p { color: rgb(170,211,18); }
H1.HeaderClassName
{
color: #AAD312;
}
.AnyTagClassName
{
color: #AAD312;
}
</style>
background-color css
<style>
a { background-color: #AAD312; }
a { background-color: rgb(170,211,18); }
div.DivClassName
{
background-color: #AAD312;
}
.BgClassName
{
background-color: #AAD312;
}
</style>
border-color css
<style>
span { border-color: #AAD312; }
span { border-color: rgb(170,211,18); }
td.TdClassName
{
border-color: #AAD312;
}
.TagClassName
{
border-color: #AAD312;
}
</style>