Shades of Green Yellow #AAF62A
Tints of Green Yellow #AAF62A
RGB
CMYK
RGB Variations
Color information
#AAF62A (or 0xAAF62A) is known color: Green Yellow. HEX triplet: AA, F6 and 2A. RGB value is (170,246,42). Sum of RGB (Red+Green+Blue) = 170+246+42=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF62A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF62A is #5509D5. Grayscale: #C8C8C8. Windows color (decimal): -5573078 or 2815658. OLE color: 2815658.
HSL color Cylindrical-coordinate representation of color #AAF62A: hue angle of 82.35º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAF62A is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 42 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.04 |
| HSL | 82.35º | 0.92% | 0.56% | - |
| HSV(B) | 82.35º | 0.83% | 0.96% | - |
| XYZ | 49.95 | 74.62 | 13.96 | - |
| YUV | 200.02 | 38.82 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 42 | 0.31 | 0 | 0.83 | 0.04 | 82.35 | 0.92 | 0.56 |
| Hex | AA | F6 | 2A | 1F | 0 | 53 | 4 | 52 | 5C | 38 |
| Octal | 252 | 366 | 52 | 37 | 0 | 123 | 4 | 122 | 134 | 70 |
| Binary | 10101010 | 11110110 | 101010 | 11111 | 0 | 1010011 | 100 | 1010010 | 1011100 | 111000 |
Color Harmonies of #AAF62A
Complementary color
Monochromatic Colors of #AAF62A
Black with #AAF62A
Text Example
Text Example
White with #AAF62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF62A; }
p { color: rgb(170,246,42); }
H1.HeaderClassName
{
color: #AAF62A;
}
.AnyTagClassName
{
color: #AAF62A;
}
</style>
background-color css
<style>
a { background-color: #AAF62A; }
a { background-color: rgb(170,246,42); }
div.DivClassName
{
background-color: #AAF62A;
}
.BgClassName
{
background-color: #AAF62A;
}
</style>
border-color css
<style>
span { border-color: #AAF62A; }
span { border-color: rgb(170,246,42); }
td.TdClassName
{
border-color: #AAF62A;
}
.TagClassName
{
border-color: #AAF62A;
}
</style>