Shades of Green Yellow #AAFA31
Tints of Green Yellow #AAFA31
RGB
CMYK
RGB Variations
Color information
#AAFA31 (or 0xAAFA31) is known color: Green Yellow. HEX triplet: AA, FA and 31. RGB value is (170,250,49). Sum of RGB (Red+Green+Blue) = 170+250+49=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA31 is #5505CE. Grayscale: #CBCBCB. Windows color (decimal): -5572047 or 3275434. OLE color: 3275434.
HSL color Cylindrical-coordinate representation of color #AAFA31: hue angle of 83.88º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAFA31 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 49 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.02 |
| HSL | 83.88º | 0.95% | 0.59% | - |
| HSV(B) | 83.88º | 0.8% | 0.98% | - |
| XYZ | 51.32 | 77.14 | 15.09 | - |
| YUV | 203.17 | 41 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 49 | 0.32 | 0 | 0.80 | 0.02 | 83.88 | 0.95 | 0.59 |
| Hex | AA | FA | 31 | 20 | 0 | 50 | 2 | 54 | 5F | 3B |
| Octal | 252 | 372 | 61 | 40 | 0 | 120 | 2 | 124 | 137 | 73 |
| Binary | 10101010 | 11111010 | 110001 | 100000 | 0 | 1010000 | 10 | 1010100 | 1011111 | 111011 |
Color Harmonies of #AAFA31
Complementary color
Monochromatic Colors of #AAFA31
Black with #AAFA31
Text Example
Text Example
White with #AAFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA31; }
p { color: rgb(170,250,49); }
H1.HeaderClassName
{
color: #AAFA31;
}
.AnyTagClassName
{
color: #AAFA31;
}
</style>
background-color css
<style>
a { background-color: #AAFA31; }
a { background-color: rgb(170,250,49); }
div.DivClassName
{
background-color: #AAFA31;
}
.BgClassName
{
background-color: #AAFA31;
}
</style>
border-color css
<style>
span { border-color: #AAFA31; }
span { border-color: rgb(170,250,49); }
td.TdClassName
{
border-color: #AAFA31;
}
.TagClassName
{
border-color: #AAFA31;
}
</style>