Shades of Feijoa #A3EC6F
Tints of Feijoa #A3EC6F
RGB
CMYK
RGB Variations
Color information
#A3EC6F (or 0xA3EC6F) is known color: Feijoa. HEX triplet: A3, EC and 6F. RGB value is (163,236,111). Sum of RGB (Red+Green+Blue) = 163+236+111=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #A3EC6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EC6F is #5C1390. Grayscale: #C8C8C8. Windows color (decimal): -6034321 or 7335075. OLE color: 7335075.
HSL color Cylindrical-coordinate representation of color #A3EC6F: hue angle of 95.04º 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 #A3EC6F is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 111 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.07 |
| HSL | 95.04º | 0.77% | 0.68% | - |
| HSV(B) | 95.04º | 0.53% | 0.93% | - |
| XYZ | 47.97 | 68.93 | 25.81 | - |
| YUV | 199.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 111 | 0.31 | 0 | 0.53 | 0.07 | 95.04 | 0.77 | 0.68 |
| Hex | A3 | EC | 6F | 1F | 0 | 35 | 7 | 5F | 4D | 44 |
| Octal | 243 | 354 | 157 | 37 | 0 | 65 | 7 | 137 | 115 | 104 |
| Binary | 10100011 | 11101100 | 1101111 | 11111 | 0 | 110101 | 111 | 1011111 | 1001101 | 1000100 |
Color Harmonies of #A3EC6F
Complementary color
Monochromatic Colors of #A3EC6F
Black with #A3EC6F
Text Example
Text Example
White with #A3EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EC6F; }
p { color: rgb(163,236,111); }
H1.HeaderClassName
{
color: #A3EC6F;
}
.AnyTagClassName
{
color: #A3EC6F;
}
</style>
background-color css
<style>
a { background-color: #A3EC6F; }
a { background-color: rgb(163,236,111); }
div.DivClassName
{
background-color: #A3EC6F;
}
.BgClassName
{
background-color: #A3EC6F;
}
</style>
border-color css
<style>
span { border-color: #A3EC6F; }
span { border-color: rgb(163,236,111); }
td.TdClassName
{
border-color: #A3EC6F;
}
.TagClassName
{
border-color: #A3EC6F;
}
</style>