Shades of Feijoa #ACE577
Tints of Feijoa #ACE577
RGB
CMYK
RGB Variations
Color information
#ACE577 (or 0xACE577) is known color: Feijoa. HEX triplet: AC, E5 and 77. RGB value is (172,229,119). Sum of RGB (Red+Green+Blue) = 172+229+119=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE577 is #531A88. Grayscale: #C7C7C7. Windows color (decimal): -5446281 or 7857580. OLE color: 7857580.
HSL color Cylindrical-coordinate representation of color #ACE577: hue angle of 91.09º 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 #ACE577 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 119 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.10 |
| HSL | 91.09º | 0.68% | 0.68% | - |
| HSV(B) | 91.09º | 0.48% | 0.9% | - |
| XYZ | 48.36 | 66.14 | 27.67 | - |
| YUV | 199.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 119 | 0.25 | 0 | 0.48 | 0.10 | 91.09 | 0.68 | 0.68 |
| Hex | AC | E5 | 77 | 19 | 0 | 30 | A | 5B | 44 | 44 |
| Octal | 254 | 345 | 167 | 31 | 0 | 60 | 12 | 133 | 104 | 104 |
| Binary | 10101100 | 11100101 | 1110111 | 11001 | 0 | 110000 | 1010 | 1011011 | 1000100 | 1000100 |
Color Harmonies of #ACE577
Complementary color
Monochromatic Colors of #ACE577
Black with #ACE577
Text Example
Text Example
White with #ACE577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE577; }
p { color: rgb(172,229,119); }
H1.HeaderClassName
{
color: #ACE577;
}
.AnyTagClassName
{
color: #ACE577;
}
</style>
background-color css
<style>
a { background-color: #ACE577; }
a { background-color: rgb(172,229,119); }
div.DivClassName
{
background-color: #ACE577;
}
.BgClassName
{
background-color: #ACE577;
}
</style>
border-color css
<style>
span { border-color: #ACE577; }
span { border-color: rgb(172,229,119); }
td.TdClassName
{
border-color: #ACE577;
}
.TagClassName
{
border-color: #ACE577;
}
</style>