Shades of Green Yellow #AAF64A
Tints of Green Yellow #AAF64A
RGB
CMYK
RGB Variations
Color information
#AAF64A (or 0xAAF64A) is known color: Green Yellow. HEX triplet: AA, F6 and 4A. RGB value is (170,246,74). Sum of RGB (Red+Green+Blue) = 170+246+74=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF64A is #5509B5. Grayscale: #CCCCCC. Windows color (decimal): -5573046 or 4912810. OLE color: 4912810.
HSL color Cylindrical-coordinate representation of color #AAF64A: hue angle of 86.51º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAF64A is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 74 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.04 |
| HSL | 86.51º | 0.91% | 0.63% | - |
| HSV(B) | 86.51º | 0.7% | 0.96% | - |
| XYZ | 50.77 | 74.95 | 18.27 | - |
| YUV | 203.67 | 54.82 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 74 | 0.31 | 0 | 0.70 | 0.04 | 86.51 | 0.91 | 0.63 |
| Hex | AA | F6 | 4A | 1F | 0 | 46 | 4 | 57 | 5B | 3F |
| Octal | 252 | 366 | 112 | 37 | 0 | 106 | 4 | 127 | 133 | 77 |
| Binary | 10101010 | 11110110 | 1001010 | 11111 | 0 | 1000110 | 100 | 1010111 | 1011011 | 111111 |
Color Harmonies of #AAF64A
Complementary color
Monochromatic Colors of #AAF64A
Black with #AAF64A
Text Example
Text Example
White with #AAF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF64A; }
p { color: rgb(170,246,74); }
H1.HeaderClassName
{
color: #AAF64A;
}
.AnyTagClassName
{
color: #AAF64A;
}
</style>
background-color css
<style>
a { background-color: #AAF64A; }
a { background-color: rgb(170,246,74); }
div.DivClassName
{
background-color: #AAF64A;
}
.BgClassName
{
background-color: #AAF64A;
}
</style>
border-color css
<style>
span { border-color: #AAF64A; }
span { border-color: rgb(170,246,74); }
td.TdClassName
{
border-color: #AAF64A;
}
.TagClassName
{
border-color: #AAF64A;
}
</style>