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