Shades of Green Yellow #AAFC40
Tints of Green Yellow #AAFC40
RGB
CMYK
RGB Variations
Color information
#AAFC40 (or 0xAAFC40) is known color: Green Yellow. HEX triplet: AA, FC and 40. RGB value is (170,252,64). Sum of RGB (Red+Green+Blue) = 170+252+64=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC40 is #5503BF. Grayscale: #CECECE. Windows color (decimal): -5571520 or 4258986. OLE color: 4258986.
HSL color Cylindrical-coordinate representation of color #AAFC40: hue angle of 86.17º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAFC40 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 64 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.01 |
| HSL | 86.17º | 0.97% | 0.62% | - |
| HSV(B) | 86.17º | 0.75% | 0.99% | - |
| XYZ | 52.31 | 78.54 | 17.25 | - |
| YUV | 206.05 | 47.83 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 64 | 0.33 | 0 | 0.75 | 0.01 | 86.17 | 0.97 | 0.62 |
| Hex | AA | FC | 40 | 21 | 0 | 4B | 1 | 56 | 61 | 3E |
| Octal | 252 | 374 | 100 | 41 | 0 | 113 | 1 | 126 | 141 | 76 |
| Binary | 10101010 | 11111100 | 1000000 | 100001 | 0 | 1001011 | 1 | 1010110 | 1100001 | 111110 |
Color Harmonies of #AAFC40
Complementary color
Monochromatic Colors of #AAFC40
Black with #AAFC40
Text Example
Text Example
White with #AAFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC40; }
p { color: rgb(170,252,64); }
H1.HeaderClassName
{
color: #AAFC40;
}
.AnyTagClassName
{
color: #AAFC40;
}
</style>
background-color css
<style>
a { background-color: #AAFC40; }
a { background-color: rgb(170,252,64); }
div.DivClassName
{
background-color: #AAFC40;
}
.BgClassName
{
background-color: #AAFC40;
}
</style>
border-color css
<style>
span { border-color: #AAFC40; }
span { border-color: rgb(170,252,64); }
td.TdClassName
{
border-color: #AAFC40;
}
.TagClassName
{
border-color: #AAFC40;
}
</style>