Shades of Feijoa #A3CB7A
Tints of Feijoa #A3CB7A
RGB
CMYK
RGB Variations
Color information
#A3CB7A (or 0xA3CB7A) is known color: Feijoa. HEX triplet: A3, CB and 7A. RGB value is (163,203,122). Sum of RGB (Red+Green+Blue) = 163+203+122=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB7A is #5C3485. Grayscale: #B6B6B6. Windows color (decimal): -6042758 or 8047523. OLE color: 8047523.
HSL color Cylindrical-coordinate representation of color #A3CB7A: hue angle of 89.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3CB7A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 122 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.20 |
| HSL | 89.63º | 0.44% | 0.64% | - |
| HSV(B) | 89.63º | 0.4% | 0.8% | - |
| XYZ | 39.97 | 51.9 | 26.32 | - |
| YUV | 181.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 122 | 0.20 | 0 | 0.40 | 0.20 | 89.63 | 0.44 | 0.64 |
| Hex | A3 | CB | 7A | 14 | 0 | 28 | 14 | 5A | 2C | 40 |
| Octal | 243 | 313 | 172 | 24 | 0 | 50 | 24 | 132 | 54 | 100 |
| Binary | 10100011 | 11001011 | 1111010 | 10100 | 0 | 101000 | 10100 | 1011010 | 101100 | 1000000 |
Color Harmonies of #A3CB7A
Complementary color
Monochromatic Colors of #A3CB7A
Black with #A3CB7A
Text Example
Text Example
White with #A3CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB7A; }
p { color: rgb(163,203,122); }
H1.HeaderClassName
{
color: #A3CB7A;
}
.AnyTagClassName
{
color: #A3CB7A;
}
</style>
background-color css
<style>
a { background-color: #A3CB7A; }
a { background-color: rgb(163,203,122); }
div.DivClassName
{
background-color: #A3CB7A;
}
.BgClassName
{
background-color: #A3CB7A;
}
</style>
border-color css
<style>
span { border-color: #A3CB7A; }
span { border-color: rgb(163,203,122); }
td.TdClassName
{
border-color: #A3CB7A;
}
.TagClassName
{
border-color: #A3CB7A;
}
</style>