Shades of Feijoa #A3CF7E
Tints of Feijoa #A3CF7E
RGB
CMYK
RGB Variations
Color information
#A3CF7E (or 0xA3CF7E) is known color: Feijoa. HEX triplet: A3, CF and 7E. RGB value is (163,207,126). Sum of RGB (Red+Green+Blue) = 163+207+126=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CF7E is #5C3081. Grayscale: #B8B8B8. Windows color (decimal): -6041730 or 8310691. OLE color: 8310691.
HSL color Cylindrical-coordinate representation of color #A3CF7E: hue angle of 92.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3CF7E is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 126 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.19 |
| HSL | 92.59º | 0.46% | 0.65% | - |
| HSV(B) | 92.59º | 0.39% | 0.81% | - |
| XYZ | 41.18 | 53.92 | 27.98 | - |
| YUV | 184.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 126 | 0.21 | 0 | 0.39 | 0.19 | 92.59 | 0.46 | 0.65 |
| Hex | A3 | CF | 7E | 15 | 0 | 27 | 13 | 5D | 2E | 41 |
| Octal | 243 | 317 | 176 | 25 | 0 | 47 | 23 | 135 | 56 | 101 |
| Binary | 10100011 | 11001111 | 1111110 | 10101 | 0 | 100111 | 10011 | 1011101 | 101110 | 1000001 |
Color Harmonies of #A3CF7E
Complementary color
Monochromatic Colors of #A3CF7E
Black with #A3CF7E
Text Example
Text Example
White with #A3CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF7E; }
p { color: rgb(163,207,126); }
H1.HeaderClassName
{
color: #A3CF7E;
}
.AnyTagClassName
{
color: #A3CF7E;
}
</style>
background-color css
<style>
a { background-color: #A3CF7E; }
a { background-color: rgb(163,207,126); }
div.DivClassName
{
background-color: #A3CF7E;
}
.BgClassName
{
background-color: #A3CF7E;
}
</style>
border-color css
<style>
span { border-color: #A3CF7E; }
span { border-color: rgb(163,207,126); }
td.TdClassName
{
border-color: #A3CF7E;
}
.TagClassName
{
border-color: #A3CF7E;
}
</style>