Shades of Feijoa #A5EC6F
Tints of Feijoa #A5EC6F
RGB
CMYK
RGB Variations
Color information
#A5EC6F (or 0xA5EC6F) is known color: Feijoa. HEX triplet: A5, EC and 6F. RGB value is (165,236,111). Sum of RGB (Red+Green+Blue) = 165+236+111=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EC6F is #5A1390. Grayscale: #C8C8C8. Windows color (decimal): -5903249 or 7335077. OLE color: 7335077.
HSL color Cylindrical-coordinate representation of color #A5EC6F: hue angle of 94.08º 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 #A5EC6F is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 111 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.07 |
| HSL | 94.08º | 0.77% | 0.68% | - |
| HSV(B) | 94.08º | 0.53% | 0.93% | - |
| XYZ | 48.38 | 69.14 | 25.83 | - |
| YUV | 200.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 111 | 0.30 | 0 | 0.53 | 0.07 | 94.08 | 0.77 | 0.68 |
| Hex | A5 | EC | 6F | 1E | 0 | 35 | 7 | 5E | 4D | 44 |
| Octal | 245 | 354 | 157 | 36 | 0 | 65 | 7 | 136 | 115 | 104 |
| Binary | 10100101 | 11101100 | 1101111 | 11110 | 0 | 110101 | 111 | 1011110 | 1001101 | 1000100 |
Color Harmonies of #A5EC6F
Complementary color
Monochromatic Colors of #A5EC6F
Black with #A5EC6F
Text Example
Text Example
White with #A5EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EC6F; }
p { color: rgb(165,236,111); }
H1.HeaderClassName
{
color: #A5EC6F;
}
.AnyTagClassName
{
color: #A5EC6F;
}
</style>
background-color css
<style>
a { background-color: #A5EC6F; }
a { background-color: rgb(165,236,111); }
div.DivClassName
{
background-color: #A5EC6F;
}
.BgClassName
{
background-color: #A5EC6F;
}
</style>
border-color css
<style>
span { border-color: #A5EC6F; }
span { border-color: rgb(165,236,111); }
td.TdClassName
{
border-color: #A5EC6F;
}
.TagClassName
{
border-color: #A5EC6F;
}
</style>