Shades of Feijoa #A4CE76
Tints of Feijoa #A4CE76
RGB
CMYK
RGB Variations
Color information
#A4CE76 (or 0xA4CE76) is known color: Feijoa. HEX triplet: A4, CE and 76. RGB value is (164,206,118). Sum of RGB (Red+Green+Blue) = 164+206+118=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE76 is #5B3189. Grayscale: #B7B7B7. Windows color (decimal): -5976458 or 7786148. OLE color: 7786148.
HSL color Cylindrical-coordinate representation of color #A4CE76: hue angle of 88.64º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4CE76 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 118 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.19 |
| HSL | 88.64º | 0.47% | 0.64% | - |
| HSV(B) | 88.64º | 0.43% | 0.81% | - |
| XYZ | 40.65 | 53.34 | 25.29 | - |
| YUV | 183.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 118 | 0.20 | 0 | 0.43 | 0.19 | 88.64 | 0.47 | 0.64 |
| Hex | A4 | CE | 76 | 14 | 0 | 2B | 13 | 59 | 2F | 40 |
| Octal | 244 | 316 | 166 | 24 | 0 | 53 | 23 | 131 | 57 | 100 |
| Binary | 10100100 | 11001110 | 1110110 | 10100 | 0 | 101011 | 10011 | 1011001 | 101111 | 1000000 |
Color Harmonies of #A4CE76
Complementary color
Monochromatic Colors of #A4CE76
Black with #A4CE76
Text Example
Text Example
White with #A4CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE76; }
p { color: rgb(164,206,118); }
H1.HeaderClassName
{
color: #A4CE76;
}
.AnyTagClassName
{
color: #A4CE76;
}
</style>
background-color css
<style>
a { background-color: #A4CE76; }
a { background-color: rgb(164,206,118); }
div.DivClassName
{
background-color: #A4CE76;
}
.BgClassName
{
background-color: #A4CE76;
}
</style>
border-color css
<style>
span { border-color: #A4CE76; }
span { border-color: rgb(164,206,118); }
td.TdClassName
{
border-color: #A4CE76;
}
.TagClassName
{
border-color: #A4CE76;
}
</style>