Shades of Inch Worm #AAF21E
Tints of Inch Worm #AAF21E
RGB
CMYK
RGB Variations
Color information
#AAF21E (or 0xAAF21E) is known color: Inch Worm. HEX triplet: AA, F2 and 1E. RGB value is (170,242,30). Sum of RGB (Red+Green+Blue) = 170+242+30=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF21E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF21E is #550DE1. Grayscale: #C5C5C5. Windows color (decimal): -5574114 or 2028202. OLE color: 2028202.
HSL color Cylindrical-coordinate representation of color #AAF21E: hue angle of 80.38º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAF21E is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 30 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.05 |
| HSL | 80.38º | 0.89% | 0.53% | - |
| HSV(B) | 80.38º | 0.88% | 0.95% | - |
| XYZ | 48.56 | 72.14 | 12.59 | - |
| YUV | 196.3 | 34.15 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 30 | 0.30 | 0 | 0.88 | 0.05 | 80.38 | 0.89 | 0.53 |
| Hex | AA | F2 | 1E | 1E | 0 | 58 | 5 | 50 | 59 | 35 |
| Octal | 252 | 362 | 36 | 36 | 0 | 130 | 5 | 120 | 131 | 65 |
| Binary | 10101010 | 11110010 | 11110 | 11110 | 0 | 1011000 | 101 | 1010000 | 1011001 | 110101 |
Color Harmonies of #AAF21E
Complementary color
Monochromatic Colors of #AAF21E
Black with #AAF21E
Text Example
Text Example
White with #AAF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF21E; }
p { color: rgb(170,242,30); }
H1.HeaderClassName
{
color: #AAF21E;
}
.AnyTagClassName
{
color: #AAF21E;
}
</style>
background-color css
<style>
a { background-color: #AAF21E; }
a { background-color: rgb(170,242,30); }
div.DivClassName
{
background-color: #AAF21E;
}
.BgClassName
{
background-color: #AAF21E;
}
</style>
border-color css
<style>
span { border-color: #AAF21E; }
span { border-color: rgb(170,242,30); }
td.TdClassName
{
border-color: #AAF21E;
}
.TagClassName
{
border-color: #AAF21E;
}
</style>