Shades of Green Yellow #AAFD4A
Tints of Green Yellow #AAFD4A
RGB
CMYK
RGB Variations
Color information
#AAFD4A (or 0xAAFD4A) is known color: Green Yellow. HEX triplet: AA, FD and 4A. RGB value is (170,253,74). Sum of RGB (Red+Green+Blue) = 170+253+74=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD4A is #5502B5. Grayscale: #D0D0D0. Windows color (decimal): -5571254 or 4914602. OLE color: 4914602.
HSL color Cylindrical-coordinate representation of color #AAFD4A: hue angle of 87.82º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAFD4A is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 74 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.01 |
| HSL | 87.82º | 0.98% | 0.64% | - |
| HSV(B) | 87.82º | 0.71% | 0.99% | - |
| XYZ | 52.94 | 79.29 | 18.99 | - |
| YUV | 207.78 | 52.5 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 74 | 0.33 | 0 | 0.71 | 0.01 | 87.82 | 0.98 | 0.64 |
| Hex | AA | FD | 4A | 21 | 0 | 47 | 1 | 58 | 62 | 40 |
| Octal | 252 | 375 | 112 | 41 | 0 | 107 | 1 | 130 | 142 | 100 |
| Binary | 10101010 | 11111101 | 1001010 | 100001 | 0 | 1000111 | 1 | 1011000 | 1100010 | 1000000 |
Color Harmonies of #AAFD4A
Complementary color
Monochromatic Colors of #AAFD4A
Black with #AAFD4A
Text Example
Text Example
White with #AAFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD4A; }
p { color: rgb(170,253,74); }
H1.HeaderClassName
{
color: #AAFD4A;
}
.AnyTagClassName
{
color: #AAFD4A;
}
</style>
background-color css
<style>
a { background-color: #AAFD4A; }
a { background-color: rgb(170,253,74); }
div.DivClassName
{
background-color: #AAFD4A;
}
.BgClassName
{
background-color: #AAFD4A;
}
</style>
border-color css
<style>
span { border-color: #AAFD4A; }
span { border-color: rgb(170,253,74); }
td.TdClassName
{
border-color: #AAFD4A;
}
.TagClassName
{
border-color: #AAFD4A;
}
</style>