Shades of Feijoa #AAFC7E
Tints of Feijoa #AAFC7E
RGB
CMYK
RGB Variations
Color information
#AAFC7E (or 0xAAFC7E) is known color: Feijoa. HEX triplet: AA, FC and 7E. RGB value is (170,252,126). Sum of RGB (Red+Green+Blue) = 170+252+126=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC7E is #550381. Grayscale: #D5D5D5. Windows color (decimal): -5571458 or 8322218. OLE color: 8322218.
HSL color Cylindrical-coordinate representation of color #AAFC7E: hue angle of 99.05º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAFC7E is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 126 | - |
| CMYK | 0.33 | 0 | 0.5 | 0.01 |
| HSL | 99.05º | 0.95% | 0.74% | - |
| HSV(B) | 99.05º | 0.5% | 0.99% | - |
| XYZ | 55.15 | 79.67 | 32.21 | - |
| YUV | 213.12 | 78.83 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 126 | 0.33 | 0 | 0.5 | 0.01 | 99.05 | 0.95 | 0.74 |
| Hex | AA | FC | 7E | 21 | 0 | 32 | 1 | 63 | 5F | 4A |
| Octal | 252 | 374 | 176 | 41 | 0 | 62 | 1 | 143 | 137 | 112 |
| Binary | 10101010 | 11111100 | 1111110 | 100001 | 0 | 110010 | 1 | 1100011 | 1011111 | 1001010 |
Color Harmonies of #AAFC7E
Complementary color
Monochromatic Colors of #AAFC7E
Black with #AAFC7E
Text Example
Text Example
White with #AAFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC7E; }
p { color: rgb(170,252,126); }
H1.HeaderClassName
{
color: #AAFC7E;
}
.AnyTagClassName
{
color: #AAFC7E;
}
</style>
background-color css
<style>
a { background-color: #AAFC7E; }
a { background-color: rgb(170,252,126); }
div.DivClassName
{
background-color: #AAFC7E;
}
.BgClassName
{
background-color: #AAFC7E;
}
</style>
border-color css
<style>
span { border-color: #AAFC7E; }
span { border-color: rgb(170,252,126); }
td.TdClassName
{
border-color: #AAFC7E;
}
.TagClassName
{
border-color: #AAFC7E;
}
</style>