Shades of Inch Worm #AAF112
Tints of Inch Worm #AAF112
RGB
CMYK
RGB Variations
Color information
#AAF112 (or 0xAAF112) is known color: Inch Worm. HEX triplet: AA, F1 and 12. RGB value is (170,241,18). Sum of RGB (Red+Green+Blue) = 170+241+18=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF112 is #550EED. Grayscale: #C3C3C3. Windows color (decimal): -5574382 or 1241514. OLE color: 1241514.
HSL color Cylindrical-coordinate representation of color #AAF112: hue angle of 79.1º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF112 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 18 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.05 |
| HSL | 79.1º | 0.89% | 0.51% | - |
| HSV(B) | 79.1º | 0.93% | 0.95% | - |
| XYZ | 48.14 | 71.5 | 11.84 | - |
| YUV | 194.35 | 28.48 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 18 | 0.29 | 0 | 0.93 | 0.05 | 79.1 | 0.89 | 0.51 |
| Hex | AA | F1 | 12 | 1D | 0 | 5D | 5 | 4F | 59 | 33 |
| Octal | 252 | 361 | 22 | 35 | 0 | 135 | 5 | 117 | 131 | 63 |
| Binary | 10101010 | 11110001 | 10010 | 11101 | 0 | 1011101 | 101 | 1001111 | 1011001 | 110011 |
Color Harmonies of #AAF112
Complementary color
Monochromatic Colors of #AAF112
Black with #AAF112
Text Example
Text Example
White with #AAF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF112; }
p { color: rgb(170,241,18); }
H1.HeaderClassName
{
color: #AAF112;
}
.AnyTagClassName
{
color: #AAF112;
}
</style>
background-color css
<style>
a { background-color: #AAF112; }
a { background-color: rgb(170,241,18); }
div.DivClassName
{
background-color: #AAF112;
}
.BgClassName
{
background-color: #AAF112;
}
</style>
border-color css
<style>
span { border-color: #AAF112; }
span { border-color: rgb(170,241,18); }
td.TdClassName
{
border-color: #AAF112;
}
.TagClassName
{
border-color: #AAF112;
}
</style>