Shades of Feijoa #AAF876
Tints of Feijoa #AAF876
RGB
CMYK
RGB Variations
Color information
#AAF876 (or 0xAAF876) is known color: Feijoa. HEX triplet: AA, F8 and 76. RGB value is (170,248,118). Sum of RGB (Red+Green+Blue) = 170+248+118=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF876 is #550789. Grayscale: #D2D2D2. Windows color (decimal): -5572490 or 7796906. OLE color: 7796906.
HSL color Cylindrical-coordinate representation of color #AAF876: hue angle of 96º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAF876 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 118 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.03 |
| HSL | 96º | 0.9% | 0.72% | - |
| HSV(B) | 96º | 0.52% | 0.97% | - |
| XYZ | 53.41 | 76.99 | 29.18 | - |
| YUV | 209.86 | 76.16 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 118 | 0.31 | 0 | 0.52 | 0.03 | 96 | 0.9 | 0.72 |
| Hex | AA | F8 | 76 | 1F | 0 | 34 | 3 | 60 | 5A | 48 |
| Octal | 252 | 370 | 166 | 37 | 0 | 64 | 3 | 140 | 132 | 110 |
| Binary | 10101010 | 11111000 | 1110110 | 11111 | 0 | 110100 | 11 | 1100000 | 1011010 | 1001000 |
Color Harmonies of #AAF876
Complementary color
Monochromatic Colors of #AAF876
Black with #AAF876
Text Example
Text Example
White with #AAF876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF876; }
p { color: rgb(170,248,118); }
H1.HeaderClassName
{
color: #AAF876;
}
.AnyTagClassName
{
color: #AAF876;
}
</style>
background-color css
<style>
a { background-color: #AAF876; }
a { background-color: rgb(170,248,118); }
div.DivClassName
{
background-color: #AAF876;
}
.BgClassName
{
background-color: #AAF876;
}
</style>
border-color css
<style>
span { border-color: #AAF876; }
span { border-color: rgb(170,248,118); }
td.TdClassName
{
border-color: #AAF876;
}
.TagClassName
{
border-color: #AAF876;
}
</style>