Shades of Inch Worm #AAF20F
Tints of Inch Worm #AAF20F
RGB
CMYK
RGB Variations
Color information
#AAF20F (or 0xAAF20F) is known color: Inch Worm. HEX triplet: AA, F2 and 0F. RGB value is (170,242,15). Sum of RGB (Red+Green+Blue) = 170+242+15=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF20F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF20F is #550DF0. Grayscale: #C3C3C3. Windows color (decimal): -5574129 or 1045162. OLE color: 1045162.
HSL color Cylindrical-coordinate representation of color #AAF20F: hue angle of 79.03º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAF20F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 15 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.05 |
| HSL | 79.03º | 0.9% | 0.5% | - |
| HSV(B) | 79.03º | 0.94% | 0.95% | - |
| XYZ | 48.42 | 72.08 | 11.81 | - |
| YUV | 194.59 | 26.65 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 15 | 0.30 | 0 | 0.94 | 0.05 | 79.03 | 0.9 | 0.5 |
| Hex | AA | F2 | F | 1E | 0 | 5E | 5 | 4F | 5A | 32 |
| Octal | 252 | 362 | 17 | 36 | 0 | 136 | 5 | 117 | 132 | 62 |
| Binary | 10101010 | 11110010 | 1111 | 11110 | 0 | 1011110 | 101 | 1001111 | 1011010 | 110010 |
Color Harmonies of #AAF20F
Complementary color
Monochromatic Colors of #AAF20F
Black with #AAF20F
Text Example
Text Example
White with #AAF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF20F; }
p { color: rgb(170,242,15); }
H1.HeaderClassName
{
color: #AAF20F;
}
.AnyTagClassName
{
color: #AAF20F;
}
</style>
background-color css
<style>
a { background-color: #AAF20F; }
a { background-color: rgb(170,242,15); }
div.DivClassName
{
background-color: #AAF20F;
}
.BgClassName
{
background-color: #AAF20F;
}
</style>
border-color css
<style>
span { border-color: #AAF20F; }
span { border-color: rgb(170,242,15); }
td.TdClassName
{
border-color: #AAF20F;
}
.TagClassName
{
border-color: #AAF20F;
}
</style>