Shades of Feijoa #A3D983
Tints of Feijoa #A3D983
RGB
CMYK
RGB Variations
Color information
#A3D983 (or 0xA3D983) is known color: Feijoa. HEX triplet: A3, D9 and 83. RGB value is (163,217,131). Sum of RGB (Red+Green+Blue) = 163+217+131=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D983 is #5C267C. Grayscale: #BFBFBF. Windows color (decimal): -6039165 or 8640931. OLE color: 8640931.
HSL color Cylindrical-coordinate representation of color #A3D983: hue angle of 97.67º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3D983 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 131 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.15 |
| HSL | 97.67º | 0.53% | 0.68% | - |
| HSV(B) | 97.67º | 0.4% | 0.85% | - |
| XYZ | 44.01 | 59.05 | 30.55 | - |
| YUV | 191.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 131 | 0.25 | 0 | 0.40 | 0.15 | 97.67 | 0.53 | 0.68 |
| Hex | A3 | D9 | 83 | 19 | 0 | 28 | F | 62 | 35 | 44 |
| Octal | 243 | 331 | 203 | 31 | 0 | 50 | 17 | 142 | 65 | 104 |
| Binary | 10100011 | 11011001 | 10000011 | 11001 | 0 | 101000 | 1111 | 1100010 | 110101 | 1000100 |
Color Harmonies of #A3D983
Complementary color
Monochromatic Colors of #A3D983
Black with #A3D983
Text Example
Text Example
White with #A3D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D983; }
p { color: rgb(163,217,131); }
H1.HeaderClassName
{
color: #A3D983;
}
.AnyTagClassName
{
color: #A3D983;
}
</style>
background-color css
<style>
a { background-color: #A3D983; }
a { background-color: rgb(163,217,131); }
div.DivClassName
{
background-color: #A3D983;
}
.BgClassName
{
background-color: #A3D983;
}
</style>
border-color css
<style>
span { border-color: #A3D983; }
span { border-color: rgb(163,217,131); }
td.TdClassName
{
border-color: #A3D983;
}
.TagClassName
{
border-color: #A3D983;
}
</style>