Shades of Feijoa #A3CA7A
Tints of Feijoa #A3CA7A
RGB
CMYK
RGB Variations
Color information
#A3CA7A (or 0xA3CA7A) is known color: Feijoa. HEX triplet: A3, CA and 7A. RGB value is (163,202,122). Sum of RGB (Red+Green+Blue) = 163+202+122=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA7A is #5C3585. Grayscale: #B5B5B5. Windows color (decimal): -6043014 or 8047267. OLE color: 8047267.
HSL color Cylindrical-coordinate representation of color #A3CA7A: hue angle of 89.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3CA7A is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 122 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.21 |
| HSL | 89.25º | 0.43% | 0.64% | - |
| HSV(B) | 89.25º | 0.4% | 0.79% | - |
| XYZ | 39.74 | 51.43 | 26.25 | - |
| YUV | 181.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 122 | 0.19 | 0 | 0.40 | 0.21 | 89.25 | 0.43 | 0.64 |
| Hex | A3 | CA | 7A | 13 | 0 | 28 | 15 | 59 | 2B | 40 |
| Octal | 243 | 312 | 172 | 23 | 0 | 50 | 25 | 131 | 53 | 100 |
| Binary | 10100011 | 11001010 | 1111010 | 10011 | 0 | 101000 | 10101 | 1011001 | 101011 | 1000000 |
Color Harmonies of #A3CA7A
Complementary color
Monochromatic Colors of #A3CA7A
Black with #A3CA7A
Text Example
Text Example
White with #A3CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA7A; }
p { color: rgb(163,202,122); }
H1.HeaderClassName
{
color: #A3CA7A;
}
.AnyTagClassName
{
color: #A3CA7A;
}
</style>
background-color css
<style>
a { background-color: #A3CA7A; }
a { background-color: rgb(163,202,122); }
div.DivClassName
{
background-color: #A3CA7A;
}
.BgClassName
{
background-color: #A3CA7A;
}
</style>
border-color css
<style>
span { border-color: #A3CA7A; }
span { border-color: rgb(163,202,122); }
td.TdClassName
{
border-color: #A3CA7A;
}
.TagClassName
{
border-color: #A3CA7A;
}
</style>