Shades of Feijoa #AAF07C
Tints of Feijoa #AAF07C
RGB
CMYK
RGB Variations
Color information
#AAF07C (or 0xAAF07C) is known color: Feijoa. HEX triplet: AA, F0 and 7C. RGB value is (170,240,124). Sum of RGB (Red+Green+Blue) = 170+240+124=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF07C is #550F83. Grayscale: #CECECE. Windows color (decimal): -5574532 or 8188074. OLE color: 8188074.
HSL color Cylindrical-coordinate representation of color #AAF07C: hue angle of 96.21º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF07C is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 124 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.06 |
| HSL | 96.21º | 0.79% | 0.71% | - |
| HSV(B) | 96.21º | 0.48% | 0.94% | - |
| XYZ | 51.38 | 72.32 | 30.32 | - |
| YUV | 205.85 | 81.81 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 124 | 0.29 | 0 | 0.48 | 0.06 | 96.21 | 0.79 | 0.71 |
| Hex | AA | F0 | 7C | 1D | 0 | 30 | 6 | 60 | 4F | 47 |
| Octal | 252 | 360 | 174 | 35 | 0 | 60 | 6 | 140 | 117 | 107 |
| Binary | 10101010 | 11110000 | 1111100 | 11101 | 0 | 110000 | 110 | 1100000 | 1001111 | 1000111 |
Color Harmonies of #AAF07C
Complementary color
Monochromatic Colors of #AAF07C
Black with #AAF07C
Text Example
Text Example
White with #AAF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF07C; }
p { color: rgb(170,240,124); }
H1.HeaderClassName
{
color: #AAF07C;
}
.AnyTagClassName
{
color: #AAF07C;
}
</style>
background-color css
<style>
a { background-color: #AAF07C; }
a { background-color: rgb(170,240,124); }
div.DivClassName
{
background-color: #AAF07C;
}
.BgClassName
{
background-color: #AAF07C;
}
</style>
border-color css
<style>
span { border-color: #AAF07C; }
span { border-color: rgb(170,240,124); }
td.TdClassName
{
border-color: #AAF07C;
}
.TagClassName
{
border-color: #AAF07C;
}
</style>