Shades of Feijoa #AAF575
Tints of Feijoa #AAF575
RGB
CMYK
RGB Variations
Color information
#AAF575 (or 0xAAF575) is known color: Feijoa. HEX triplet: AA, F5 and 75. RGB value is (170,245,117). Sum of RGB (Red+Green+Blue) = 170+245+117=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF575 is #550A8A. Grayscale: #D0D0D0. Windows color (decimal): -5573259 or 7730602. OLE color: 7730602.
HSL color Cylindrical-coordinate representation of color #AAF575: hue angle of 95.16º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAF575 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 117 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.04 |
| HSL | 95.16º | 0.86% | 0.71% | - |
| HSV(B) | 95.16º | 0.52% | 0.96% | - |
| XYZ | 52.44 | 75.14 | 28.57 | - |
| YUV | 207.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 117 | 0.31 | 0 | 0.52 | 0.04 | 95.16 | 0.86 | 0.71 |
| Hex | AA | F5 | 75 | 1F | 0 | 34 | 4 | 5F | 56 | 47 |
| Octal | 252 | 365 | 165 | 37 | 0 | 64 | 4 | 137 | 126 | 107 |
| Binary | 10101010 | 11110101 | 1110101 | 11111 | 0 | 110100 | 100 | 1011111 | 1010110 | 1000111 |
Color Harmonies of #AAF575
Complementary color
Monochromatic Colors of #AAF575
Black with #AAF575
Text Example
Text Example
White with #AAF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF575; }
p { color: rgb(170,245,117); }
H1.HeaderClassName
{
color: #AAF575;
}
.AnyTagClassName
{
color: #AAF575;
}
</style>
background-color css
<style>
a { background-color: #AAF575; }
a { background-color: rgb(170,245,117); }
div.DivClassName
{
background-color: #AAF575;
}
.BgClassName
{
background-color: #AAF575;
}
</style>
border-color css
<style>
span { border-color: #AAF575; }
span { border-color: rgb(170,245,117); }
td.TdClassName
{
border-color: #AAF575;
}
.TagClassName
{
border-color: #AAF575;
}
</style>