Shades of Feijoa #A3E087
Tints of Feijoa #A3E087
RGB
CMYK
RGB Variations
Color information
#A3E087 (or 0xA3E087) is known color: Feijoa. HEX triplet: A3, E0 and 87. RGB value is (163,224,135). Sum of RGB (Red+Green+Blue) = 163+224+135=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E087 is #5C1F78. Grayscale: #C3C3C3. Windows color (decimal): -6037369 or 8904867. OLE color: 8904867.
HSL color Cylindrical-coordinate representation of color #A3E087: hue angle of 101.12º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3E087 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 135 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.12 |
| HSL | 101.12º | 0.59% | 0.7% | - |
| HSV(B) | 101.12º | 0.4% | 0.88% | - |
| XYZ | 46.13 | 62.85 | 32.62 | - |
| YUV | 195.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 135 | 0.27 | 0 | 0.40 | 0.12 | 101.12 | 0.59 | 0.7 |
| Hex | A3 | E0 | 87 | 1B | 0 | 28 | C | 65 | 3B | 46 |
| Octal | 243 | 340 | 207 | 33 | 0 | 50 | 14 | 145 | 73 | 106 |
| Binary | 10100011 | 11100000 | 10000111 | 11011 | 0 | 101000 | 1100 | 1100101 | 111011 | 1000110 |
Color Harmonies of #A3E087
Complementary color
Monochromatic Colors of #A3E087
Black with #A3E087
Text Example
Text Example
White with #A3E087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E087; }
p { color: rgb(163,224,135); }
H1.HeaderClassName
{
color: #A3E087;
}
.AnyTagClassName
{
color: #A3E087;
}
</style>
background-color css
<style>
a { background-color: #A3E087; }
a { background-color: rgb(163,224,135); }
div.DivClassName
{
background-color: #A3E087;
}
.BgClassName
{
background-color: #A3E087;
}
</style>
border-color css
<style>
span { border-color: #A3E087; }
span { border-color: rgb(163,224,135); }
td.TdClassName
{
border-color: #A3E087;
}
.TagClassName
{
border-color: #A3E087;
}
</style>