Shades of Feijoa #AAFA7D
Tints of Feijoa #AAFA7D
RGB
CMYK
RGB Variations
Color information
#AAFA7D (or 0xAAFA7D) is known color: Feijoa. HEX triplet: AA, FA and 7D. RGB value is (170,250,125). Sum of RGB (Red+Green+Blue) = 170+250+125=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA7D is #550582. Grayscale: #D4D4D4. Windows color (decimal): -5571971 or 8256170. OLE color: 8256170.
HSL color Cylindrical-coordinate representation of color #AAFA7D: hue angle of 98.4º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAFA7D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 125 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.02 |
| HSL | 98.4º | 0.93% | 0.74% | - |
| HSV(B) | 98.4º | 0.5% | 0.98% | - |
| XYZ | 54.46 | 78.4 | 31.66 | - |
| YUV | 211.83 | 79 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 125 | 0.32 | 0 | 0.50 | 0.02 | 98.4 | 0.93 | 0.74 |
| Hex | AA | FA | 7D | 20 | 0 | 32 | 2 | 62 | 5D | 4A |
| Octal | 252 | 372 | 175 | 40 | 0 | 62 | 2 | 142 | 135 | 112 |
| Binary | 10101010 | 11111010 | 1111101 | 100000 | 0 | 110010 | 10 | 1100010 | 1011101 | 1001010 |
Color Harmonies of #AAFA7D
Complementary color
Monochromatic Colors of #AAFA7D
Black with #AAFA7D
Text Example
Text Example
White with #AAFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA7D; }
p { color: rgb(170,250,125); }
H1.HeaderClassName
{
color: #AAFA7D;
}
.AnyTagClassName
{
color: #AAFA7D;
}
</style>
background-color css
<style>
a { background-color: #AAFA7D; }
a { background-color: rgb(170,250,125); }
div.DivClassName
{
background-color: #AAFA7D;
}
.BgClassName
{
background-color: #AAFA7D;
}
</style>
border-color css
<style>
span { border-color: #AAFA7D; }
span { border-color: rgb(170,250,125); }
td.TdClassName
{
border-color: #AAFA7D;
}
.TagClassName
{
border-color: #AAFA7D;
}
</style>