Shades of Feijoa #A3CB79
Tints of Feijoa #A3CB79
RGB
CMYK
RGB Variations
Color information
#A3CB79 (or 0xA3CB79) is known color: Feijoa. HEX triplet: A3, CB and 79. RGB value is (163,203,121). Sum of RGB (Red+Green+Blue) = 163+203+121=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB79 is #5C3486. Grayscale: #B5B5B5. Windows color (decimal): -6042759 or 7981987. OLE color: 7981987.
HSL color Cylindrical-coordinate representation of color #A3CB79: hue angle of 89.27º 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 #A3CB79 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 121 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.20 |
| HSL | 89.27º | 0.44% | 0.64% | - |
| HSV(B) | 89.27º | 0.4% | 0.8% | - |
| XYZ | 39.91 | 51.88 | 26 | - |
| YUV | 181.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 121 | 0.20 | 0 | 0.40 | 0.20 | 89.27 | 0.44 | 0.64 |
| Hex | A3 | CB | 79 | 14 | 0 | 28 | 14 | 59 | 2C | 40 |
| Octal | 243 | 313 | 171 | 24 | 0 | 50 | 24 | 131 | 54 | 100 |
| Binary | 10100011 | 11001011 | 1111001 | 10100 | 0 | 101000 | 10100 | 1011001 | 101100 | 1000000 |
Color Harmonies of #A3CB79
Complementary color
Monochromatic Colors of #A3CB79
Black with #A3CB79
Text Example
Text Example
White with #A3CB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB79; }
p { color: rgb(163,203,121); }
H1.HeaderClassName
{
color: #A3CB79;
}
.AnyTagClassName
{
color: #A3CB79;
}
</style>
background-color css
<style>
a { background-color: #A3CB79; }
a { background-color: rgb(163,203,121); }
div.DivClassName
{
background-color: #A3CB79;
}
.BgClassName
{
background-color: #A3CB79;
}
</style>
border-color css
<style>
span { border-color: #A3CB79; }
span { border-color: rgb(163,203,121); }
td.TdClassName
{
border-color: #A3CB79;
}
.TagClassName
{
border-color: #A3CB79;
}
</style>