Shades of Feijoa #A3C980
Tints of Feijoa #A3C980
RGB
CMYK
RGB Variations
Color information
#A3C980 (or 0xA3C980) is known color: Feijoa. HEX triplet: A3, C9 and 80. RGB value is (163,201,128). Sum of RGB (Red+Green+Blue) = 163+201+128=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C980 is #5C367F. Grayscale: #B5B5B5. Windows color (decimal): -6043264 or 8440227. OLE color: 8440227.
HSL color Cylindrical-coordinate representation of color #A3C980: hue angle of 91.23º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C980 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 128 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.21 |
| HSL | 91.23º | 0.4% | 0.65% | - |
| HSV(B) | 91.23º | 0.36% | 0.79% | - |
| XYZ | 39.89 | 51.12 | 28.19 | - |
| YUV | 181.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 128 | 0.19 | 0 | 0.36 | 0.21 | 91.23 | 0.4 | 0.65 |
| Hex | A3 | C9 | 80 | 13 | 0 | 24 | 15 | 5B | 28 | 41 |
| Octal | 243 | 311 | 200 | 23 | 0 | 44 | 25 | 133 | 50 | 101 |
| Binary | 10100011 | 11001001 | 10000000 | 10011 | 0 | 100100 | 10101 | 1011011 | 101000 | 1000001 |
Color Harmonies of #A3C980
Complementary color
Monochromatic Colors of #A3C980
Black with #A3C980
Text Example
Text Example
White with #A3C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C980; }
p { color: rgb(163,201,128); }
H1.HeaderClassName
{
color: #A3C980;
}
.AnyTagClassName
{
color: #A3C980;
}
</style>
background-color css
<style>
a { background-color: #A3C980; }
a { background-color: rgb(163,201,128); }
div.DivClassName
{
background-color: #A3C980;
}
.BgClassName
{
background-color: #A3C980;
}
</style>
border-color css
<style>
span { border-color: #A3C980; }
span { border-color: rgb(163,201,128); }
td.TdClassName
{
border-color: #A3C980;
}
.TagClassName
{
border-color: #A3C980;
}
</style>