Shades of Feijoa #ACE574
Tints of Feijoa #ACE574
RGB
CMYK
RGB Variations
Color information
#ACE574 (or 0xACE574) is known color: Feijoa. HEX triplet: AC, E5 and 74. RGB value is (172,229,116). Sum of RGB (Red+Green+Blue) = 172+229+116=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE574 is #531A8B. Grayscale: #C7C7C7. Windows color (decimal): -5446284 or 7660972. OLE color: 7660972.
HSL color Cylindrical-coordinate representation of color #ACE574: hue angle of 90.27º 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 #ACE574 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 116 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.10 |
| HSL | 90.27º | 0.68% | 0.68% | - |
| HSV(B) | 90.27º | 0.49% | 0.9% | - |
| XYZ | 48.18 | 66.07 | 26.74 | - |
| YUV | 199.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 116 | 0.25 | 0 | 0.49 | 0.10 | 90.27 | 0.68 | 0.68 |
| Hex | AC | E5 | 74 | 19 | 0 | 31 | A | 5A | 44 | 44 |
| Octal | 254 | 345 | 164 | 31 | 0 | 61 | 12 | 132 | 104 | 104 |
| Binary | 10101100 | 11100101 | 1110100 | 11001 | 0 | 110001 | 1010 | 1011010 | 1000100 | 1000100 |
Color Harmonies of #ACE574
Complementary color
Monochromatic Colors of #ACE574
Black with #ACE574
Text Example
Text Example
White with #ACE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE574; }
p { color: rgb(172,229,116); }
H1.HeaderClassName
{
color: #ACE574;
}
.AnyTagClassName
{
color: #ACE574;
}
</style>
background-color css
<style>
a { background-color: #ACE574; }
a { background-color: rgb(172,229,116); }
div.DivClassName
{
background-color: #ACE574;
}
.BgClassName
{
background-color: #ACE574;
}
</style>
border-color css
<style>
span { border-color: #ACE574; }
span { border-color: rgb(172,229,116); }
td.TdClassName
{
border-color: #ACE574;
}
.TagClassName
{
border-color: #ACE574;
}
</style>