Shades of Feijoa #A8EC79
Tints of Feijoa #A8EC79
RGB
CMYK
RGB Variations
Color information
#A8EC79 (or 0xA8EC79) is known color: Feijoa. HEX triplet: A8, EC and 79. RGB value is (168,236,121). Sum of RGB (Red+Green+Blue) = 168+236+121=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC79 is #571386. Grayscale: #CACACA. Windows color (decimal): -5706631 or 7990440. OLE color: 7990440.
HSL color Cylindrical-coordinate representation of color #A8EC79: hue angle of 95.48º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8EC79 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 121 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.07 |
| HSL | 95.48º | 0.75% | 0.7% | - |
| HSV(B) | 95.48º | 0.49% | 0.93% | - |
| XYZ | 49.6 | 69.7 | 28.93 | - |
| YUV | 202.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 121 | 0.29 | 0 | 0.49 | 0.07 | 95.48 | 0.75 | 0.7 |
| Hex | A8 | EC | 79 | 1D | 0 | 31 | 7 | 5F | 4B | 46 |
| Octal | 250 | 354 | 171 | 35 | 0 | 61 | 7 | 137 | 113 | 106 |
| Binary | 10101000 | 11101100 | 1111001 | 11101 | 0 | 110001 | 111 | 1011111 | 1001011 | 1000110 |
Color Harmonies of #A8EC79
Complementary color
Monochromatic Colors of #A8EC79
Black with #A8EC79
Text Example
Text Example
White with #A8EC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC79; }
p { color: rgb(168,236,121); }
H1.HeaderClassName
{
color: #A8EC79;
}
.AnyTagClassName
{
color: #A8EC79;
}
</style>
background-color css
<style>
a { background-color: #A8EC79; }
a { background-color: rgb(168,236,121); }
div.DivClassName
{
background-color: #A8EC79;
}
.BgClassName
{
background-color: #A8EC79;
}
</style>
border-color css
<style>
span { border-color: #A8EC79; }
span { border-color: rgb(168,236,121); }
td.TdClassName
{
border-color: #A8EC79;
}
.TagClassName
{
border-color: #A8EC79;
}
</style>