Shades of Inch Worm #AAF219
Tints of Inch Worm #AAF219
RGB
CMYK
RGB Variations
Color information
#AAF219 (or 0xAAF219) is known color: Inch Worm. HEX triplet: AA, F2 and 19. RGB value is (170,242,25). Sum of RGB (Red+Green+Blue) = 170+242+25=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF219 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF219 is #550DE6. Grayscale: #C4C4C4. Windows color (decimal): -5574119 or 1700522. OLE color: 1700522.
HSL color Cylindrical-coordinate representation of color #AAF219: hue angle of 79.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAF219 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 25 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.05 |
| HSL | 79.91º | 0.89% | 0.52% | - |
| HSV(B) | 79.91º | 0.9% | 0.95% | - |
| XYZ | 48.51 | 72.12 | 12.28 | - |
| YUV | 195.73 | 31.65 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 25 | 0.30 | 0 | 0.90 | 0.05 | 79.91 | 0.89 | 0.52 |
| Hex | AA | F2 | 19 | 1E | 0 | 5A | 5 | 50 | 59 | 34 |
| Octal | 252 | 362 | 31 | 36 | 0 | 132 | 5 | 120 | 131 | 64 |
| Binary | 10101010 | 11110010 | 11001 | 11110 | 0 | 1011010 | 101 | 1010000 | 1011001 | 110100 |
Color Harmonies of #AAF219
Complementary color
Monochromatic Colors of #AAF219
Black with #AAF219
Text Example
Text Example
White with #AAF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF219; }
p { color: rgb(170,242,25); }
H1.HeaderClassName
{
color: #AAF219;
}
.AnyTagClassName
{
color: #AAF219;
}
</style>
background-color css
<style>
a { background-color: #AAF219; }
a { background-color: rgb(170,242,25); }
div.DivClassName
{
background-color: #AAF219;
}
.BgClassName
{
background-color: #AAF219;
}
</style>
border-color css
<style>
span { border-color: #AAF219; }
span { border-color: rgb(170,242,25); }
td.TdClassName
{
border-color: #AAF219;
}
.TagClassName
{
border-color: #AAF219;
}
</style>