Shades of Inch Worm #AAF11C
Tints of Inch Worm #AAF11C
RGB
CMYK
RGB Variations
Color information
#AAF11C (or 0xAAF11C) is known color: Inch Worm. HEX triplet: AA, F1 and 1C. RGB value is (170,241,28). Sum of RGB (Red+Green+Blue) = 170+241+28=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF11C is #550EE3. Grayscale: #C4C4C4. Windows color (decimal): -5574372 or 1896874. OLE color: 1896874.
HSL color Cylindrical-coordinate representation of color #AAF11C: hue angle of 80º degrees, saturation: 0.88, 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 #AAF11C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 28 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.05 |
| HSL | 80º | 0.88% | 0.53% | - |
| HSV(B) | 80º | 0.88% | 0.95% | - |
| XYZ | 48.24 | 71.54 | 12.36 | - |
| YUV | 195.49 | 33.48 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 28 | 0.29 | 0 | 0.88 | 0.05 | 80 | 0.88 | 0.53 |
| Hex | AA | F1 | 1C | 1D | 0 | 58 | 5 | 50 | 58 | 35 |
| Octal | 252 | 361 | 34 | 35 | 0 | 130 | 5 | 120 | 130 | 65 |
| Binary | 10101010 | 11110001 | 11100 | 11101 | 0 | 1011000 | 101 | 1010000 | 1011000 | 110101 |
Color Harmonies of #AAF11C
Complementary color
Monochromatic Colors of #AAF11C
Black with #AAF11C
Text Example
Text Example
White with #AAF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF11C; }
p { color: rgb(170,241,28); }
H1.HeaderClassName
{
color: #AAF11C;
}
.AnyTagClassName
{
color: #AAF11C;
}
</style>
background-color css
<style>
a { background-color: #AAF11C; }
a { background-color: rgb(170,241,28); }
div.DivClassName
{
background-color: #AAF11C;
}
.BgClassName
{
background-color: #AAF11C;
}
</style>
border-color css
<style>
span { border-color: #AAF11C; }
span { border-color: rgb(170,241,28); }
td.TdClassName
{
border-color: #AAF11C;
}
.TagClassName
{
border-color: #AAF11C;
}
</style>