Shades of Feijoa #A4CE78
Tints of Feijoa #A4CE78
RGB
CMYK
RGB Variations
Color information
#A4CE78 (or 0xA4CE78) is known color: Feijoa. HEX triplet: A4, CE and 78. RGB value is (164,206,120). Sum of RGB (Red+Green+Blue) = 164+206+120=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE78 is #5B3187. Grayscale: #B7B7B7. Windows color (decimal): -5976456 or 7917220. OLE color: 7917220.
HSL color Cylindrical-coordinate representation of color #A4CE78: hue angle of 89.3º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4CE78 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 120 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.19 |
| HSL | 89.3º | 0.47% | 0.64% | - |
| HSV(B) | 89.3º | 0.42% | 0.81% | - |
| XYZ | 40.77 | 53.39 | 25.93 | - |
| YUV | 183.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 120 | 0.20 | 0 | 0.42 | 0.19 | 89.3 | 0.47 | 0.64 |
| Hex | A4 | CE | 78 | 14 | 0 | 2A | 13 | 59 | 2F | 40 |
| Octal | 244 | 316 | 170 | 24 | 0 | 52 | 23 | 131 | 57 | 100 |
| Binary | 10100100 | 11001110 | 1111000 | 10100 | 0 | 101010 | 10011 | 1011001 | 101111 | 1000000 |
Color Harmonies of #A4CE78
Complementary color
Monochromatic Colors of #A4CE78
Black with #A4CE78
Text Example
Text Example
White with #A4CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE78; }
p { color: rgb(164,206,120); }
H1.HeaderClassName
{
color: #A4CE78;
}
.AnyTagClassName
{
color: #A4CE78;
}
</style>
background-color css
<style>
a { background-color: #A4CE78; }
a { background-color: rgb(164,206,120); }
div.DivClassName
{
background-color: #A4CE78;
}
.BgClassName
{
background-color: #A4CE78;
}
</style>
border-color css
<style>
span { border-color: #A4CE78; }
span { border-color: rgb(164,206,120); }
td.TdClassName
{
border-color: #A4CE78;
}
.TagClassName
{
border-color: #A4CE78;
}
</style>