Shades of Feijoa #A3CA7F
Tints of Feijoa #A3CA7F
RGB
CMYK
RGB Variations
Color information
#A3CA7F (or 0xA3CA7F) is known color: Feijoa. HEX triplet: A3, CA and 7F. RGB value is (163,202,127). Sum of RGB (Red+Green+Blue) = 163+202+127=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA7F is #5C3580. Grayscale: #B6B6B6. Windows color (decimal): -6043009 or 8374947. OLE color: 8374947.
HSL color Cylindrical-coordinate representation of color #A3CA7F: hue angle of 91.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3CA7F is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 127 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.21 |
| HSL | 91.2º | 0.41% | 0.65% | - |
| HSV(B) | 91.2º | 0.37% | 0.79% | - |
| XYZ | 40.06 | 51.56 | 27.92 | - |
| YUV | 181.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 127 | 0.19 | 0 | 0.37 | 0.21 | 91.2 | 0.41 | 0.65 |
| Hex | A3 | CA | 7F | 13 | 0 | 25 | 15 | 5B | 29 | 41 |
| Octal | 243 | 312 | 177 | 23 | 0 | 45 | 25 | 133 | 51 | 101 |
| Binary | 10100011 | 11001010 | 1111111 | 10011 | 0 | 100101 | 10101 | 1011011 | 101001 | 1000001 |
Color Harmonies of #A3CA7F
Complementary color
Monochromatic Colors of #A3CA7F
Black with #A3CA7F
Text Example
Text Example
White with #A3CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA7F; }
p { color: rgb(163,202,127); }
H1.HeaderClassName
{
color: #A3CA7F;
}
.AnyTagClassName
{
color: #A3CA7F;
}
</style>
background-color css
<style>
a { background-color: #A3CA7F; }
a { background-color: rgb(163,202,127); }
div.DivClassName
{
background-color: #A3CA7F;
}
.BgClassName
{
background-color: #A3CA7F;
}
</style>
border-color css
<style>
span { border-color: #A3CA7F; }
span { border-color: rgb(163,202,127); }
td.TdClassName
{
border-color: #A3CA7F;
}
.TagClassName
{
border-color: #A3CA7F;
}
</style>