Shades of Feijoa #AAF875
Tints of Feijoa #AAF875
RGB
CMYK
RGB Variations
Color information
#AAF875 (or 0xAAF875) is known color: Feijoa. HEX triplet: AA, F8 and 75. RGB value is (170,248,117). Sum of RGB (Red+Green+Blue) = 170+248+117=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF875 is #55078A. Grayscale: #D2D2D2. Windows color (decimal): -5572491 or 7731370. OLE color: 7731370.
HSL color Cylindrical-coordinate representation of color #AAF875: hue angle of 95.73º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF875 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 117 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.03 |
| HSL | 95.73º | 0.9% | 0.72% | - |
| HSV(B) | 95.73º | 0.53% | 0.97% | - |
| XYZ | 53.36 | 76.97 | 28.87 | - |
| YUV | 209.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 117 | 0.31 | 0 | 0.53 | 0.03 | 95.73 | 0.9 | 0.72 |
| Hex | AA | F8 | 75 | 1F | 0 | 35 | 3 | 60 | 5A | 48 |
| Octal | 252 | 370 | 165 | 37 | 0 | 65 | 3 | 140 | 132 | 110 |
| Binary | 10101010 | 11111000 | 1110101 | 11111 | 0 | 110101 | 11 | 1100000 | 1011010 | 1001000 |
Color Harmonies of #AAF875
Complementary color
Monochromatic Colors of #AAF875
Black with #AAF875
Text Example
Text Example
White with #AAF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF875; }
p { color: rgb(170,248,117); }
H1.HeaderClassName
{
color: #AAF875;
}
.AnyTagClassName
{
color: #AAF875;
}
</style>
background-color css
<style>
a { background-color: #AAF875; }
a { background-color: rgb(170,248,117); }
div.DivClassName
{
background-color: #AAF875;
}
.BgClassName
{
background-color: #AAF875;
}
</style>
border-color css
<style>
span { border-color: #AAF875; }
span { border-color: rgb(170,248,117); }
td.TdClassName
{
border-color: #AAF875;
}
.TagClassName
{
border-color: #AAF875;
}
</style>