Shades of Feijoa #A3CF7C
Tints of Feijoa #A3CF7C
RGB
CMYK
RGB Variations
Color information
#A3CF7C (or 0xA3CF7C) is known color: Feijoa. HEX triplet: A3, CF and 7C. RGB value is (163,207,124). Sum of RGB (Red+Green+Blue) = 163+207+124=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CF7C is #5C3083. Grayscale: #B8B8B8. Windows color (decimal): -6041732 or 8179619. OLE color: 8179619.
HSL color Cylindrical-coordinate representation of color #A3CF7C: hue angle of 91.81º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3CF7C is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 124 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.19 |
| HSL | 91.81º | 0.46% | 0.65% | - |
| HSV(B) | 91.81º | 0.4% | 0.81% | - |
| XYZ | 41.06 | 53.87 | 27.3 | - |
| YUV | 184.38 | 93.92 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 124 | 0.21 | 0 | 0.40 | 0.19 | 91.81 | 0.46 | 0.65 |
| Hex | A3 | CF | 7C | 15 | 0 | 28 | 13 | 5C | 2E | 41 |
| Octal | 243 | 317 | 174 | 25 | 0 | 50 | 23 | 134 | 56 | 101 |
| Binary | 10100011 | 11001111 | 1111100 | 10101 | 0 | 101000 | 10011 | 1011100 | 101110 | 1000001 |
Color Harmonies of #A3CF7C
Complementary color
Monochromatic Colors of #A3CF7C
Black with #A3CF7C
Text Example
Text Example
White with #A3CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF7C; }
p { color: rgb(163,207,124); }
H1.HeaderClassName
{
color: #A3CF7C;
}
.AnyTagClassName
{
color: #A3CF7C;
}
</style>
background-color css
<style>
a { background-color: #A3CF7C; }
a { background-color: rgb(163,207,124); }
div.DivClassName
{
background-color: #A3CF7C;
}
.BgClassName
{
background-color: #A3CF7C;
}
</style>
border-color css
<style>
span { border-color: #A3CF7C; }
span { border-color: rgb(163,207,124); }
td.TdClassName
{
border-color: #A3CF7C;
}
.TagClassName
{
border-color: #A3CF7C;
}
</style>