Shades of Feijoa #AAF87C
Tints of Feijoa #AAF87C
RGB
CMYK
RGB Variations
Color information
#AAF87C (or 0xAAF87C) is known color: Feijoa. HEX triplet: AA, F8 and 7C. RGB value is (170,248,124). Sum of RGB (Red+Green+Blue) = 170+248+124=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF87C is #550783. Grayscale: #D2D2D2. Windows color (decimal): -5572484 or 8190122. OLE color: 8190122.
HSL color Cylindrical-coordinate representation of color #AAF87C: hue angle of 97.74º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF87C is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 124 | - |
| CMYK | 0.31 | 0 | 0.5 | 0.03 |
| HSL | 97.74º | 0.9% | 0.73% | - |
| HSV(B) | 97.74º | 0.5% | 0.97% | - |
| XYZ | 53.78 | 77.14 | 31.12 | - |
| YUV | 210.54 | 79.16 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 124 | 0.31 | 0 | 0.5 | 0.03 | 97.74 | 0.9 | 0.73 |
| Hex | AA | F8 | 7C | 1F | 0 | 32 | 3 | 62 | 5A | 49 |
| Octal | 252 | 370 | 174 | 37 | 0 | 62 | 3 | 142 | 132 | 111 |
| Binary | 10101010 | 11111000 | 1111100 | 11111 | 0 | 110010 | 11 | 1100010 | 1011010 | 1001001 |
Color Harmonies of #AAF87C
Complementary color
Monochromatic Colors of #AAF87C
Black with #AAF87C
Text Example
Text Example
White with #AAF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF87C; }
p { color: rgb(170,248,124); }
H1.HeaderClassName
{
color: #AAF87C;
}
.AnyTagClassName
{
color: #AAF87C;
}
</style>
background-color css
<style>
a { background-color: #AAF87C; }
a { background-color: rgb(170,248,124); }
div.DivClassName
{
background-color: #AAF87C;
}
.BgClassName
{
background-color: #AAF87C;
}
</style>
border-color css
<style>
span { border-color: #AAF87C; }
span { border-color: rgb(170,248,124); }
td.TdClassName
{
border-color: #AAF87C;
}
.TagClassName
{
border-color: #AAF87C;
}
</style>