Shades of Inch Worm #AAD40B
Tints of Inch Worm #AAD40B
RGB
CMYK
RGB Variations
Color information
#AAD40B (or 0xAAD40B) is known color: Inch Worm. HEX triplet: AA, D4 and 0B. RGB value is (170,212,11). Sum of RGB (Red+Green+Blue) = 170+212+11=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD40B is #552BF4. Grayscale: #B1B1B1. Windows color (decimal): -5581813 or 775338. OLE color: 775338.
HSL color Cylindrical-coordinate representation of color #AAD40B: hue angle of 72.54º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAD40B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 11 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.17 |
| HSL | 72.54º | 0.9% | 0.44% | - |
| HSV(B) | 72.54º | 0.95% | 0.83% | - |
| XYZ | 40.18 | 55.66 | 8.94 | - |
| YUV | 176.53 | 34.59 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 11 | 0.20 | 0 | 0.95 | 0.17 | 72.54 | 0.9 | 0.44 |
| Hex | AA | D4 | B | 14 | 0 | 5F | 11 | 49 | 5A | 2C |
| Octal | 252 | 324 | 13 | 24 | 0 | 137 | 21 | 111 | 132 | 54 |
| Binary | 10101010 | 11010100 | 1011 | 10100 | 0 | 1011111 | 10001 | 1001001 | 1011010 | 101100 |
Color Harmonies of #AAD40B
Complementary color
Monochromatic Colors of #AAD40B
Black with #AAD40B
Text Example
Text Example
White with #AAD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD40B; }
p { color: rgb(170,212,11); }
H1.HeaderClassName
{
color: #AAD40B;
}
.AnyTagClassName
{
color: #AAD40B;
}
</style>
background-color css
<style>
a { background-color: #AAD40B; }
a { background-color: rgb(170,212,11); }
div.DivClassName
{
background-color: #AAD40B;
}
.BgClassName
{
background-color: #AAD40B;
}
</style>
border-color css
<style>
span { border-color: #AAD40B; }
span { border-color: rgb(170,212,11); }
td.TdClassName
{
border-color: #AAD40B;
}
.TagClassName
{
border-color: #AAD40B;
}
</style>