Shades of Green Yellow #AAFD4D
Tints of Green Yellow #AAFD4D
RGB
CMYK
RGB Variations
Color information
#AAFD4D (or 0xAAFD4D) is known color: Green Yellow. HEX triplet: AA, FD and 4D. RGB value is (170,253,77). Sum of RGB (Red+Green+Blue) = 170+253+77=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD4D is #5502B2. Grayscale: #D0D0D0. Windows color (decimal): -5571251 or 5111210. OLE color: 5111210.
HSL color Cylindrical-coordinate representation of color #AAFD4D: hue angle of 88.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAFD4D is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 77 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.01 |
| HSL | 88.3º | 0.98% | 0.65% | - |
| HSV(B) | 88.3º | 0.7% | 0.99% | - |
| XYZ | 53.04 | 79.33 | 19.54 | - |
| YUV | 208.12 | 54 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 77 | 0.33 | 0 | 0.70 | 0.01 | 88.3 | 0.98 | 0.65 |
| Hex | AA | FD | 4D | 21 | 0 | 46 | 1 | 58 | 62 | 41 |
| Octal | 252 | 375 | 115 | 41 | 0 | 106 | 1 | 130 | 142 | 101 |
| Binary | 10101010 | 11111101 | 1001101 | 100001 | 0 | 1000110 | 1 | 1011000 | 1100010 | 1000001 |
Color Harmonies of #AAFD4D
Complementary color
Monochromatic Colors of #AAFD4D
Black with #AAFD4D
Text Example
Text Example
White with #AAFD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD4D; }
p { color: rgb(170,253,77); }
H1.HeaderClassName
{
color: #AAFD4D;
}
.AnyTagClassName
{
color: #AAFD4D;
}
</style>
background-color css
<style>
a { background-color: #AAFD4D; }
a { background-color: rgb(170,253,77); }
div.DivClassName
{
background-color: #AAFD4D;
}
.BgClassName
{
background-color: #AAFD4D;
}
</style>
border-color css
<style>
span { border-color: #AAFD4D; }
span { border-color: rgb(170,253,77); }
td.TdClassName
{
border-color: #AAFD4D;
}
.TagClassName
{
border-color: #AAFD4D;
}
</style>