Shades of Feijoa #AAF078
Tints of Feijoa #AAF078
RGB
CMYK
RGB Variations
Color information
#AAF078 (or 0xAAF078) is known color: Feijoa. HEX triplet: AA, F0 and 78. RGB value is (170,240,120). Sum of RGB (Red+Green+Blue) = 170+240+120=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF078 is #550F87. Grayscale: #CDCDCD. Windows color (decimal): -5574536 or 7925930. OLE color: 7925930.
HSL color Cylindrical-coordinate representation of color #AAF078: hue angle of 95º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF078 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 120 | - |
| CMYK | 0.29 | 0 | 0.5 | 0.06 |
| HSL | 95º | 0.8% | 0.71% | - |
| HSV(B) | 95º | 0.5% | 0.94% | - |
| XYZ | 51.13 | 72.22 | 29.01 | - |
| YUV | 205.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 120 | 0.29 | 0 | 0.5 | 0.06 | 95 | 0.8 | 0.71 |
| Hex | AA | F0 | 78 | 1D | 0 | 32 | 6 | 5F | 50 | 47 |
| Octal | 252 | 360 | 170 | 35 | 0 | 62 | 6 | 137 | 120 | 107 |
| Binary | 10101010 | 11110000 | 1111000 | 11101 | 0 | 110010 | 110 | 1011111 | 1010000 | 1000111 |
Color Harmonies of #AAF078
Complementary color
Monochromatic Colors of #AAF078
Black with #AAF078
Text Example
Text Example
White with #AAF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF078; }
p { color: rgb(170,240,120); }
H1.HeaderClassName
{
color: #AAF078;
}
.AnyTagClassName
{
color: #AAF078;
}
</style>
background-color css
<style>
a { background-color: #AAF078; }
a { background-color: rgb(170,240,120); }
div.DivClassName
{
background-color: #AAF078;
}
.BgClassName
{
background-color: #AAF078;
}
</style>
border-color css
<style>
span { border-color: #AAF078; }
span { border-color: rgb(170,240,120); }
td.TdClassName
{
border-color: #AAF078;
}
.TagClassName
{
border-color: #AAF078;
}
</style>