Shades of Feijoa #AAF57F
Tints of Feijoa #AAF57F
RGB
CMYK
RGB Variations
Color information
#AAF57F (or 0xAAF57F) is known color: Feijoa. HEX triplet: AA, F5 and 7F. RGB value is (170,245,127). Sum of RGB (Red+Green+Blue) = 170+245+127=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF57F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF57F is #550A80. Grayscale: #D1D1D1. Windows color (decimal): -5573249 or 8385962. OLE color: 8385962.
HSL color Cylindrical-coordinate representation of color #AAF57F: hue angle of 98.14º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF57F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 127 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.04 |
| HSL | 98.14º | 0.86% | 0.73% | - |
| HSV(B) | 98.14º | 0.48% | 0.96% | - |
| XYZ | 53.06 | 75.38 | 31.83 | - |
| YUV | 209.12 | 81.65 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 127 | 0.31 | 0 | 0.48 | 0.04 | 98.14 | 0.86 | 0.73 |
| Hex | AA | F5 | 7F | 1F | 0 | 30 | 4 | 62 | 56 | 49 |
| Octal | 252 | 365 | 177 | 37 | 0 | 60 | 4 | 142 | 126 | 111 |
| Binary | 10101010 | 11110101 | 1111111 | 11111 | 0 | 110000 | 100 | 1100010 | 1010110 | 1001001 |
Color Harmonies of #AAF57F
Complementary color
Monochromatic Colors of #AAF57F
Black with #AAF57F
Text Example
Text Example
White with #AAF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF57F; }
p { color: rgb(170,245,127); }
H1.HeaderClassName
{
color: #AAF57F;
}
.AnyTagClassName
{
color: #AAF57F;
}
</style>
background-color css
<style>
a { background-color: #AAF57F; }
a { background-color: rgb(170,245,127); }
div.DivClassName
{
background-color: #AAF57F;
}
.BgClassName
{
background-color: #AAF57F;
}
</style>
border-color css
<style>
span { border-color: #AAF57F; }
span { border-color: rgb(170,245,127); }
td.TdClassName
{
border-color: #AAF57F;
}
.TagClassName
{
border-color: #AAF57F;
}
</style>