Shades of Feijoa #ACE575
Tints of Feijoa #ACE575
RGB
CMYK
RGB Variations
Color information
#ACE575 (or 0xACE575) is known color: Feijoa. HEX triplet: AC, E5 and 75. RGB value is (172,229,117). Sum of RGB (Red+Green+Blue) = 172+229+117=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE575 is #531A8A. Grayscale: #C7C7C7. Windows color (decimal): -5446283 or 7726508. OLE color: 7726508.
HSL color Cylindrical-coordinate representation of color #ACE575: hue angle of 90.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACE575 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 117 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.10 |
| HSL | 90.54º | 0.68% | 0.68% | - |
| HSV(B) | 90.54º | 0.49% | 0.9% | - |
| XYZ | 48.24 | 66.09 | 27.04 | - |
| YUV | 199.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 117 | 0.25 | 0 | 0.49 | 0.10 | 90.54 | 0.68 | 0.68 |
| Hex | AC | E5 | 75 | 19 | 0 | 31 | A | 5B | 44 | 44 |
| Octal | 254 | 345 | 165 | 31 | 0 | 61 | 12 | 133 | 104 | 104 |
| Binary | 10101100 | 11100101 | 1110101 | 11001 | 0 | 110001 | 1010 | 1011011 | 1000100 | 1000100 |
Color Harmonies of #ACE575
Complementary color
Monochromatic Colors of #ACE575
Black with #ACE575
Text Example
Text Example
White with #ACE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE575; }
p { color: rgb(172,229,117); }
H1.HeaderClassName
{
color: #ACE575;
}
.AnyTagClassName
{
color: #ACE575;
}
</style>
background-color css
<style>
a { background-color: #ACE575; }
a { background-color: rgb(172,229,117); }
div.DivClassName
{
background-color: #ACE575;
}
.BgClassName
{
background-color: #ACE575;
}
</style>
border-color css
<style>
span { border-color: #ACE575; }
span { border-color: rgb(172,229,117); }
td.TdClassName
{
border-color: #ACE575;
}
.TagClassName
{
border-color: #ACE575;
}
</style>