Shades of Feijoa #AAF27A
Tints of Feijoa #AAF27A
RGB
CMYK
RGB Variations
Color information
#AAF27A (or 0xAAF27A) is known color: Feijoa. HEX triplet: AA, F2 and 7A. RGB value is (170,242,122). Sum of RGB (Red+Green+Blue) = 170+242+122=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF27A is #550D85. Grayscale: #CFCFCF. Windows color (decimal): -5574022 or 8057514. OLE color: 8057514.
HSL color Cylindrical-coordinate representation of color #AAF27A: hue angle of 96º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF27A is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 122 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.05 |
| HSL | 96º | 0.82% | 0.71% | - |
| HSV(B) | 96º | 0.5% | 0.95% | - |
| XYZ | 51.84 | 73.46 | 29.86 | - |
| YUV | 206.79 | 80.15 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 122 | 0.30 | 0 | 0.50 | 0.05 | 96 | 0.82 | 0.71 |
| Hex | AA | F2 | 7A | 1E | 0 | 32 | 5 | 60 | 52 | 47 |
| Octal | 252 | 362 | 172 | 36 | 0 | 62 | 5 | 140 | 122 | 107 |
| Binary | 10101010 | 11110010 | 1111010 | 11110 | 0 | 110010 | 101 | 1100000 | 1010010 | 1000111 |
Color Harmonies of #AAF27A
Complementary color
Monochromatic Colors of #AAF27A
Black with #AAF27A
Text Example
Text Example
White with #AAF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF27A; }
p { color: rgb(170,242,122); }
H1.HeaderClassName
{
color: #AAF27A;
}
.AnyTagClassName
{
color: #AAF27A;
}
</style>
background-color css
<style>
a { background-color: #AAF27A; }
a { background-color: rgb(170,242,122); }
div.DivClassName
{
background-color: #AAF27A;
}
.BgClassName
{
background-color: #AAF27A;
}
</style>
border-color css
<style>
span { border-color: #AAF27A; }
span { border-color: rgb(170,242,122); }
td.TdClassName
{
border-color: #AAF27A;
}
.TagClassName
{
border-color: #AAF27A;
}
</style>