Shades of Feijoa #A3EC83
Tints of Feijoa #A3EC83
RGB
CMYK
RGB Variations
Color information
#A3EC83 (or 0xA3EC83) is known color: Feijoa. HEX triplet: A3, EC and 83. RGB value is (163,236,131). Sum of RGB (Red+Green+Blue) = 163+236+131=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #A3EC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EC83 is #5C137C. Grayscale: #CACACA. Windows color (decimal): -6034301 or 8645795. OLE color: 8645795.
HSL color Cylindrical-coordinate representation of color #A3EC83: hue angle of 101.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3EC83 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 131 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.07 |
| HSL | 101.71º | 0.73% | 0.72% | - |
| HSV(B) | 101.71º | 0.44% | 0.93% | - |
| XYZ | 49.2 | 69.42 | 32.28 | - |
| YUV | 202.2 | 87.82 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 131 | 0.31 | 0 | 0.44 | 0.07 | 101.71 | 0.73 | 0.72 |
| Hex | A3 | EC | 83 | 1F | 0 | 2C | 7 | 66 | 49 | 48 |
| Octal | 243 | 354 | 203 | 37 | 0 | 54 | 7 | 146 | 111 | 110 |
| Binary | 10100011 | 11101100 | 10000011 | 11111 | 0 | 101100 | 111 | 1100110 | 1001001 | 1001000 |
Color Harmonies of #A3EC83
Complementary color
Monochromatic Colors of #A3EC83
Black with #A3EC83
Text Example
Text Example
White with #A3EC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EC83; }
p { color: rgb(163,236,131); }
H1.HeaderClassName
{
color: #A3EC83;
}
.AnyTagClassName
{
color: #A3EC83;
}
</style>
background-color css
<style>
a { background-color: #A3EC83; }
a { background-color: rgb(163,236,131); }
div.DivClassName
{
background-color: #A3EC83;
}
.BgClassName
{
background-color: #A3EC83;
}
</style>
border-color css
<style>
span { border-color: #A3EC83; }
span { border-color: rgb(163,236,131); }
td.TdClassName
{
border-color: #A3EC83;
}
.TagClassName
{
border-color: #A3EC83;
}
</style>