Shades of Feijoa #AAF77A
Tints of Feijoa #AAF77A
RGB
CMYK
RGB Variations
Color information
#AAF77A (or 0xAAF77A) is known color: Feijoa. HEX triplet: AA, F7 and 7A. RGB value is (170,247,122). Sum of RGB (Red+Green+Blue) = 170+247+122=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF77A is #550885. Grayscale: #D2D2D2. Windows color (decimal): -5572742 or 8058794. OLE color: 8058794.
HSL color Cylindrical-coordinate representation of color #AAF77A: hue angle of 96.96º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAF77A is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 122 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.03 |
| HSL | 96.96º | 0.89% | 0.72% | - |
| HSV(B) | 96.96º | 0.51% | 0.97% | - |
| XYZ | 53.35 | 76.47 | 30.36 | - |
| YUV | 209.73 | 78.49 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 122 | 0.31 | 0 | 0.51 | 0.03 | 96.96 | 0.89 | 0.72 |
| Hex | AA | F7 | 7A | 1F | 0 | 33 | 3 | 61 | 59 | 48 |
| Octal | 252 | 367 | 172 | 37 | 0 | 63 | 3 | 141 | 131 | 110 |
| Binary | 10101010 | 11110111 | 1111010 | 11111 | 0 | 110011 | 11 | 1100001 | 1011001 | 1001000 |
Color Harmonies of #AAF77A
Complementary color
Monochromatic Colors of #AAF77A
Black with #AAF77A
Text Example
Text Example
White with #AAF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF77A; }
p { color: rgb(170,247,122); }
H1.HeaderClassName
{
color: #AAF77A;
}
.AnyTagClassName
{
color: #AAF77A;
}
</style>
background-color css
<style>
a { background-color: #AAF77A; }
a { background-color: rgb(170,247,122); }
div.DivClassName
{
background-color: #AAF77A;
}
.BgClassName
{
background-color: #AAF77A;
}
</style>
border-color css
<style>
span { border-color: #AAF77A; }
span { border-color: rgb(170,247,122); }
td.TdClassName
{
border-color: #AAF77A;
}
.TagClassName
{
border-color: #AAF77A;
}
</style>