Shades of Green Yellow #AAEF3F
Tints of Green Yellow #AAEF3F
RGB
CMYK
RGB Variations
Color information
#AAEF3F (or 0xAAEF3F) is known color: Green Yellow. HEX triplet: AA, EF and 3F. RGB value is (170,239,63). Sum of RGB (Red+Green+Blue) = 170+239+63=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF3F is #5510C0. Grayscale: #C6C6C6. Windows color (decimal): -5574849 or 4190122. OLE color: 4190122.
HSL color Cylindrical-coordinate representation of color #AAEF3F: hue angle of 83.52º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAEF3F is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 63 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.06 |
| HSL | 83.52º | 0.85% | 0.59% | - |
| HSV(B) | 83.52º | 0.74% | 0.94% | - |
| XYZ | 48.34 | 70.64 | 15.79 | - |
| YUV | 198.31 | 51.64 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 63 | 0.29 | 0 | 0.74 | 0.06 | 83.52 | 0.85 | 0.59 |
| Hex | AA | EF | 3F | 1D | 0 | 4A | 6 | 54 | 55 | 3B |
| Octal | 252 | 357 | 77 | 35 | 0 | 112 | 6 | 124 | 125 | 73 |
| Binary | 10101010 | 11101111 | 111111 | 11101 | 0 | 1001010 | 110 | 1010100 | 1010101 | 111011 |
Color Harmonies of #AAEF3F
Complementary color
Monochromatic Colors of #AAEF3F
Black with #AAEF3F
Text Example
Text Example
White with #AAEF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF3F; }
p { color: rgb(170,239,63); }
H1.HeaderClassName
{
color: #AAEF3F;
}
.AnyTagClassName
{
color: #AAEF3F;
}
</style>
background-color css
<style>
a { background-color: #AAEF3F; }
a { background-color: rgb(170,239,63); }
div.DivClassName
{
background-color: #AAEF3F;
}
.BgClassName
{
background-color: #AAEF3F;
}
</style>
border-color css
<style>
span { border-color: #AAEF3F; }
span { border-color: rgb(170,239,63); }
td.TdClassName
{
border-color: #AAEF3F;
}
.TagClassName
{
border-color: #AAEF3F;
}
</style>