Shades of Feijoa #AAF57E
Tints of Feijoa #AAF57E
RGB
CMYK
RGB Variations
Color information
#AAF57E (or 0xAAF57E) is known color: Feijoa. HEX triplet: AA, F5 and 7E. RGB value is (170,245,126). Sum of RGB (Red+Green+Blue) = 170+245+126=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF57E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF57E is #550A81. Grayscale: #D1D1D1. Windows color (decimal): -5573250 or 8320426. OLE color: 8320426.
HSL color Cylindrical-coordinate representation of color #AAF57E: hue angle of 97.82º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF57E is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 126 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.04 |
| HSL | 97.82º | 0.86% | 0.73% | - |
| HSV(B) | 97.82º | 0.49% | 0.96% | - |
| XYZ | 53 | 75.36 | 31.49 | - |
| YUV | 209.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 126 | 0.31 | 0 | 0.49 | 0.04 | 97.82 | 0.86 | 0.73 |
| Hex | AA | F5 | 7E | 1F | 0 | 31 | 4 | 62 | 56 | 49 |
| Octal | 252 | 365 | 176 | 37 | 0 | 61 | 4 | 142 | 126 | 111 |
| Binary | 10101010 | 11110101 | 1111110 | 11111 | 0 | 110001 | 100 | 1100010 | 1010110 | 1001001 |
Color Harmonies of #AAF57E
Complementary color
Monochromatic Colors of #AAF57E
Black with #AAF57E
Text Example
Text Example
White with #AAF57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF57E; }
p { color: rgb(170,245,126); }
H1.HeaderClassName
{
color: #AAF57E;
}
.AnyTagClassName
{
color: #AAF57E;
}
</style>
background-color css
<style>
a { background-color: #AAF57E; }
a { background-color: rgb(170,245,126); }
div.DivClassName
{
background-color: #AAF57E;
}
.BgClassName
{
background-color: #AAF57E;
}
</style>
border-color css
<style>
span { border-color: #AAF57E; }
span { border-color: rgb(170,245,126); }
td.TdClassName
{
border-color: #AAF57E;
}
.TagClassName
{
border-color: #AAF57E;
}
</style>