Shades of Feijoa #A4E578
Tints of Feijoa #A4E578
RGB
CMYK
RGB Variations
Color information
#A4E578 (or 0xA4E578) is known color: Feijoa. HEX triplet: A4, E5 and 78. RGB value is (164,229,120). Sum of RGB (Red+Green+Blue) = 164+229+120=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E578 is #5B1A87. Grayscale: #C5C5C5. Windows color (decimal): -5970568 or 7923108. OLE color: 7923108.
HSL color Cylindrical-coordinate representation of color #A4E578: hue angle of 95.78º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4E578 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 120 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.10 |
| HSL | 95.78º | 0.68% | 0.68% | - |
| HSV(B) | 95.78º | 0.48% | 0.9% | - |
| XYZ | 46.72 | 65.29 | 27.91 | - |
| YUV | 197.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 120 | 0.28 | 0 | 0.48 | 0.10 | 95.78 | 0.68 | 0.68 |
| Hex | A4 | E5 | 78 | 1C | 0 | 30 | A | 60 | 44 | 44 |
| Octal | 244 | 345 | 170 | 34 | 0 | 60 | 12 | 140 | 104 | 104 |
| Binary | 10100100 | 11100101 | 1111000 | 11100 | 0 | 110000 | 1010 | 1100000 | 1000100 | 1000100 |
Color Harmonies of #A4E578
Complementary color
Monochromatic Colors of #A4E578
Black with #A4E578
Text Example
Text Example
White with #A4E578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E578; }
p { color: rgb(164,229,120); }
H1.HeaderClassName
{
color: #A4E578;
}
.AnyTagClassName
{
color: #A4E578;
}
</style>
background-color css
<style>
a { background-color: #A4E578; }
a { background-color: rgb(164,229,120); }
div.DivClassName
{
background-color: #A4E578;
}
.BgClassName
{
background-color: #A4E578;
}
</style>
border-color css
<style>
span { border-color: #A4E578; }
span { border-color: rgb(164,229,120); }
td.TdClassName
{
border-color: #A4E578;
}
.TagClassName
{
border-color: #A4E578;
}
</style>