Shades of Feijoa #A7EC77
Tints of Feijoa #A7EC77
RGB
CMYK
RGB Variations
Color information
#A7EC77 (or 0xA7EC77) is known color: Feijoa. HEX triplet: A7, EC and 77. RGB value is (167,236,119). Sum of RGB (Red+Green+Blue) = 167+236+119=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #A7EC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EC77 is #581388. Grayscale: #CACACA. Windows color (decimal): -5772169 or 7859367. OLE color: 7859367.
HSL color Cylindrical-coordinate representation of color #A7EC77: hue angle of 95.38º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7EC77 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 119 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.07 |
| HSL | 95.38º | 0.75% | 0.7% | - |
| HSV(B) | 95.38º | 0.5% | 0.93% | - |
| XYZ | 49.26 | 69.54 | 28.28 | - |
| YUV | 202.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 119 | 0.29 | 0 | 0.50 | 0.07 | 95.38 | 0.75 | 0.7 |
| Hex | A7 | EC | 77 | 1D | 0 | 32 | 7 | 5F | 4B | 46 |
| Octal | 247 | 354 | 167 | 35 | 0 | 62 | 7 | 137 | 113 | 106 |
| Binary | 10100111 | 11101100 | 1110111 | 11101 | 0 | 110010 | 111 | 1011111 | 1001011 | 1000110 |
Color Harmonies of #A7EC77
Complementary color
Monochromatic Colors of #A7EC77
Black with #A7EC77
Text Example
Text Example
White with #A7EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EC77; }
p { color: rgb(167,236,119); }
H1.HeaderClassName
{
color: #A7EC77;
}
.AnyTagClassName
{
color: #A7EC77;
}
</style>
background-color css
<style>
a { background-color: #A7EC77; }
a { background-color: rgb(167,236,119); }
div.DivClassName
{
background-color: #A7EC77;
}
.BgClassName
{
background-color: #A7EC77;
}
</style>
border-color css
<style>
span { border-color: #A7EC77; }
span { border-color: rgb(167,236,119); }
td.TdClassName
{
border-color: #A7EC77;
}
.TagClassName
{
border-color: #A7EC77;
}
</style>