Shades of Feijoa #A4C97C
Tints of Feijoa #A4C97C
RGB
CMYK
RGB Variations
Color information
#A4C97C (or 0xA4C97C) is known color: Feijoa. HEX triplet: A4, C9 and 7C. RGB value is (164,201,124). Sum of RGB (Red+Green+Blue) = 164+201+124=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C97C is #5B3683. Grayscale: #B5B5B5. Windows color (decimal): -5977732 or 8178084. OLE color: 8178084.
HSL color Cylindrical-coordinate representation of color #A4C97C: hue angle of 88.83º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4C97C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 124 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.21 |
| HSL | 88.83º | 0.42% | 0.64% | - |
| HSV(B) | 88.83º | 0.38% | 0.79% | - |
| XYZ | 39.83 | 51.12 | 26.84 | - |
| YUV | 181.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 124 | 0.18 | 0 | 0.38 | 0.21 | 88.83 | 0.42 | 0.64 |
| Hex | A4 | C9 | 7C | 12 | 0 | 26 | 15 | 59 | 2A | 40 |
| Octal | 244 | 311 | 174 | 22 | 0 | 46 | 25 | 131 | 52 | 100 |
| Binary | 10100100 | 11001001 | 1111100 | 10010 | 0 | 100110 | 10101 | 1011001 | 101010 | 1000000 |
Color Harmonies of #A4C97C
Complementary color
Monochromatic Colors of #A4C97C
Black with #A4C97C
Text Example
Text Example
White with #A4C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C97C; }
p { color: rgb(164,201,124); }
H1.HeaderClassName
{
color: #A4C97C;
}
.AnyTagClassName
{
color: #A4C97C;
}
</style>
background-color css
<style>
a { background-color: #A4C97C; }
a { background-color: rgb(164,201,124); }
div.DivClassName
{
background-color: #A4C97C;
}
.BgClassName
{
background-color: #A4C97C;
}
</style>
border-color css
<style>
span { border-color: #A4C97C; }
span { border-color: rgb(164,201,124); }
td.TdClassName
{
border-color: #A4C97C;
}
.TagClassName
{
border-color: #A4C97C;
}
</style>