Shades of Green Yellow #AAFA1D
Tints of Green Yellow #AAFA1D
RGB
CMYK
RGB Variations
Color information
#AAFA1D (or 0xAAFA1D) is known color: Green Yellow. HEX triplet: AA, FA and 1D. RGB value is (170,250,29). Sum of RGB (Red+Green+Blue) = 170+250+29=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA1D is #5505E2. Grayscale: #C9C9C9. Windows color (decimal): -5572067 or 1964714. OLE color: 1964714.
HSL color Cylindrical-coordinate representation of color #AAFA1D: hue angle of 81.72º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAFA1D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 29 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.02 |
| HSL | 81.72º | 0.96% | 0.55% | - |
| HSV(B) | 81.72º | 0.88% | 0.98% | - |
| XYZ | 50.98 | 77.01 | 13.34 | - |
| YUV | 200.89 | 31 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 29 | 0.32 | 0 | 0.88 | 0.02 | 81.72 | 0.96 | 0.55 |
| Hex | AA | FA | 1D | 20 | 0 | 58 | 2 | 52 | 60 | 37 |
| Octal | 252 | 372 | 35 | 40 | 0 | 130 | 2 | 122 | 140 | 67 |
| Binary | 10101010 | 11111010 | 11101 | 100000 | 0 | 1011000 | 10 | 1010010 | 1100000 | 110111 |
Color Harmonies of #AAFA1D
Complementary color
Monochromatic Colors of #AAFA1D
Black with #AAFA1D
Text Example
Text Example
White with #AAFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA1D; }
p { color: rgb(170,250,29); }
H1.HeaderClassName
{
color: #AAFA1D;
}
.AnyTagClassName
{
color: #AAFA1D;
}
</style>
background-color css
<style>
a { background-color: #AAFA1D; }
a { background-color: rgb(170,250,29); }
div.DivClassName
{
background-color: #AAFA1D;
}
.BgClassName
{
background-color: #AAFA1D;
}
</style>
border-color css
<style>
span { border-color: #AAFA1D; }
span { border-color: rgb(170,250,29); }
td.TdClassName
{
border-color: #AAFA1D;
}
.TagClassName
{
border-color: #AAFA1D;
}
</style>