Shades of Green Yellow #AAF12A
Tints of Green Yellow #AAF12A
RGB
CMYK
RGB Variations
Color information
#AAF12A (or 0xAAF12A) is known color: Green Yellow. HEX triplet: AA, F1 and 2A. RGB value is (170,241,42). Sum of RGB (Red+Green+Blue) = 170+241+42=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF12A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF12A is #550ED5. Grayscale: #C5C5C5. Windows color (decimal): -5574358 or 2814378. OLE color: 2814378.
HSL color Cylindrical-coordinate representation of color #AAF12A: hue angle of 81.41º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAF12A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 42 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.05 |
| HSL | 81.41º | 0.88% | 0.55% | - |
| HSV(B) | 81.41º | 0.83% | 0.95% | - |
| XYZ | 48.45 | 71.62 | 13.46 | - |
| YUV | 197.09 | 40.48 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 42 | 0.29 | 0 | 0.83 | 0.05 | 81.41 | 0.88 | 0.55 |
| Hex | AA | F1 | 2A | 1D | 0 | 53 | 5 | 51 | 58 | 37 |
| Octal | 252 | 361 | 52 | 35 | 0 | 123 | 5 | 121 | 130 | 67 |
| Binary | 10101010 | 11110001 | 101010 | 11101 | 0 | 1010011 | 101 | 1010001 | 1011000 | 110111 |
Color Harmonies of #AAF12A
Complementary color
Monochromatic Colors of #AAF12A
Black with #AAF12A
Text Example
Text Example
White with #AAF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF12A; }
p { color: rgb(170,241,42); }
H1.HeaderClassName
{
color: #AAF12A;
}
.AnyTagClassName
{
color: #AAF12A;
}
</style>
background-color css
<style>
a { background-color: #AAF12A; }
a { background-color: rgb(170,241,42); }
div.DivClassName
{
background-color: #AAF12A;
}
.BgClassName
{
background-color: #AAF12A;
}
</style>
border-color css
<style>
span { border-color: #AAF12A; }
span { border-color: rgb(170,241,42); }
td.TdClassName
{
border-color: #AAF12A;
}
.TagClassName
{
border-color: #AAF12A;
}
</style>