Shades of Feijoa #ACE578
Tints of Feijoa #ACE578
RGB
CMYK
RGB Variations
Color information
#ACE578 (or 0xACE578) is known color: Feijoa. HEX triplet: AC, E5 and 78. RGB value is (172,229,120). Sum of RGB (Red+Green+Blue) = 172+229+120=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE578 is #531A87. Grayscale: #C7C7C7. Windows color (decimal): -5446280 or 7923116. OLE color: 7923116.
HSL color Cylindrical-coordinate representation of color #ACE578: hue angle of 91.38º 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 #ACE578 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 120 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.10 |
| HSL | 91.38º | 0.68% | 0.68% | - |
| HSV(B) | 91.38º | 0.48% | 0.9% | - |
| XYZ | 48.42 | 66.17 | 27.99 | - |
| YUV | 199.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 120 | 0.25 | 0 | 0.48 | 0.10 | 91.38 | 0.68 | 0.68 |
| Hex | AC | E5 | 78 | 19 | 0 | 30 | A | 5B | 44 | 44 |
| Octal | 254 | 345 | 170 | 31 | 0 | 60 | 12 | 133 | 104 | 104 |
| Binary | 10101100 | 11100101 | 1111000 | 11001 | 0 | 110000 | 1010 | 1011011 | 1000100 | 1000100 |
Color Harmonies of #ACE578
Complementary color
Monochromatic Colors of #ACE578
Black with #ACE578
Text Example
Text Example
White with #ACE578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE578; }
p { color: rgb(172,229,120); }
H1.HeaderClassName
{
color: #ACE578;
}
.AnyTagClassName
{
color: #ACE578;
}
</style>
background-color css
<style>
a { background-color: #ACE578; }
a { background-color: rgb(172,229,120); }
div.DivClassName
{
background-color: #ACE578;
}
.BgClassName
{
background-color: #ACE578;
}
</style>
border-color css
<style>
span { border-color: #ACE578; }
span { border-color: rgb(172,229,120); }
td.TdClassName
{
border-color: #ACE578;
}
.TagClassName
{
border-color: #ACE578;
}
</style>