Shades of Feijoa #ACE171
Tints of Feijoa #ACE171
RGB
CMYK
RGB Variations
Color information
#ACE171 (or 0xACE171) is known color: Feijoa. HEX triplet: AC, E1 and 71. RGB value is (172,225,113). Sum of RGB (Red+Green+Blue) = 172+225+113=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE171 is #531E8E. Grayscale: #C4C4C4. Windows color (decimal): -5447311 or 7463340. OLE color: 7463340.
HSL color Cylindrical-coordinate representation of color #ACE171: hue angle of 88.39º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE171 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 113 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.12 |
| HSL | 88.39º | 0.65% | 0.66% | - |
| HSV(B) | 88.39º | 0.5% | 0.88% | - |
| XYZ | 46.92 | 63.81 | 25.47 | - |
| YUV | 196.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 113 | 0.24 | 0 | 0.50 | 0.12 | 88.39 | 0.65 | 0.66 |
| Hex | AC | E1 | 71 | 18 | 0 | 32 | C | 58 | 41 | 42 |
| Octal | 254 | 341 | 161 | 30 | 0 | 62 | 14 | 130 | 101 | 102 |
| Binary | 10101100 | 11100001 | 1110001 | 11000 | 0 | 110010 | 1100 | 1011000 | 1000001 | 1000010 |
Color Harmonies of #ACE171
Complementary color
Monochromatic Colors of #ACE171
Black with #ACE171
Text Example
Text Example
White with #ACE171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE171; }
p { color: rgb(172,225,113); }
H1.HeaderClassName
{
color: #ACE171;
}
.AnyTagClassName
{
color: #ACE171;
}
</style>
background-color css
<style>
a { background-color: #ACE171; }
a { background-color: rgb(172,225,113); }
div.DivClassName
{
background-color: #ACE171;
}
.BgClassName
{
background-color: #ACE171;
}
</style>
border-color css
<style>
span { border-color: #ACE171; }
span { border-color: rgb(172,225,113); }
td.TdClassName
{
border-color: #ACE171;
}
.TagClassName
{
border-color: #ACE171;
}
</style>