Shades of Green Yellow #AAF141
Tints of Green Yellow #AAF141
RGB
CMYK
RGB Variations
Color information
#AAF141 (or 0xAAF141) is known color: Green Yellow. HEX triplet: AA, F1 and 41. RGB value is (170,241,65). Sum of RGB (Red+Green+Blue) = 170+241+65=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF141 is #550EBE. Grayscale: #C8C8C8. Windows color (decimal): -5574335 or 4321706. OLE color: 4321706.
HSL color Cylindrical-coordinate representation of color #AAF141: hue angle of 84.2º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAF141 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 65 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.05 |
| HSL | 84.2º | 0.86% | 0.6% | - |
| HSV(B) | 84.2º | 0.73% | 0.95% | - |
| XYZ | 48.99 | 71.84 | 16.29 | - |
| YUV | 199.71 | 51.98 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 65 | 0.29 | 0 | 0.73 | 0.05 | 84.2 | 0.86 | 0.6 |
| Hex | AA | F1 | 41 | 1D | 0 | 49 | 5 | 54 | 56 | 3C |
| Octal | 252 | 361 | 101 | 35 | 0 | 111 | 5 | 124 | 126 | 74 |
| Binary | 10101010 | 11110001 | 1000001 | 11101 | 0 | 1001001 | 101 | 1010100 | 1010110 | 111100 |
Color Harmonies of #AAF141
Complementary color
Monochromatic Colors of #AAF141
Black with #AAF141
Text Example
Text Example
White with #AAF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF141; }
p { color: rgb(170,241,65); }
H1.HeaderClassName
{
color: #AAF141;
}
.AnyTagClassName
{
color: #AAF141;
}
</style>
background-color css
<style>
a { background-color: #AAF141; }
a { background-color: rgb(170,241,65); }
div.DivClassName
{
background-color: #AAF141;
}
.BgClassName
{
background-color: #AAF141;
}
</style>
border-color css
<style>
span { border-color: #AAF141; }
span { border-color: rgb(170,241,65); }
td.TdClassName
{
border-color: #AAF141;
}
.TagClassName
{
border-color: #AAF141;
}
</style>