Shades of Feijoa #A3D87C
Tints of Feijoa #A3D87C
RGB
CMYK
RGB Variations
Color information
#A3D87C (or 0xA3D87C) is known color: Feijoa. HEX triplet: A3, D8 and 7C. RGB value is (163,216,124). Sum of RGB (Red+Green+Blue) = 163+216+124=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D87C is #5C2783. Grayscale: #BDBDBD. Windows color (decimal): -6039428 or 8181923. OLE color: 8181923.
HSL color Cylindrical-coordinate representation of color #A3D87C: hue angle of 94.57º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3D87C is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 216 | 124 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.15 |
| HSL | 94.57º | 0.54% | 0.67% | - |
| HSV(B) | 94.57º | 0.43% | 0.85% | - |
| XYZ | 43.3 | 58.35 | 28.05 | - |
| YUV | 189.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 216 | 124 | 0.25 | 0 | 0.43 | 0.15 | 94.57 | 0.54 | 0.67 |
| Hex | A3 | D8 | 7C | 19 | 0 | 2B | F | 5F | 36 | 43 |
| Octal | 243 | 330 | 174 | 31 | 0 | 53 | 17 | 137 | 66 | 103 |
| Binary | 10100011 | 11011000 | 1111100 | 11001 | 0 | 101011 | 1111 | 1011111 | 110110 | 1000011 |
Color Harmonies of #A3D87C
Complementary color
Monochromatic Colors of #A3D87C
Black with #A3D87C
Text Example
Text Example
White with #A3D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D87C; }
p { color: rgb(163,216,124); }
H1.HeaderClassName
{
color: #A3D87C;
}
.AnyTagClassName
{
color: #A3D87C;
}
</style>
background-color css
<style>
a { background-color: #A3D87C; }
a { background-color: rgb(163,216,124); }
div.DivClassName
{
background-color: #A3D87C;
}
.BgClassName
{
background-color: #A3D87C;
}
</style>
border-color css
<style>
span { border-color: #A3D87C; }
span { border-color: rgb(163,216,124); }
td.TdClassName
{
border-color: #A3D87C;
}
.TagClassName
{
border-color: #A3D87C;
}
</style>