Shades of Feijoa #ACE174
Tints of Feijoa #ACE174
RGB
CMYK
RGB Variations
Color information
#ACE174 (or 0xACE174) is known color: Feijoa. HEX triplet: AC, E1 and 74. RGB value is (172,225,116). Sum of RGB (Red+Green+Blue) = 172+225+116=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE174 is #531E8B. Grayscale: #C5C5C5. Windows color (decimal): -5447308 or 7659948. OLE color: 7659948.
HSL color Cylindrical-coordinate representation of color #ACE174: hue angle of 89.17º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACE174 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 116 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.12 |
| HSL | 89.17º | 0.64% | 0.67% | - |
| HSV(B) | 89.17º | 0.48% | 0.88% | - |
| XYZ | 47.09 | 63.88 | 26.37 | - |
| YUV | 196.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 116 | 0.24 | 0 | 0.48 | 0.12 | 89.17 | 0.64 | 0.67 |
| Hex | AC | E1 | 74 | 18 | 0 | 30 | C | 59 | 40 | 43 |
| Octal | 254 | 341 | 164 | 30 | 0 | 60 | 14 | 131 | 100 | 103 |
| Binary | 10101100 | 11100001 | 1110100 | 11000 | 0 | 110000 | 1100 | 1011001 | 1000000 | 1000011 |
Color Harmonies of #ACE174
Complementary color
Monochromatic Colors of #ACE174
Black with #ACE174
Text Example
Text Example
White with #ACE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE174; }
p { color: rgb(172,225,116); }
H1.HeaderClassName
{
color: #ACE174;
}
.AnyTagClassName
{
color: #ACE174;
}
</style>
background-color css
<style>
a { background-color: #ACE174; }
a { background-color: rgb(172,225,116); }
div.DivClassName
{
background-color: #ACE174;
}
.BgClassName
{
background-color: #ACE174;
}
</style>
border-color css
<style>
span { border-color: #ACE174; }
span { border-color: rgb(172,225,116); }
td.TdClassName
{
border-color: #ACE174;
}
.TagClassName
{
border-color: #ACE174;
}
</style>