Shades of Green Yellow #AAF240
Tints of Green Yellow #AAF240
RGB
CMYK
RGB Variations
Color information
#AAF240 (or 0xAAF240) is known color: Green Yellow. HEX triplet: AA, F2 and 40. RGB value is (170,242,64). Sum of RGB (Red+Green+Blue) = 170+242+64=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF240 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF240 is #550DBF. Grayscale: #C8C8C8. Windows color (decimal): -5574080 or 4256426. OLE color: 4256426.
HSL color Cylindrical-coordinate representation of color #AAF240: hue angle of 84.27º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAF240 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 64 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.05 |
| HSL | 84.27º | 0.87% | 0.6% | - |
| HSV(B) | 84.27º | 0.74% | 0.95% | - |
| XYZ | 49.26 | 72.42 | 16.23 | - |
| YUV | 200.18 | 51.15 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 64 | 0.30 | 0 | 0.74 | 0.05 | 84.27 | 0.87 | 0.6 |
| Hex | AA | F2 | 40 | 1E | 0 | 4A | 5 | 54 | 57 | 3C |
| Octal | 252 | 362 | 100 | 36 | 0 | 112 | 5 | 124 | 127 | 74 |
| Binary | 10101010 | 11110010 | 1000000 | 11110 | 0 | 1001010 | 101 | 1010100 | 1010111 | 111100 |
Color Harmonies of #AAF240
Complementary color
Monochromatic Colors of #AAF240
Black with #AAF240
Text Example
Text Example
White with #AAF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF240; }
p { color: rgb(170,242,64); }
H1.HeaderClassName
{
color: #AAF240;
}
.AnyTagClassName
{
color: #AAF240;
}
</style>
background-color css
<style>
a { background-color: #AAF240; }
a { background-color: rgb(170,242,64); }
div.DivClassName
{
background-color: #AAF240;
}
.BgClassName
{
background-color: #AAF240;
}
</style>
border-color css
<style>
span { border-color: #AAF240; }
span { border-color: rgb(170,242,64); }
td.TdClassName
{
border-color: #AAF240;
}
.TagClassName
{
border-color: #AAF240;
}
</style>