Shades of Feijoa #A5C97C
Tints of Feijoa #A5C97C
RGB
CMYK
RGB Variations
Color information
#A5C97C (or 0xA5C97C) is known color: Feijoa. HEX triplet: A5, C9 and 7C. RGB value is (165,201,124). Sum of RGB (Red+Green+Blue) = 165+201+124=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C97C is #5A3683. Grayscale: #B5B5B5. Windows color (decimal): -5912196 or 8178085. OLE color: 8178085.
HSL color Cylindrical-coordinate representation of color #A5C97C: hue angle of 88.05º 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 #A5C97C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 124 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.21 |
| HSL | 88.05º | 0.42% | 0.64% | - |
| HSV(B) | 88.05º | 0.38% | 0.79% | - |
| XYZ | 40.04 | 51.23 | 26.85 | - |
| YUV | 181.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 124 | 0.18 | 0 | 0.38 | 0.21 | 88.05 | 0.42 | 0.64 |
| Hex | A5 | C9 | 7C | 12 | 0 | 26 | 15 | 58 | 2A | 40 |
| Octal | 245 | 311 | 174 | 22 | 0 | 46 | 25 | 130 | 52 | 100 |
| Binary | 10100101 | 11001001 | 1111100 | 10010 | 0 | 100110 | 10101 | 1011000 | 101010 | 1000000 |
Color Harmonies of #A5C97C
Complementary color
Monochromatic Colors of #A5C97C
Black with #A5C97C
Text Example
Text Example
White with #A5C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C97C; }
p { color: rgb(165,201,124); }
H1.HeaderClassName
{
color: #A5C97C;
}
.AnyTagClassName
{
color: #A5C97C;
}
</style>
background-color css
<style>
a { background-color: #A5C97C; }
a { background-color: rgb(165,201,124); }
div.DivClassName
{
background-color: #A5C97C;
}
.BgClassName
{
background-color: #A5C97C;
}
</style>
border-color css
<style>
span { border-color: #A5C97C; }
span { border-color: rgb(165,201,124); }
td.TdClassName
{
border-color: #A5C97C;
}
.TagClassName
{
border-color: #A5C97C;
}
</style>