Shades of Feijoa #A8EC71
Tints of Feijoa #A8EC71
RGB
CMYK
RGB Variations
Color information
#A8EC71 (or 0xA8EC71) is known color: Feijoa. HEX triplet: A8, EC and 71. RGB value is (168,236,113). Sum of RGB (Red+Green+Blue) = 168+236+113=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC71 is #57138E. Grayscale: #CACACA. Windows color (decimal): -5706639 or 7466152. OLE color: 7466152.
HSL color Cylindrical-coordinate representation of color #A8EC71: hue angle of 93.17º 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 #A8EC71 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 113 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.07 |
| HSL | 93.17º | 0.76% | 0.68% | - |
| HSV(B) | 93.17º | 0.52% | 0.93% | - |
| XYZ | 49.12 | 69.51 | 26.45 | - |
| YUV | 201.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 113 | 0.29 | 0 | 0.52 | 0.07 | 93.17 | 0.76 | 0.68 |
| Hex | A8 | EC | 71 | 1D | 0 | 34 | 7 | 5D | 4C | 44 |
| Octal | 250 | 354 | 161 | 35 | 0 | 64 | 7 | 135 | 114 | 104 |
| Binary | 10101000 | 11101100 | 1110001 | 11101 | 0 | 110100 | 111 | 1011101 | 1001100 | 1000100 |
Color Harmonies of #A8EC71
Complementary color
Monochromatic Colors of #A8EC71
Black with #A8EC71
Text Example
Text Example
White with #A8EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC71; }
p { color: rgb(168,236,113); }
H1.HeaderClassName
{
color: #A8EC71;
}
.AnyTagClassName
{
color: #A8EC71;
}
</style>
background-color css
<style>
a { background-color: #A8EC71; }
a { background-color: rgb(168,236,113); }
div.DivClassName
{
background-color: #A8EC71;
}
.BgClassName
{
background-color: #A8EC71;
}
</style>
border-color css
<style>
span { border-color: #A8EC71; }
span { border-color: rgb(168,236,113); }
td.TdClassName
{
border-color: #A8EC71;
}
.TagClassName
{
border-color: #A8EC71;
}
</style>