Shades of Feijoa #A4CE7B
Tints of Feijoa #A4CE7B
RGB
CMYK
RGB Variations
Color information
#A4CE7B (or 0xA4CE7B) is known color: Feijoa. HEX triplet: A4, CE and 7B. RGB value is (164,206,123). Sum of RGB (Red+Green+Blue) = 164+206+123=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE7B is #5B3184. Grayscale: #B8B8B8. Windows color (decimal): -5976453 or 8113828. OLE color: 8113828.
HSL color Cylindrical-coordinate representation of color #A4CE7B: hue angle of 90.36º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4CE7B is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 123 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.19 |
| HSL | 90.36º | 0.46% | 0.65% | - |
| HSV(B) | 90.36º | 0.4% | 0.81% | - |
| XYZ | 40.96 | 53.47 | 26.9 | - |
| YUV | 183.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 123 | 0.20 | 0 | 0.40 | 0.19 | 90.36 | 0.46 | 0.65 |
| Hex | A4 | CE | 7B | 14 | 0 | 28 | 13 | 5A | 2E | 41 |
| Octal | 244 | 316 | 173 | 24 | 0 | 50 | 23 | 132 | 56 | 101 |
| Binary | 10100100 | 11001110 | 1111011 | 10100 | 0 | 101000 | 10011 | 1011010 | 101110 | 1000001 |
Color Harmonies of #A4CE7B
Complementary color
Monochromatic Colors of #A4CE7B
Black with #A4CE7B
Text Example
Text Example
White with #A4CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE7B; }
p { color: rgb(164,206,123); }
H1.HeaderClassName
{
color: #A4CE7B;
}
.AnyTagClassName
{
color: #A4CE7B;
}
</style>
background-color css
<style>
a { background-color: #A4CE7B; }
a { background-color: rgb(164,206,123); }
div.DivClassName
{
background-color: #A4CE7B;
}
.BgClassName
{
background-color: #A4CE7B;
}
</style>
border-color css
<style>
span { border-color: #A4CE7B; }
span { border-color: rgb(164,206,123); }
td.TdClassName
{
border-color: #A4CE7B;
}
.TagClassName
{
border-color: #A4CE7B;
}
</style>