Shades of Green Yellow #AAED3F
Tints of Green Yellow #AAED3F
RGB
CMYK
RGB Variations
Color information
#AAED3F (or 0xAAED3F) is known color: Green Yellow. HEX triplet: AA, ED and 3F. RGB value is (170,237,63). Sum of RGB (Red+Green+Blue) = 170+237+63=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED3F is #5512C0. Grayscale: #C5C5C5. Windows color (decimal): -5575361 or 4189610. OLE color: 4189610.
HSL color Cylindrical-coordinate representation of color #AAED3F: hue angle of 83.1º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAED3F is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 63 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.07 |
| HSL | 83.1º | 0.83% | 0.59% | - |
| HSV(B) | 83.1º | 0.73% | 0.93% | - |
| XYZ | 47.76 | 69.47 | 15.6 | - |
| YUV | 197.13 | 52.3 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 63 | 0.28 | 0 | 0.73 | 0.07 | 83.1 | 0.83 | 0.59 |
| Hex | AA | ED | 3F | 1C | 0 | 49 | 7 | 53 | 53 | 3B |
| Octal | 252 | 355 | 77 | 34 | 0 | 111 | 7 | 123 | 123 | 73 |
| Binary | 10101010 | 11101101 | 111111 | 11100 | 0 | 1001001 | 111 | 1010011 | 1010011 | 111011 |
Color Harmonies of #AAED3F
Complementary color
Monochromatic Colors of #AAED3F
Black with #AAED3F
Text Example
Text Example
White with #AAED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAED3F; }
p { color: rgb(170,237,63); }
H1.HeaderClassName
{
color: #AAED3F;
}
.AnyTagClassName
{
color: #AAED3F;
}
</style>
background-color css
<style>
a { background-color: #AAED3F; }
a { background-color: rgb(170,237,63); }
div.DivClassName
{
background-color: #AAED3F;
}
.BgClassName
{
background-color: #AAED3F;
}
</style>
border-color css
<style>
span { border-color: #AAED3F; }
span { border-color: rgb(170,237,63); }
td.TdClassName
{
border-color: #AAED3F;
}
.TagClassName
{
border-color: #AAED3F;
}
</style>