Shades of Feijoa #A4CE84
Tints of Feijoa #A4CE84
RGB
CMYK
RGB Variations
Color information
#A4CE84 (or 0xA4CE84) is known color: Feijoa. HEX triplet: A4, CE and 84. RGB value is (164,206,132). Sum of RGB (Red+Green+Blue) = 164+206+132=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE84 is #5B317B. Grayscale: #B9B9B9. Windows color (decimal): -5976444 or 8703652. OLE color: 8703652.
HSL color Cylindrical-coordinate representation of color #A4CE84: hue angle of 94.05º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4CE84 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 132 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.19 |
| HSL | 94.05º | 0.43% | 0.66% | - |
| HSV(B) | 94.05º | 0.36% | 0.81% | - |
| XYZ | 41.55 | 53.7 | 30.01 | - |
| YUV | 185.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 132 | 0.20 | 0 | 0.36 | 0.19 | 94.05 | 0.43 | 0.66 |
| Hex | A4 | CE | 84 | 14 | 0 | 24 | 13 | 5E | 2B | 42 |
| Octal | 244 | 316 | 204 | 24 | 0 | 44 | 23 | 136 | 53 | 102 |
| Binary | 10100100 | 11001110 | 10000100 | 10100 | 0 | 100100 | 10011 | 1011110 | 101011 | 1000010 |
Color Harmonies of #A4CE84
Complementary color
Monochromatic Colors of #A4CE84
Black with #A4CE84
Text Example
Text Example
White with #A4CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE84; }
p { color: rgb(164,206,132); }
H1.HeaderClassName
{
color: #A4CE84;
}
.AnyTagClassName
{
color: #A4CE84;
}
</style>
background-color css
<style>
a { background-color: #A4CE84; }
a { background-color: rgb(164,206,132); }
div.DivClassName
{
background-color: #A4CE84;
}
.BgClassName
{
background-color: #A4CE84;
}
</style>
border-color css
<style>
span { border-color: #A4CE84; }
span { border-color: rgb(164,206,132); }
td.TdClassName
{
border-color: #A4CE84;
}
.TagClassName
{
border-color: #A4CE84;
}
</style>