Shades of Feijoa #A3C87F
Tints of Feijoa #A3C87F
RGB
CMYK
RGB Variations
Color information
#A3C87F (or 0xA3C87F) is known color: Feijoa. HEX triplet: A3, C8 and 7F. RGB value is (163,200,127). Sum of RGB (Red+Green+Blue) = 163+200+127=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C87F is #5C3780. Grayscale: #B4B4B4. Windows color (decimal): -6043521 or 8374435. OLE color: 8374435.
HSL color Cylindrical-coordinate representation of color #A3C87F: hue angle of 90.41º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C87F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 127 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.22 |
| HSL | 90.41º | 0.4% | 0.64% | - |
| HSV(B) | 90.41º | 0.37% | 0.78% | - |
| XYZ | 39.59 | 50.63 | 27.76 | - |
| YUV | 180.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 127 | 0.18 | 0 | 0.36 | 0.22 | 90.41 | 0.4 | 0.64 |
| Hex | A3 | C8 | 7F | 12 | 0 | 24 | 16 | 5A | 28 | 40 |
| Octal | 243 | 310 | 177 | 22 | 0 | 44 | 26 | 132 | 50 | 100 |
| Binary | 10100011 | 11001000 | 1111111 | 10010 | 0 | 100100 | 10110 | 1011010 | 101000 | 1000000 |
Color Harmonies of #A3C87F
Complementary color
Monochromatic Colors of #A3C87F
Black with #A3C87F
Text Example
Text Example
White with #A3C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C87F; }
p { color: rgb(163,200,127); }
H1.HeaderClassName
{
color: #A3C87F;
}
.AnyTagClassName
{
color: #A3C87F;
}
</style>
background-color css
<style>
a { background-color: #A3C87F; }
a { background-color: rgb(163,200,127); }
div.DivClassName
{
background-color: #A3C87F;
}
.BgClassName
{
background-color: #A3C87F;
}
</style>
border-color css
<style>
span { border-color: #A3C87F; }
span { border-color: rgb(163,200,127); }
td.TdClassName
{
border-color: #A3C87F;
}
.TagClassName
{
border-color: #A3C87F;
}
</style>