Shades of Feijoa #A4EC6F
Tints of Feijoa #A4EC6F
RGB
CMYK
RGB Variations
Color information
#A4EC6F (or 0xA4EC6F) is known color: Feijoa. HEX triplet: A4, EC and 6F. RGB value is (164,236,111). Sum of RGB (Red+Green+Blue) = 164+236+111=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC6F is #5B1390. Grayscale: #C8C8C8. Windows color (decimal): -5968785 or 7335076. OLE color: 7335076.
HSL color Cylindrical-coordinate representation of color #A4EC6F: hue angle of 94.56º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4EC6F is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 111 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.07 |
| HSL | 94.56º | 0.77% | 0.68% | - |
| HSV(B) | 94.56º | 0.53% | 0.93% | - |
| XYZ | 48.17 | 69.03 | 25.82 | - |
| YUV | 200.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 111 | 0.31 | 0 | 0.53 | 0.07 | 94.56 | 0.77 | 0.68 |
| Hex | A4 | EC | 6F | 1F | 0 | 35 | 7 | 5F | 4D | 44 |
| Octal | 244 | 354 | 157 | 37 | 0 | 65 | 7 | 137 | 115 | 104 |
| Binary | 10100100 | 11101100 | 1101111 | 11111 | 0 | 110101 | 111 | 1011111 | 1001101 | 1000100 |
Color Harmonies of #A4EC6F
Complementary color
Monochromatic Colors of #A4EC6F
Black with #A4EC6F
Text Example
Text Example
White with #A4EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EC6F; }
p { color: rgb(164,236,111); }
H1.HeaderClassName
{
color: #A4EC6F;
}
.AnyTagClassName
{
color: #A4EC6F;
}
</style>
background-color css
<style>
a { background-color: #A4EC6F; }
a { background-color: rgb(164,236,111); }
div.DivClassName
{
background-color: #A4EC6F;
}
.BgClassName
{
background-color: #A4EC6F;
}
</style>
border-color css
<style>
span { border-color: #A4EC6F; }
span { border-color: rgb(164,236,111); }
td.TdClassName
{
border-color: #A4EC6F;
}
.TagClassName
{
border-color: #A4EC6F;
}
</style>