Shades of Feijoa #A9EC71
Tints of Feijoa #A9EC71
RGB
CMYK
RGB Variations
Color information
#A9EC71 (or 0xA9EC71) is known color: Feijoa. HEX triplet: A9, EC and 71. RGB value is (169,236,113). Sum of RGB (Red+Green+Blue) = 169+236+113=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #A9EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9EC71 is #56138E. Grayscale: #CACACA. Windows color (decimal): -5641103 or 7466153. OLE color: 7466153.
HSL color Cylindrical-coordinate representation of color #A9EC71: hue angle of 92.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9EC71 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 113 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.07 |
| HSL | 92.68º | 0.76% | 0.68% | - |
| HSV(B) | 92.68º | 0.52% | 0.93% | - |
| XYZ | 49.34 | 69.62 | 26.46 | - |
| YUV | 201.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 113 | 0.28 | 0 | 0.52 | 0.07 | 92.68 | 0.76 | 0.68 |
| Hex | A9 | EC | 71 | 1C | 0 | 34 | 7 | 5D | 4C | 44 |
| Octal | 251 | 354 | 161 | 34 | 0 | 64 | 7 | 135 | 114 | 104 |
| Binary | 10101001 | 11101100 | 1110001 | 11100 | 0 | 110100 | 111 | 1011101 | 1001100 | 1000100 |
Color Harmonies of #A9EC71
Complementary color
Monochromatic Colors of #A9EC71
Black with #A9EC71
Text Example
Text Example
White with #A9EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EC71; }
p { color: rgb(169,236,113); }
H1.HeaderClassName
{
color: #A9EC71;
}
.AnyTagClassName
{
color: #A9EC71;
}
</style>
background-color css
<style>
a { background-color: #A9EC71; }
a { background-color: rgb(169,236,113); }
div.DivClassName
{
background-color: #A9EC71;
}
.BgClassName
{
background-color: #A9EC71;
}
</style>
border-color css
<style>
span { border-color: #A9EC71; }
span { border-color: rgb(169,236,113); }
td.TdClassName
{
border-color: #A9EC71;
}
.TagClassName
{
border-color: #A9EC71;
}
</style>