Shades of Feijoa #A3E489
Tints of Feijoa #A3E489
RGB
CMYK
RGB Variations
Color information
#A3E489 (or 0xA3E489) is known color: Feijoa. HEX triplet: A3, E4 and 89. RGB value is (163,228,137). Sum of RGB (Red+Green+Blue) = 163+228+137=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E489 is #5C1B76. Grayscale: #C6C6C6. Windows color (decimal): -6036343 or 9036963. OLE color: 9036963.
HSL color Cylindrical-coordinate representation of color #A3E489: hue angle of 102.86º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3E489 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 137 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.11 |
| HSL | 102.86º | 0.63% | 0.72% | - |
| HSV(B) | 102.86º | 0.4% | 0.89% | - |
| XYZ | 47.36 | 65.08 | 33.73 | - |
| YUV | 198.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 137 | 0.29 | 0 | 0.40 | 0.11 | 102.86 | 0.63 | 0.72 |
| Hex | A3 | E4 | 89 | 1D | 0 | 28 | B | 67 | 3F | 48 |
| Octal | 243 | 344 | 211 | 35 | 0 | 50 | 13 | 147 | 77 | 110 |
| Binary | 10100011 | 11100100 | 10001001 | 11101 | 0 | 101000 | 1011 | 1100111 | 111111 | 1001000 |
Color Harmonies of #A3E489
Complementary color
Monochromatic Colors of #A3E489
Black with #A3E489
Text Example
Text Example
White with #A3E489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E489; }
p { color: rgb(163,228,137); }
H1.HeaderClassName
{
color: #A3E489;
}
.AnyTagClassName
{
color: #A3E489;
}
</style>
background-color css
<style>
a { background-color: #A3E489; }
a { background-color: rgb(163,228,137); }
div.DivClassName
{
background-color: #A3E489;
}
.BgClassName
{
background-color: #A3E489;
}
</style>
border-color css
<style>
span { border-color: #A3E489; }
span { border-color: rgb(163,228,137); }
td.TdClassName
{
border-color: #A3E489;
}
.TagClassName
{
border-color: #A3E489;
}
</style>