Shades of Inch Worm #AAF21D
Tints of Inch Worm #AAF21D
RGB
CMYK
RGB Variations
Color information
#AAF21D (or 0xAAF21D) is known color: Inch Worm. HEX triplet: AA, F2 and 1D. RGB value is (170,242,29). Sum of RGB (Red+Green+Blue) = 170+242+29=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF21D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF21D is #550DE2. Grayscale: #C4C4C4. Windows color (decimal): -5574115 or 1962666. OLE color: 1962666.
HSL color Cylindrical-coordinate representation of color #AAF21D: hue angle of 80.28º 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 #AAF21D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 29 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.05 |
| HSL | 80.28º | 0.89% | 0.53% | - |
| HSV(B) | 80.28º | 0.88% | 0.95% | - |
| XYZ | 48.55 | 72.14 | 12.53 | - |
| YUV | 196.19 | 33.65 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 29 | 0.30 | 0 | 0.88 | 0.05 | 80.28 | 0.89 | 0.53 |
| Hex | AA | F2 | 1D | 1E | 0 | 58 | 5 | 50 | 59 | 35 |
| Octal | 252 | 362 | 35 | 36 | 0 | 130 | 5 | 120 | 131 | 65 |
| Binary | 10101010 | 11110010 | 11101 | 11110 | 0 | 1011000 | 101 | 1010000 | 1011001 | 110101 |
Color Harmonies of #AAF21D
Complementary color
Monochromatic Colors of #AAF21D
Black with #AAF21D
Text Example
Text Example
White with #AAF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF21D; }
p { color: rgb(170,242,29); }
H1.HeaderClassName
{
color: #AAF21D;
}
.AnyTagClassName
{
color: #AAF21D;
}
</style>
background-color css
<style>
a { background-color: #AAF21D; }
a { background-color: rgb(170,242,29); }
div.DivClassName
{
background-color: #AAF21D;
}
.BgClassName
{
background-color: #AAF21D;
}
</style>
border-color css
<style>
span { border-color: #AAF21D; }
span { border-color: rgb(170,242,29); }
td.TdClassName
{
border-color: #AAF21D;
}
.TagClassName
{
border-color: #AAF21D;
}
</style>