Shades of Feijoa #AAF574
Tints of Feijoa #AAF574
RGB
CMYK
RGB Variations
Color information
#AAF574 (or 0xAAF574) is known color: Feijoa. HEX triplet: AA, F5 and 74. RGB value is (170,245,116). Sum of RGB (Red+Green+Blue) = 170+245+116=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF574 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF574 is #550A8B. Grayscale: #D0D0D0. Windows color (decimal): -5573260 or 7665066. OLE color: 7665066.
HSL color Cylindrical-coordinate representation of color #AAF574: hue angle of 94.88º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF574 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 116 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.04 |
| HSL | 94.88º | 0.87% | 0.71% | - |
| HSV(B) | 94.88º | 0.53% | 0.96% | - |
| XYZ | 52.38 | 75.11 | 28.26 | - |
| YUV | 207.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 116 | 0.31 | 0 | 0.53 | 0.04 | 94.88 | 0.87 | 0.71 |
| Hex | AA | F5 | 74 | 1F | 0 | 35 | 4 | 5F | 57 | 47 |
| Octal | 252 | 365 | 164 | 37 | 0 | 65 | 4 | 137 | 127 | 107 |
| Binary | 10101010 | 11110101 | 1110100 | 11111 | 0 | 110101 | 100 | 1011111 | 1010111 | 1000111 |
Color Harmonies of #AAF574
Complementary color
Monochromatic Colors of #AAF574
Black with #AAF574
Text Example
Text Example
White with #AAF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF574; }
p { color: rgb(170,245,116); }
H1.HeaderClassName
{
color: #AAF574;
}
.AnyTagClassName
{
color: #AAF574;
}
</style>
background-color css
<style>
a { background-color: #AAF574; }
a { background-color: rgb(170,245,116); }
div.DivClassName
{
background-color: #AAF574;
}
.BgClassName
{
background-color: #AAF574;
}
</style>
border-color css
<style>
span { border-color: #AAF574; }
span { border-color: rgb(170,245,116); }
td.TdClassName
{
border-color: #AAF574;
}
.TagClassName
{
border-color: #AAF574;
}
</style>