Shades of Green Yellow #AAFC20
Tints of Green Yellow #AAFC20
RGB
CMYK
RGB Variations
Color information
#AAFC20 (or 0xAAFC20) is known color: Green Yellow. HEX triplet: AA, FC and 20. RGB value is (170,252,32). Sum of RGB (Red+Green+Blue) = 170+252+32=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC20 is #5503DF. Grayscale: #CBCBCB. Windows color (decimal): -5571552 or 2161834. OLE color: 2161834.
HSL color Cylindrical-coordinate representation of color #AAFC20: hue angle of 82.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAFC20 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 32 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.01 |
| HSL | 82.36º | 0.97% | 0.56% | - |
| HSV(B) | 82.36º | 0.87% | 0.99% | - |
| XYZ | 51.65 | 78.27 | 13.75 | - |
| YUV | 202.4 | 31.83 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 32 | 0.33 | 0 | 0.87 | 0.01 | 82.36 | 0.97 | 0.56 |
| Hex | AA | FC | 20 | 21 | 0 | 57 | 1 | 52 | 61 | 38 |
| Octal | 252 | 374 | 40 | 41 | 0 | 127 | 1 | 122 | 141 | 70 |
| Binary | 10101010 | 11111100 | 100000 | 100001 | 0 | 1010111 | 1 | 1010010 | 1100001 | 111000 |
Color Harmonies of #AAFC20
Complementary color
Monochromatic Colors of #AAFC20
Black with #AAFC20
Text Example
Text Example
White with #AAFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC20; }
p { color: rgb(170,252,32); }
H1.HeaderClassName
{
color: #AAFC20;
}
.AnyTagClassName
{
color: #AAFC20;
}
</style>
background-color css
<style>
a { background-color: #AAFC20; }
a { background-color: rgb(170,252,32); }
div.DivClassName
{
background-color: #AAFC20;
}
.BgClassName
{
background-color: #AAFC20;
}
</style>
border-color css
<style>
span { border-color: #AAFC20; }
span { border-color: rgb(170,252,32); }
td.TdClassName
{
border-color: #AAFC20;
}
.TagClassName
{
border-color: #AAFC20;
}
</style>