Shades of Feijoa #AAF67A
Tints of Feijoa #AAF67A
RGB
CMYK
RGB Variations
Color information
#AAF67A (or 0xAAF67A) is known color: Feijoa. HEX triplet: AA, F6 and 7A. RGB value is (170,246,122). Sum of RGB (Red+Green+Blue) = 170+246+122=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF67A is #550985. Grayscale: #D1D1D1. Windows color (decimal): -5572998 or 8058538. OLE color: 8058538.
HSL color Cylindrical-coordinate representation of color #AAF67A: hue angle of 96.77º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF67A is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 122 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.04 |
| HSL | 96.77º | 0.87% | 0.72% | - |
| HSV(B) | 96.77º | 0.5% | 0.96% | - |
| XYZ | 53.05 | 75.86 | 30.26 | - |
| YUV | 209.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 122 | 0.31 | 0 | 0.50 | 0.04 | 96.77 | 0.87 | 0.72 |
| Hex | AA | F6 | 7A | 1F | 0 | 32 | 4 | 61 | 57 | 48 |
| Octal | 252 | 366 | 172 | 37 | 0 | 62 | 4 | 141 | 127 | 110 |
| Binary | 10101010 | 11110110 | 1111010 | 11111 | 0 | 110010 | 100 | 1100001 | 1010111 | 1001000 |
Color Harmonies of #AAF67A
Complementary color
Monochromatic Colors of #AAF67A
Black with #AAF67A
Text Example
Text Example
White with #AAF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF67A; }
p { color: rgb(170,246,122); }
H1.HeaderClassName
{
color: #AAF67A;
}
.AnyTagClassName
{
color: #AAF67A;
}
</style>
background-color css
<style>
a { background-color: #AAF67A; }
a { background-color: rgb(170,246,122); }
div.DivClassName
{
background-color: #AAF67A;
}
.BgClassName
{
background-color: #AAF67A;
}
</style>
border-color css
<style>
span { border-color: #AAF67A; }
span { border-color: rgb(170,246,122); }
td.TdClassName
{
border-color: #AAF67A;
}
.TagClassName
{
border-color: #AAF67A;
}
</style>