Shades of Feijoa #AAF77B
Tints of Feijoa #AAF77B
RGB
CMYK
RGB Variations
Color information
#AAF77B (or 0xAAF77B) is known color: Feijoa. HEX triplet: AA, F7 and 7B. RGB value is (170,247,123). Sum of RGB (Red+Green+Blue) = 170+247+123=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF77B is #550884. Grayscale: #D2D2D2. Windows color (decimal): -5572741 or 8124330. OLE color: 8124330.
HSL color Cylindrical-coordinate representation of color #AAF77B: hue angle of 97.26º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF77B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 123 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.03 |
| HSL | 97.26º | 0.89% | 0.73% | - |
| HSV(B) | 97.26º | 0.5% | 0.97% | - |
| XYZ | 53.41 | 76.5 | 30.69 | - |
| YUV | 209.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 123 | 0.31 | 0 | 0.50 | 0.03 | 97.26 | 0.89 | 0.73 |
| Hex | AA | F7 | 7B | 1F | 0 | 32 | 3 | 61 | 59 | 49 |
| Octal | 252 | 367 | 173 | 37 | 0 | 62 | 3 | 141 | 131 | 111 |
| Binary | 10101010 | 11110111 | 1111011 | 11111 | 0 | 110010 | 11 | 1100001 | 1011001 | 1001001 |
Color Harmonies of #AAF77B
Complementary color
Monochromatic Colors of #AAF77B
Black with #AAF77B
Text Example
Text Example
White with #AAF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF77B; }
p { color: rgb(170,247,123); }
H1.HeaderClassName
{
color: #AAF77B;
}
.AnyTagClassName
{
color: #AAF77B;
}
</style>
background-color css
<style>
a { background-color: #AAF77B; }
a { background-color: rgb(170,247,123); }
div.DivClassName
{
background-color: #AAF77B;
}
.BgClassName
{
background-color: #AAF77B;
}
</style>
border-color css
<style>
span { border-color: #AAF77B; }
span { border-color: rgb(170,247,123); }
td.TdClassName
{
border-color: #AAF77B;
}
.TagClassName
{
border-color: #AAF77B;
}
</style>