Shades of Green Yellow #AAFC2E
Tints of Green Yellow #AAFC2E
RGB
CMYK
RGB Variations
Color information
#AAFC2E (or 0xAAFC2E) is known color: Green Yellow. HEX triplet: AA, FC and 2E. RGB value is (170,252,46). Sum of RGB (Red+Green+Blue) = 170+252+46=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC2E is #5503D1. Grayscale: #CCCCCC. Windows color (decimal): -5571538 or 3079338. OLE color: 3079338.
HSL color Cylindrical-coordinate representation of color #AAFC2E: hue angle of 83.88º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAFC2E is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 46 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.01 |
| HSL | 83.88º | 0.97% | 0.58% | - |
| HSV(B) | 83.88º | 0.82% | 0.99% | - |
| XYZ | 51.88 | 78.36 | 14.98 | - |
| YUV | 204 | 38.83 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 46 | 0.33 | 0 | 0.82 | 0.01 | 83.88 | 0.97 | 0.58 |
| Hex | AA | FC | 2E | 21 | 0 | 52 | 1 | 54 | 61 | 3A |
| Octal | 252 | 374 | 56 | 41 | 0 | 122 | 1 | 124 | 141 | 72 |
| Binary | 10101010 | 11111100 | 101110 | 100001 | 0 | 1010010 | 1 | 1010100 | 1100001 | 111010 |
Color Harmonies of #AAFC2E
Complementary color
Monochromatic Colors of #AAFC2E
Black with #AAFC2E
Text Example
Text Example
White with #AAFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC2E; }
p { color: rgb(170,252,46); }
H1.HeaderClassName
{
color: #AAFC2E;
}
.AnyTagClassName
{
color: #AAFC2E;
}
</style>
background-color css
<style>
a { background-color: #AAFC2E; }
a { background-color: rgb(170,252,46); }
div.DivClassName
{
background-color: #AAFC2E;
}
.BgClassName
{
background-color: #AAFC2E;
}
</style>
border-color css
<style>
span { border-color: #AAFC2E; }
span { border-color: rgb(170,252,46); }
td.TdClassName
{
border-color: #AAFC2E;
}
.TagClassName
{
border-color: #AAFC2E;
}
</style>