Shades of Green Yellow #AAFA4C
Tints of Green Yellow #AAFA4C
RGB
CMYK
RGB Variations
Color information
#AAFA4C (or 0xAAFA4C) is known color: Green Yellow. HEX triplet: AA, FA and 4C. RGB value is (170,250,76). Sum of RGB (Red+Green+Blue) = 170+250+76=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA4C is #5505B3. Grayscale: #CECECE. Windows color (decimal): -5572020 or 5044906. OLE color: 5044906.
HSL color Cylindrical-coordinate representation of color #AAFA4C: hue angle of 87.59º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAFA4C is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 76 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.02 |
| HSL | 87.59º | 0.95% | 0.64% | - |
| HSV(B) | 87.59º | 0.7% | 0.98% | - |
| XYZ | 52.07 | 77.44 | 19.04 | - |
| YUV | 206.24 | 54.5 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 76 | 0.32 | 0 | 0.70 | 0.02 | 87.59 | 0.95 | 0.64 |
| Hex | AA | FA | 4C | 20 | 0 | 46 | 2 | 58 | 5F | 40 |
| Octal | 252 | 372 | 114 | 40 | 0 | 106 | 2 | 130 | 137 | 100 |
| Binary | 10101010 | 11111010 | 1001100 | 100000 | 0 | 1000110 | 10 | 1011000 | 1011111 | 1000000 |
Color Harmonies of #AAFA4C
Complementary color
Monochromatic Colors of #AAFA4C
Black with #AAFA4C
Text Example
Text Example
White with #AAFA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA4C; }
p { color: rgb(170,250,76); }
H1.HeaderClassName
{
color: #AAFA4C;
}
.AnyTagClassName
{
color: #AAFA4C;
}
</style>
background-color css
<style>
a { background-color: #AAFA4C; }
a { background-color: rgb(170,250,76); }
div.DivClassName
{
background-color: #AAFA4C;
}
.BgClassName
{
background-color: #AAFA4C;
}
</style>
border-color css
<style>
span { border-color: #AAFA4C; }
span { border-color: rgb(170,250,76); }
td.TdClassName
{
border-color: #AAFA4C;
}
.TagClassName
{
border-color: #AAFA4C;
}
</style>