Shades of Feijoa #A3E689
Tints of Feijoa #A3E689
RGB
CMYK
RGB Variations
Color information
#A3E689 (or 0xA3E689) is known color: Feijoa. HEX triplet: A3, E6 and 89. RGB value is (163,230,137). Sum of RGB (Red+Green+Blue) = 163+230+137=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E689 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3E689 is #5C1976. Grayscale: #C7C7C7. Windows color (decimal): -6035831 or 9037475. OLE color: 9037475.
HSL color Cylindrical-coordinate representation of color #A3E689: hue angle of 103.23º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3E689 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 230 | 137 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.10 |
| HSL | 103.23º | 0.65% | 0.72% | - |
| HSV(B) | 103.23º | 0.4% | 0.9% | - |
| XYZ | 47.92 | 66.19 | 33.92 | - |
| YUV | 199.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 230 | 137 | 0.29 | 0 | 0.40 | 0.10 | 103.23 | 0.65 | 0.72 |
| Hex | A3 | E6 | 89 | 1D | 0 | 28 | A | 67 | 41 | 48 |
| Octal | 243 | 346 | 211 | 35 | 0 | 50 | 12 | 147 | 101 | 110 |
| Binary | 10100011 | 11100110 | 10001001 | 11101 | 0 | 101000 | 1010 | 1100111 | 1000001 | 1001000 |
Color Harmonies of #A3E689
Complementary color
Monochromatic Colors of #A3E689
Black with #A3E689
Text Example
Text Example
White with #A3E689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E689; }
p { color: rgb(163,230,137); }
H1.HeaderClassName
{
color: #A3E689;
}
.AnyTagClassName
{
color: #A3E689;
}
</style>
background-color css
<style>
a { background-color: #A3E689; }
a { background-color: rgb(163,230,137); }
div.DivClassName
{
background-color: #A3E689;
}
.BgClassName
{
background-color: #A3E689;
}
</style>
border-color css
<style>
span { border-color: #A3E689; }
span { border-color: rgb(163,230,137); }
td.TdClassName
{
border-color: #A3E689;
}
.TagClassName
{
border-color: #A3E689;
}
</style>