Shades of Feijoa #AAF279
Tints of Feijoa #AAF279
RGB
CMYK
RGB Variations
Color information
#AAF279 (or 0xAAF279) is known color: Feijoa. HEX triplet: AA, F2 and 79. RGB value is (170,242,121). Sum of RGB (Red+Green+Blue) = 170+242+121=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF279 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF279 is #550D86. Grayscale: #CFCFCF. Windows color (decimal): -5574023 or 7991978. OLE color: 7991978.
HSL color Cylindrical-coordinate representation of color #AAF279: hue angle of 95.7º 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 #AAF279 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 121 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.05 |
| HSL | 95.7º | 0.82% | 0.71% | - |
| HSV(B) | 95.7º | 0.5% | 0.95% | - |
| XYZ | 51.78 | 73.43 | 29.53 | - |
| YUV | 206.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 121 | 0.30 | 0 | 0.50 | 0.05 | 95.7 | 0.82 | 0.71 |
| Hex | AA | F2 | 79 | 1E | 0 | 32 | 5 | 60 | 52 | 47 |
| Octal | 252 | 362 | 171 | 36 | 0 | 62 | 5 | 140 | 122 | 107 |
| Binary | 10101010 | 11110010 | 1111001 | 11110 | 0 | 110010 | 101 | 1100000 | 1010010 | 1000111 |
Color Harmonies of #AAF279
Complementary color
Monochromatic Colors of #AAF279
Black with #AAF279
Text Example
Text Example
White with #AAF279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF279; }
p { color: rgb(170,242,121); }
H1.HeaderClassName
{
color: #AAF279;
}
.AnyTagClassName
{
color: #AAF279;
}
</style>
background-color css
<style>
a { background-color: #AAF279; }
a { background-color: rgb(170,242,121); }
div.DivClassName
{
background-color: #AAF279;
}
.BgClassName
{
background-color: #AAF279;
}
</style>
border-color css
<style>
span { border-color: #AAF279; }
span { border-color: rgb(170,242,121); }
td.TdClassName
{
border-color: #AAF279;
}
.TagClassName
{
border-color: #AAF279;
}
</style>