Shades of Feijoa #AAF77F
Tints of Feijoa #AAF77F
RGB
CMYK
RGB Variations
Color information
#AAF77F (or 0xAAF77F) is known color: Feijoa. HEX triplet: AA, F7 and 7F. RGB value is (170,247,127). Sum of RGB (Red+Green+Blue) = 170+247+127=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF77F is #550880. Grayscale: #D2D2D2. Windows color (decimal): -5572737 or 8386474. OLE color: 8386474.
HSL color Cylindrical-coordinate representation of color #AAF77F: hue angle of 98.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF77F is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 127 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.03 |
| HSL | 98.5º | 0.88% | 0.73% | - |
| HSV(B) | 98.5º | 0.49% | 0.97% | - |
| XYZ | 53.67 | 76.6 | 32.04 | - |
| YUV | 210.3 | 80.99 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 127 | 0.31 | 0 | 0.49 | 0.03 | 98.5 | 0.88 | 0.73 |
| Hex | AA | F7 | 7F | 1F | 0 | 31 | 3 | 62 | 58 | 49 |
| Octal | 252 | 367 | 177 | 37 | 0 | 61 | 3 | 142 | 130 | 111 |
| Binary | 10101010 | 11110111 | 1111111 | 11111 | 0 | 110001 | 11 | 1100010 | 1011000 | 1001001 |
Color Harmonies of #AAF77F
Complementary color
Monochromatic Colors of #AAF77F
Black with #AAF77F
Text Example
Text Example
White with #AAF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF77F; }
p { color: rgb(170,247,127); }
H1.HeaderClassName
{
color: #AAF77F;
}
.AnyTagClassName
{
color: #AAF77F;
}
</style>
background-color css
<style>
a { background-color: #AAF77F; }
a { background-color: rgb(170,247,127); }
div.DivClassName
{
background-color: #AAF77F;
}
.BgClassName
{
background-color: #AAF77F;
}
</style>
border-color css
<style>
span { border-color: #AAF77F; }
span { border-color: rgb(170,247,127); }
td.TdClassName
{
border-color: #AAF77F;
}
.TagClassName
{
border-color: #AAF77F;
}
</style>