Shades of Feijoa #A3EC70
Tints of Feijoa #A3EC70
RGB
CMYK
RGB Variations
Color information
#A3EC70 (or 0xA3EC70) is known color: Feijoa. HEX triplet: A3, EC and 70. RGB value is (163,236,112). Sum of RGB (Red+Green+Blue) = 163+236+112=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #A3EC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EC70 is #5C138F. Grayscale: #C8C8C8. Windows color (decimal): -6034320 or 7400611. OLE color: 7400611.
HSL color Cylindrical-coordinate representation of color #A3EC70: hue angle of 95.32º 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 #A3EC70 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 112 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.07 |
| HSL | 95.32º | 0.77% | 0.68% | - |
| HSV(B) | 95.32º | 0.53% | 0.93% | - |
| XYZ | 48.02 | 68.95 | 26.11 | - |
| YUV | 200.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 112 | 0.31 | 0 | 0.53 | 0.07 | 95.32 | 0.77 | 0.68 |
| Hex | A3 | EC | 70 | 1F | 0 | 35 | 7 | 5F | 4D | 44 |
| Octal | 243 | 354 | 160 | 37 | 0 | 65 | 7 | 137 | 115 | 104 |
| Binary | 10100011 | 11101100 | 1110000 | 11111 | 0 | 110101 | 111 | 1011111 | 1001101 | 1000100 |
Color Harmonies of #A3EC70
Complementary color
Monochromatic Colors of #A3EC70
Black with #A3EC70
Text Example
Text Example
White with #A3EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EC70; }
p { color: rgb(163,236,112); }
H1.HeaderClassName
{
color: #A3EC70;
}
.AnyTagClassName
{
color: #A3EC70;
}
</style>
background-color css
<style>
a { background-color: #A3EC70; }
a { background-color: rgb(163,236,112); }
div.DivClassName
{
background-color: #A3EC70;
}
.BgClassName
{
background-color: #A3EC70;
}
</style>
border-color css
<style>
span { border-color: #A3EC70; }
span { border-color: rgb(163,236,112); }
td.TdClassName
{
border-color: #A3EC70;
}
.TagClassName
{
border-color: #A3EC70;
}
</style>