Shades of Feijoa #AAF075
Tints of Feijoa #AAF075
RGB
CMYK
RGB Variations
Color information
#AAF075 (or 0xAAF075) is known color: Feijoa. HEX triplet: AA, F0 and 75. RGB value is (170,240,117). Sum of RGB (Red+Green+Blue) = 170+240+117=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF075 is #550F8A. Grayscale: #CDCDCD. Windows color (decimal): -5574539 or 7729322. OLE color: 7729322.
HSL color Cylindrical-coordinate representation of color #AAF075: hue angle of 94.15º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAF075 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 117 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.06 |
| HSL | 94.15º | 0.8% | 0.7% | - |
| HSV(B) | 94.15º | 0.51% | 0.94% | - |
| XYZ | 50.95 | 72.15 | 28.07 | - |
| YUV | 205.05 | 78.31 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 117 | 0.29 | 0 | 0.51 | 0.06 | 94.15 | 0.8 | 0.7 |
| Hex | AA | F0 | 75 | 1D | 0 | 33 | 6 | 5E | 50 | 46 |
| Octal | 252 | 360 | 165 | 35 | 0 | 63 | 6 | 136 | 120 | 106 |
| Binary | 10101010 | 11110000 | 1110101 | 11101 | 0 | 110011 | 110 | 1011110 | 1010000 | 1000110 |
Color Harmonies of #AAF075
Complementary color
Monochromatic Colors of #AAF075
Black with #AAF075
Text Example
Text Example
White with #AAF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF075; }
p { color: rgb(170,240,117); }
H1.HeaderClassName
{
color: #AAF075;
}
.AnyTagClassName
{
color: #AAF075;
}
</style>
background-color css
<style>
a { background-color: #AAF075; }
a { background-color: rgb(170,240,117); }
div.DivClassName
{
background-color: #AAF075;
}
.BgClassName
{
background-color: #AAF075;
}
</style>
border-color css
<style>
span { border-color: #AAF075; }
span { border-color: rgb(170,240,117); }
td.TdClassName
{
border-color: #AAF075;
}
.TagClassName
{
border-color: #AAF075;
}
</style>