Shades of Inch Worm #AAD309
Tints of Inch Worm #AAD309
RGB
CMYK
RGB Variations
Color information
#AAD309 (or 0xAAD309) is known color: Inch Worm. HEX triplet: AA, D3 and 09. RGB value is (170,211,9). Sum of RGB (Red+Green+Blue) = 170+211+9=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD309 is #552CF6. Grayscale: #B0B0B0. Windows color (decimal): -5582071 or 644010. OLE color: 644010.
HSL color Cylindrical-coordinate representation of color #AAD309: hue angle of 72.18º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAD309 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 9 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.17 |
| HSL | 72.18º | 0.92% | 0.43% | - |
| HSV(B) | 72.18º | 0.96% | 0.83% | - |
| XYZ | 39.92 | 55.15 | 8.8 | - |
| YUV | 175.71 | 33.92 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 9 | 0.19 | 0 | 0.96 | 0.17 | 72.18 | 0.92 | 0.43 |
| Hex | AA | D3 | 9 | 13 | 0 | 60 | 11 | 48 | 5C | 2B |
| Octal | 252 | 323 | 11 | 23 | 0 | 140 | 21 | 110 | 134 | 53 |
| Binary | 10101010 | 11010011 | 1001 | 10011 | 0 | 1100000 | 10001 | 1001000 | 1011100 | 101011 |
Color Harmonies of #AAD309
Complementary color
Monochromatic Colors of #AAD309
Black with #AAD309
Text Example
Text Example
White with #AAD309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD309; }
p { color: rgb(170,211,9); }
H1.HeaderClassName
{
color: #AAD309;
}
.AnyTagClassName
{
color: #AAD309;
}
</style>
background-color css
<style>
a { background-color: #AAD309; }
a { background-color: rgb(170,211,9); }
div.DivClassName
{
background-color: #AAD309;
}
.BgClassName
{
background-color: #AAD309;
}
</style>
border-color css
<style>
span { border-color: #AAD309; }
span { border-color: rgb(170,211,9); }
td.TdClassName
{
border-color: #AAD309;
}
.TagClassName
{
border-color: #AAD309;
}
</style>