Shades of Inch Worm #AAD202
Tints of Inch Worm #AAD202
RGB
CMYK
RGB Variations
Color information
#AAD202 (or 0xAAD202) is known color: Inch Worm. HEX triplet: AA, D2 and 02. RGB value is (170,210,2). Sum of RGB (Red+Green+Blue) = 170+210+2=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD202 is #552DFD. Grayscale: #AFAFAF. Windows color (decimal): -5582334 or 185002. OLE color: 185002.
HSL color Cylindrical-coordinate representation of color #AAD202: hue angle of 71.54º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAD202 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.18 |
| HSL | 71.54º | 0.98% | 0.42% | - |
| HSV(B) | 71.54º | 0.99% | 0.82% | - |
| XYZ | 39.64 | 54.64 | 8.52 | - |
| YUV | 174.33 | 30.75 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 2 | 0.19 | 0 | 0.99 | 0.18 | 71.54 | 0.98 | 0.42 |
| Hex | AA | D2 | 2 | 13 | 0 | 63 | 12 | 48 | 62 | 2A |
| Octal | 252 | 322 | 2 | 23 | 0 | 143 | 22 | 110 | 142 | 52 |
| Binary | 10101010 | 11010010 | 10 | 10011 | 0 | 1100011 | 10010 | 1001000 | 1100010 | 101010 |
Color Harmonies of #AAD202
Complementary color
Monochromatic Colors of #AAD202
Black with #AAD202
Text Example
Text Example
White with #AAD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD202; }
p { color: rgb(170,210,2); }
H1.HeaderClassName
{
color: #AAD202;
}
.AnyTagClassName
{
color: #AAD202;
}
</style>
background-color css
<style>
a { background-color: #AAD202; }
a { background-color: rgb(170,210,2); }
div.DivClassName
{
background-color: #AAD202;
}
.BgClassName
{
background-color: #AAD202;
}
</style>
border-color css
<style>
span { border-color: #AAD202; }
span { border-color: rgb(170,210,2); }
td.TdClassName
{
border-color: #AAD202;
}
.TagClassName
{
border-color: #AAD202;
}
</style>