Shades of Feijoa #A4E178
Tints of Feijoa #A4E178
RGB
CMYK
RGB Variations
Color information
#A4E178 (or 0xA4E178) is known color: Feijoa. HEX triplet: A4, E1 and 78. RGB value is (164,225,120). Sum of RGB (Red+Green+Blue) = 164+225+120=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E178 is #5B1E87. Grayscale: #C3C3C3. Windows color (decimal): -5971592 or 7922084. OLE color: 7922084.
HSL color Cylindrical-coordinate representation of color #A4E178: hue angle of 94.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4E178 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 120 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.12 |
| HSL | 94.86º | 0.64% | 0.68% | - |
| HSV(B) | 94.86º | 0.47% | 0.88% | - |
| XYZ | 45.63 | 63.1 | 27.54 | - |
| YUV | 194.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 120 | 0.27 | 0 | 0.47 | 0.12 | 94.86 | 0.64 | 0.68 |
| Hex | A4 | E1 | 78 | 1B | 0 | 2F | C | 5F | 40 | 44 |
| Octal | 244 | 341 | 170 | 33 | 0 | 57 | 14 | 137 | 100 | 104 |
| Binary | 10100100 | 11100001 | 1111000 | 11011 | 0 | 101111 | 1100 | 1011111 | 1000000 | 1000100 |
Color Harmonies of #A4E178
Complementary color
Monochromatic Colors of #A4E178
Black with #A4E178
Text Example
Text Example
White with #A4E178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E178; }
p { color: rgb(164,225,120); }
H1.HeaderClassName
{
color: #A4E178;
}
.AnyTagClassName
{
color: #A4E178;
}
</style>
background-color css
<style>
a { background-color: #A4E178; }
a { background-color: rgb(164,225,120); }
div.DivClassName
{
background-color: #A4E178;
}
.BgClassName
{
background-color: #A4E178;
}
</style>
border-color css
<style>
span { border-color: #A4E178; }
span { border-color: rgb(164,225,120); }
td.TdClassName
{
border-color: #A4E178;
}
.TagClassName
{
border-color: #A4E178;
}
</style>