Shades of Inch Worm #AAF418
Tints of Inch Worm #AAF418
RGB
CMYK
RGB Variations
Color information
#AAF418 (or 0xAAF418) is known color: Inch Worm. HEX triplet: AA, F4 and 18. RGB value is (170,244,24). Sum of RGB (Red+Green+Blue) = 170+244+24=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 244 (95.70% from 255 or 55.71% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF418 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF418 is #550BE7. Grayscale: #C5C5C5. Windows color (decimal): -5573608 or 1635498. OLE color: 1635498.
HSL color Cylindrical-coordinate representation of color #AAF418: hue angle of 80.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAF418 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 24 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.04 |
| HSL | 80.18º | 0.91% | 0.53% | - |
| HSV(B) | 80.18º | 0.9% | 0.96% | - |
| XYZ | 49.09 | 73.31 | 12.43 | - |
| YUV | 196.79 | 30.48 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 24 | 0.30 | 0 | 0.90 | 0.04 | 80.18 | 0.91 | 0.53 |
| Hex | AA | F4 | 18 | 1E | 0 | 5A | 4 | 50 | 5B | 35 |
| Octal | 252 | 364 | 30 | 36 | 0 | 132 | 4 | 120 | 133 | 65 |
| Binary | 10101010 | 11110100 | 11000 | 11110 | 0 | 1011010 | 100 | 1010000 | 1011011 | 110101 |
Color Harmonies of #AAF418
Complementary color
Monochromatic Colors of #AAF418
Black with #AAF418
Text Example
Text Example
White with #AAF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF418; }
p { color: rgb(170,244,24); }
H1.HeaderClassName
{
color: #AAF418;
}
.AnyTagClassName
{
color: #AAF418;
}
</style>
background-color css
<style>
a { background-color: #AAF418; }
a { background-color: rgb(170,244,24); }
div.DivClassName
{
background-color: #AAF418;
}
.BgClassName
{
background-color: #AAF418;
}
</style>
border-color css
<style>
span { border-color: #AAF418; }
span { border-color: rgb(170,244,24); }
td.TdClassName
{
border-color: #AAF418;
}
.TagClassName
{
border-color: #AAF418;
}
</style>