Shades of Feijoa #AAF975
Tints of Feijoa #AAF975
RGB
CMYK
RGB Variations
Color information
#AAF975 (or 0xAAF975) is known color: Feijoa. HEX triplet: AA, F9 and 75. RGB value is (170,249,117). Sum of RGB (Red+Green+Blue) = 170+249+117=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF975 is #55068A. Grayscale: #D2D2D2. Windows color (decimal): -5572235 or 7731626. OLE color: 7731626.
HSL color Cylindrical-coordinate representation of color #AAF975: hue angle of 95.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF975 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 117 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.02 |
| HSL | 95.91º | 0.92% | 0.72% | - |
| HSV(B) | 95.91º | 0.53% | 0.98% | - |
| XYZ | 53.66 | 77.58 | 28.98 | - |
| YUV | 210.33 | 75.33 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 117 | 0.32 | 0 | 0.53 | 0.02 | 95.91 | 0.92 | 0.72 |
| Hex | AA | F9 | 75 | 20 | 0 | 35 | 2 | 60 | 5C | 48 |
| Octal | 252 | 371 | 165 | 40 | 0 | 65 | 2 | 140 | 134 | 110 |
| Binary | 10101010 | 11111001 | 1110101 | 100000 | 0 | 110101 | 10 | 1100000 | 1011100 | 1001000 |
Color Harmonies of #AAF975
Complementary color
Monochromatic Colors of #AAF975
Black with #AAF975
Text Example
Text Example
White with #AAF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF975; }
p { color: rgb(170,249,117); }
H1.HeaderClassName
{
color: #AAF975;
}
.AnyTagClassName
{
color: #AAF975;
}
</style>
background-color css
<style>
a { background-color: #AAF975; }
a { background-color: rgb(170,249,117); }
div.DivClassName
{
background-color: #AAF975;
}
.BgClassName
{
background-color: #AAF975;
}
</style>
border-color css
<style>
span { border-color: #AAF975; }
span { border-color: rgb(170,249,117); }
td.TdClassName
{
border-color: #AAF975;
}
.TagClassName
{
border-color: #AAF975;
}
</style>