Shades of Feijoa #AAF678
Tints of Feijoa #AAF678
RGB
CMYK
RGB Variations
Color information
#AAF678 (or 0xAAF678) is known color: Feijoa. HEX triplet: AA, F6 and 78. RGB value is (170,246,120). Sum of RGB (Red+Green+Blue) = 170+246+120=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF678 is #550987. Grayscale: #D1D1D1. Windows color (decimal): -5573000 or 7927466. OLE color: 7927466.
HSL color Cylindrical-coordinate representation of color #AAF678: hue angle of 96.19º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAF678 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 120 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.04 |
| HSL | 96.19º | 0.88% | 0.72% | - |
| HSV(B) | 96.19º | 0.51% | 0.96% | - |
| XYZ | 52.92 | 75.81 | 29.61 | - |
| YUV | 208.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 120 | 0.31 | 0 | 0.51 | 0.04 | 96.19 | 0.88 | 0.72 |
| Hex | AA | F6 | 78 | 1F | 0 | 33 | 4 | 60 | 58 | 48 |
| Octal | 252 | 366 | 170 | 37 | 0 | 63 | 4 | 140 | 130 | 110 |
| Binary | 10101010 | 11110110 | 1111000 | 11111 | 0 | 110011 | 100 | 1100000 | 1011000 | 1001000 |
Color Harmonies of #AAF678
Complementary color
Monochromatic Colors of #AAF678
Black with #AAF678
Text Example
Text Example
White with #AAF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF678; }
p { color: rgb(170,246,120); }
H1.HeaderClassName
{
color: #AAF678;
}
.AnyTagClassName
{
color: #AAF678;
}
</style>
background-color css
<style>
a { background-color: #AAF678; }
a { background-color: rgb(170,246,120); }
div.DivClassName
{
background-color: #AAF678;
}
.BgClassName
{
background-color: #AAF678;
}
</style>
border-color css
<style>
span { border-color: #AAF678; }
span { border-color: rgb(170,246,120); }
td.TdClassName
{
border-color: #AAF678;
}
.TagClassName
{
border-color: #AAF678;
}
</style>