Shades of Feijoa #AAFC7D
Tints of Feijoa #AAFC7D
RGB
CMYK
RGB Variations
Color information
#AAFC7D (or 0xAAFC7D) is known color: Feijoa. HEX triplet: AA, FC and 7D. RGB value is (170,252,125). Sum of RGB (Red+Green+Blue) = 170+252+125=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC7D is #550382. Grayscale: #D5D5D5. Windows color (decimal): -5571459 or 8256682. OLE color: 8256682.
HSL color Cylindrical-coordinate representation of color #AAFC7D: hue angle of 98.74º 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 #AAFC7D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 125 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.01 |
| HSL | 98.74º | 0.95% | 0.74% | - |
| HSV(B) | 98.74º | 0.5% | 0.99% | - |
| XYZ | 55.09 | 79.65 | 31.87 | - |
| YUV | 213 | 78.33 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 125 | 0.33 | 0 | 0.50 | 0.01 | 98.74 | 0.95 | 0.74 |
| Hex | AA | FC | 7D | 21 | 0 | 32 | 1 | 63 | 5F | 4A |
| Octal | 252 | 374 | 175 | 41 | 0 | 62 | 1 | 143 | 137 | 112 |
| Binary | 10101010 | 11111100 | 1111101 | 100001 | 0 | 110010 | 1 | 1100011 | 1011111 | 1001010 |
Color Harmonies of #AAFC7D
Complementary color
Monochromatic Colors of #AAFC7D
Black with #AAFC7D
Text Example
Text Example
White with #AAFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC7D; }
p { color: rgb(170,252,125); }
H1.HeaderClassName
{
color: #AAFC7D;
}
.AnyTagClassName
{
color: #AAFC7D;
}
</style>
background-color css
<style>
a { background-color: #AAFC7D; }
a { background-color: rgb(170,252,125); }
div.DivClassName
{
background-color: #AAFC7D;
}
.BgClassName
{
background-color: #AAFC7D;
}
</style>
border-color css
<style>
span { border-color: #AAFC7D; }
span { border-color: rgb(170,252,125); }
td.TdClassName
{
border-color: #AAFC7D;
}
.TagClassName
{
border-color: #AAFC7D;
}
</style>