Shades of Feijoa #A7EC74
Tints of Feijoa #A7EC74
RGB
CMYK
RGB Variations
Color information
#A7EC74 (or 0xA7EC74) is known color: Feijoa. HEX triplet: A7, EC and 74. RGB value is (167,236,116). Sum of RGB (Red+Green+Blue) = 167+236+116=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #A7EC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EC74 is #58138B. Grayscale: #CACACA. Windows color (decimal): -5772172 or 7662759. OLE color: 7662759.
HSL color Cylindrical-coordinate representation of color #A7EC74: hue angle of 94.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7EC74 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 116 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.07 |
| HSL | 94.5º | 0.76% | 0.69% | - |
| HSV(B) | 94.5º | 0.51% | 0.93% | - |
| XYZ | 49.08 | 69.47 | 27.34 | - |
| YUV | 201.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 116 | 0.29 | 0 | 0.51 | 0.07 | 94.5 | 0.76 | 0.69 |
| Hex | A7 | EC | 74 | 1D | 0 | 33 | 7 | 5E | 4C | 45 |
| Octal | 247 | 354 | 164 | 35 | 0 | 63 | 7 | 136 | 114 | 105 |
| Binary | 10100111 | 11101100 | 1110100 | 11101 | 0 | 110011 | 111 | 1011110 | 1001100 | 1000101 |
Color Harmonies of #A7EC74
Complementary color
Monochromatic Colors of #A7EC74
Black with #A7EC74
Text Example
Text Example
White with #A7EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EC74; }
p { color: rgb(167,236,116); }
H1.HeaderClassName
{
color: #A7EC74;
}
.AnyTagClassName
{
color: #A7EC74;
}
</style>
background-color css
<style>
a { background-color: #A7EC74; }
a { background-color: rgb(167,236,116); }
div.DivClassName
{
background-color: #A7EC74;
}
.BgClassName
{
background-color: #A7EC74;
}
</style>
border-color css
<style>
span { border-color: #A7EC74; }
span { border-color: rgb(167,236,116); }
td.TdClassName
{
border-color: #A7EC74;
}
.TagClassName
{
border-color: #A7EC74;
}
</style>