Shades of Green Yellow #AAFC3E
Tints of Green Yellow #AAFC3E
RGB
CMYK
RGB Variations
Color information
#AAFC3E (or 0xAAFC3E) is known color: Green Yellow. HEX triplet: AA, FC and 3E. RGB value is (170,252,62). Sum of RGB (Red+Green+Blue) = 170+252+62=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC3E is #5503C1. Grayscale: #CECECE. Windows color (decimal): -5571522 or 4127914. OLE color: 4127914.
HSL color Cylindrical-coordinate representation of color #AAFC3E: hue angle of 85.89º 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 #AAFC3E is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 62 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.01 |
| HSL | 85.89º | 0.97% | 0.62% | - |
| HSV(B) | 85.89º | 0.75% | 0.99% | - |
| XYZ | 52.26 | 78.51 | 16.96 | - |
| YUV | 205.82 | 46.83 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 62 | 0.33 | 0 | 0.75 | 0.01 | 85.89 | 0.97 | 0.62 |
| Hex | AA | FC | 3E | 21 | 0 | 4B | 1 | 56 | 61 | 3E |
| Octal | 252 | 374 | 76 | 41 | 0 | 113 | 1 | 126 | 141 | 76 |
| Binary | 10101010 | 11111100 | 111110 | 100001 | 0 | 1001011 | 1 | 1010110 | 1100001 | 111110 |
Color Harmonies of #AAFC3E
Complementary color
Monochromatic Colors of #AAFC3E
Black with #AAFC3E
Text Example
Text Example
White with #AAFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC3E; }
p { color: rgb(170,252,62); }
H1.HeaderClassName
{
color: #AAFC3E;
}
.AnyTagClassName
{
color: #AAFC3E;
}
</style>
background-color css
<style>
a { background-color: #AAFC3E; }
a { background-color: rgb(170,252,62); }
div.DivClassName
{
background-color: #AAFC3E;
}
.BgClassName
{
background-color: #AAFC3E;
}
</style>
border-color css
<style>
span { border-color: #AAFC3E; }
span { border-color: rgb(170,252,62); }
td.TdClassName
{
border-color: #AAFC3E;
}
.TagClassName
{
border-color: #AAFC3E;
}
</style>