Shades of Feijoa #A3CA7B
Tints of Feijoa #A3CA7B
RGB
CMYK
RGB Variations
Color information
#A3CA7B (or 0xA3CA7B) is known color: Feijoa. HEX triplet: A3, CA and 7B. RGB value is (163,202,123). Sum of RGB (Red+Green+Blue) = 163+202+123=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA7B is #5C3584. Grayscale: #B5B5B5. Windows color (decimal): -6043013 or 8112803. OLE color: 8112803.
HSL color Cylindrical-coordinate representation of color #A3CA7B: hue angle of 89.62º degrees, saturation: 0.43, 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 #A3CA7B is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 123 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.21 |
| HSL | 89.62º | 0.43% | 0.64% | - |
| HSV(B) | 89.62º | 0.39% | 0.79% | - |
| XYZ | 39.8 | 51.46 | 26.57 | - |
| YUV | 181.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 123 | 0.19 | 0 | 0.39 | 0.21 | 89.62 | 0.43 | 0.64 |
| Hex | A3 | CA | 7B | 13 | 0 | 27 | 15 | 5A | 2B | 40 |
| Octal | 243 | 312 | 173 | 23 | 0 | 47 | 25 | 132 | 53 | 100 |
| Binary | 10100011 | 11001010 | 1111011 | 10011 | 0 | 100111 | 10101 | 1011010 | 101011 | 1000000 |
Color Harmonies of #A3CA7B
Complementary color
Monochromatic Colors of #A3CA7B
Black with #A3CA7B
Text Example
Text Example
White with #A3CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA7B; }
p { color: rgb(163,202,123); }
H1.HeaderClassName
{
color: #A3CA7B;
}
.AnyTagClassName
{
color: #A3CA7B;
}
</style>
background-color css
<style>
a { background-color: #A3CA7B; }
a { background-color: rgb(163,202,123); }
div.DivClassName
{
background-color: #A3CA7B;
}
.BgClassName
{
background-color: #A3CA7B;
}
</style>
border-color css
<style>
span { border-color: #A3CA7B; }
span { border-color: rgb(163,202,123); }
td.TdClassName
{
border-color: #A3CA7B;
}
.TagClassName
{
border-color: #A3CA7B;
}
</style>