Shades of Feijoa #ACE177
Tints of Feijoa #ACE177
RGB
CMYK
RGB Variations
Color information
#ACE177 (or 0xACE177) is known color: Feijoa. HEX triplet: AC, E1 and 77. RGB value is (172,225,119). Sum of RGB (Red+Green+Blue) = 172+225+119=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE177 is #531E88. Grayscale: #C5C5C5. Windows color (decimal): -5447305 or 7856556. OLE color: 7856556.
HSL color Cylindrical-coordinate representation of color #ACE177: hue angle of 90º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACE177 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 119 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.12 |
| HSL | 90º | 0.64% | 0.67% | - |
| HSV(B) | 90º | 0.47% | 0.88% | - |
| XYZ | 47.27 | 63.95 | 27.31 | - |
| YUV | 197.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 119 | 0.24 | 0 | 0.47 | 0.12 | 90 | 0.64 | 0.67 |
| Hex | AC | E1 | 77 | 18 | 0 | 2F | C | 5A | 40 | 43 |
| Octal | 254 | 341 | 167 | 30 | 0 | 57 | 14 | 132 | 100 | 103 |
| Binary | 10101100 | 11100001 | 1110111 | 11000 | 0 | 101111 | 1100 | 1011010 | 1000000 | 1000011 |
Color Harmonies of #ACE177
Complementary color
Monochromatic Colors of #ACE177
Black with #ACE177
Text Example
Text Example
White with #ACE177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE177; }
p { color: rgb(172,225,119); }
H1.HeaderClassName
{
color: #ACE177;
}
.AnyTagClassName
{
color: #ACE177;
}
</style>
background-color css
<style>
a { background-color: #ACE177; }
a { background-color: rgb(172,225,119); }
div.DivClassName
{
background-color: #ACE177;
}
.BgClassName
{
background-color: #ACE177;
}
</style>
border-color css
<style>
span { border-color: #ACE177; }
span { border-color: rgb(172,225,119); }
td.TdClassName
{
border-color: #ACE177;
}
.TagClassName
{
border-color: #ACE177;
}
</style>