Shades of Green Yellow #AAFF4D
Tints of Green Yellow #AAFF4D
RGB
CMYK
RGB Variations
Color information
#AAFF4D (or 0xAAFF4D) is known color: Green Yellow. HEX triplet: AA, FF and 4D. RGB value is (170,255,77). Sum of RGB (Red+Green+Blue) = 170+255+77=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF4D is #5500B2. Grayscale: #D1D1D1. Windows color (decimal): -5570739 or 5111722. OLE color: 5111722.
HSL color Cylindrical-coordinate representation of color #AAFF4D: hue angle of 88.65º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAFF4D is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 77 | - |
| CMYK | 0.33 | 0 | 0.70 | 0 |
| HSL | 88.65º | 1% | 0.65% | - |
| HSV(B) | 88.65º | 0.7% | 1% | - |
| XYZ | 53.68 | 80.6 | 19.75 | - |
| YUV | 209.29 | 53.34 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 77 | 0.33 | 0 | 0.70 | 0 | 88.65 | 1 | 0.65 |
| Hex | AA | FF | 4D | 21 | 0 | 46 | 0 | 59 | 64 | 41 |
| Octal | 252 | 377 | 115 | 41 | 0 | 106 | 0 | 131 | 144 | 101 |
| Binary | 10101010 | 11111111 | 1001101 | 100001 | 0 | 1000110 | 0 | 1011001 | 1100100 | 1000001 |
Color Harmonies of #AAFF4D
Complementary color
Monochromatic Colors of #AAFF4D
Black with #AAFF4D
Text Example
Text Example
White with #AAFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF4D; }
p { color: rgb(170,255,77); }
H1.HeaderClassName
{
color: #AAFF4D;
}
.AnyTagClassName
{
color: #AAFF4D;
}
</style>
background-color css
<style>
a { background-color: #AAFF4D; }
a { background-color: rgb(170,255,77); }
div.DivClassName
{
background-color: #AAFF4D;
}
.BgClassName
{
background-color: #AAFF4D;
}
</style>
border-color css
<style>
span { border-color: #AAFF4D; }
span { border-color: rgb(170,255,77); }
td.TdClassName
{
border-color: #AAFF4D;
}
.TagClassName
{
border-color: #AAFF4D;
}
</style>