Shades of Green Yellow #AAF241
Tints of Green Yellow #AAF241
RGB
CMYK
RGB Variations
Color information
#AAF241 (or 0xAAF241) is known color: Green Yellow. HEX triplet: AA, F2 and 41. RGB value is (170,242,65). Sum of RGB (Red+Green+Blue) = 170+242+65=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF241 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF241 is #550DBE. Grayscale: #C8C8C8. Windows color (decimal): -5574079 or 4321962. OLE color: 4321962.
HSL color Cylindrical-coordinate representation of color #AAF241: hue angle of 84.41º degrees, saturation: 0.87, 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 #AAF241 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 65 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.05 |
| HSL | 84.41º | 0.87% | 0.6% | - |
| HSV(B) | 84.41º | 0.73% | 0.95% | - |
| XYZ | 49.28 | 72.43 | 16.38 | - |
| YUV | 200.29 | 51.65 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 65 | 0.30 | 0 | 0.73 | 0.05 | 84.41 | 0.87 | 0.6 |
| Hex | AA | F2 | 41 | 1E | 0 | 49 | 5 | 54 | 57 | 3C |
| Octal | 252 | 362 | 101 | 36 | 0 | 111 | 5 | 124 | 127 | 74 |
| Binary | 10101010 | 11110010 | 1000001 | 11110 | 0 | 1001001 | 101 | 1010100 | 1010111 | 111100 |
Color Harmonies of #AAF241
Complementary color
Monochromatic Colors of #AAF241
Black with #AAF241
Text Example
Text Example
White with #AAF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF241; }
p { color: rgb(170,242,65); }
H1.HeaderClassName
{
color: #AAF241;
}
.AnyTagClassName
{
color: #AAF241;
}
</style>
background-color css
<style>
a { background-color: #AAF241; }
a { background-color: rgb(170,242,65); }
div.DivClassName
{
background-color: #AAF241;
}
.BgClassName
{
background-color: #AAF241;
}
</style>
border-color css
<style>
span { border-color: #AAF241; }
span { border-color: rgb(170,242,65); }
td.TdClassName
{
border-color: #AAF241;
}
.TagClassName
{
border-color: #AAF241;
}
</style>