Shades of Green Yellow #AAF242
Tints of Green Yellow #AAF242
RGB
CMYK
RGB Variations
Color information
#AAF242 (or 0xAAF242) is known color: Green Yellow. HEX triplet: AA, F2 and 42. RGB value is (170,242,66). Sum of RGB (Red+Green+Blue) = 170+242+66=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF242 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF242 is #550DBD. Grayscale: #C9C9C9. Windows color (decimal): -5574078 or 4387498. OLE color: 4387498.
HSL color Cylindrical-coordinate representation of color #AAF242: hue angle of 84.55º 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 #AAF242 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 66 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.05 |
| HSL | 84.55º | 0.87% | 0.6% | - |
| HSV(B) | 84.55º | 0.73% | 0.95% | - |
| XYZ | 49.31 | 72.44 | 16.54 | - |
| YUV | 200.41 | 52.15 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 66 | 0.30 | 0 | 0.73 | 0.05 | 84.55 | 0.87 | 0.6 |
| Hex | AA | F2 | 42 | 1E | 0 | 49 | 5 | 55 | 57 | 3C |
| Octal | 252 | 362 | 102 | 36 | 0 | 111 | 5 | 125 | 127 | 74 |
| Binary | 10101010 | 11110010 | 1000010 | 11110 | 0 | 1001001 | 101 | 1010101 | 1010111 | 111100 |
Color Harmonies of #AAF242
Complementary color
Monochromatic Colors of #AAF242
Black with #AAF242
Text Example
Text Example
White with #AAF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF242; }
p { color: rgb(170,242,66); }
H1.HeaderClassName
{
color: #AAF242;
}
.AnyTagClassName
{
color: #AAF242;
}
</style>
background-color css
<style>
a { background-color: #AAF242; }
a { background-color: rgb(170,242,66); }
div.DivClassName
{
background-color: #AAF242;
}
.BgClassName
{
background-color: #AAF242;
}
</style>
border-color css
<style>
span { border-color: #AAF242; }
span { border-color: rgb(170,242,66); }
td.TdClassName
{
border-color: #AAF242;
}
.TagClassName
{
border-color: #AAF242;
}
</style>