Shades of Feijoa #A3CA7C
Tints of Feijoa #A3CA7C
RGB
CMYK
RGB Variations
Color information
#A3CA7C (or 0xA3CA7C) is known color: Feijoa. HEX triplet: A3, CA and 7C. RGB value is (163,202,124). Sum of RGB (Red+Green+Blue) = 163+202+124=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA7C is #5C3583. Grayscale: #B5B5B5. Windows color (decimal): -6043012 or 8178339. OLE color: 8178339.
HSL color Cylindrical-coordinate representation of color #A3CA7C: hue angle of 90º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3CA7C is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 124 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.21 |
| HSL | 90º | 0.42% | 0.64% | - |
| HSV(B) | 90º | 0.39% | 0.79% | - |
| XYZ | 39.86 | 51.48 | 26.9 | - |
| YUV | 181.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 124 | 0.19 | 0 | 0.39 | 0.21 | 90 | 0.42 | 0.64 |
| Hex | A3 | CA | 7C | 13 | 0 | 27 | 15 | 5A | 2A | 40 |
| Octal | 243 | 312 | 174 | 23 | 0 | 47 | 25 | 132 | 52 | 100 |
| Binary | 10100011 | 11001010 | 1111100 | 10011 | 0 | 100111 | 10101 | 1011010 | 101010 | 1000000 |
Color Harmonies of #A3CA7C
Complementary color
Monochromatic Colors of #A3CA7C
Black with #A3CA7C
Text Example
Text Example
White with #A3CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA7C; }
p { color: rgb(163,202,124); }
H1.HeaderClassName
{
color: #A3CA7C;
}
.AnyTagClassName
{
color: #A3CA7C;
}
</style>
background-color css
<style>
a { background-color: #A3CA7C; }
a { background-color: rgb(163,202,124); }
div.DivClassName
{
background-color: #A3CA7C;
}
.BgClassName
{
background-color: #A3CA7C;
}
</style>
border-color css
<style>
span { border-color: #A3CA7C; }
span { border-color: rgb(163,202,124); }
td.TdClassName
{
border-color: #A3CA7C;
}
.TagClassName
{
border-color: #A3CA7C;
}
</style>