Shades of Feijoa #ACE271
Tints of Feijoa #ACE271
RGB
CMYK
RGB Variations
Color information
#ACE271 (or 0xACE271) is known color: Feijoa. HEX triplet: AC, E2 and 71. RGB value is (172,226,113). Sum of RGB (Red+Green+Blue) = 172+226+113=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE271 is #531D8E. Grayscale: #C5C5C5. Windows color (decimal): -5447055 or 7463596. OLE color: 7463596.
HSL color Cylindrical-coordinate representation of color #ACE271: hue angle of 88.67º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE271 is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 113 | - |
| CMYK | 0.24 | 0 | 0.5 | 0.11 |
| HSL | 88.67º | 0.66% | 0.66% | - |
| HSV(B) | 88.67º | 0.5% | 0.89% | - |
| XYZ | 47.19 | 64.36 | 25.56 | - |
| YUV | 196.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 113 | 0.24 | 0 | 0.5 | 0.11 | 88.67 | 0.66 | 0.66 |
| Hex | AC | E2 | 71 | 18 | 0 | 32 | B | 59 | 42 | 42 |
| Octal | 254 | 342 | 161 | 30 | 0 | 62 | 13 | 131 | 102 | 102 |
| Binary | 10101100 | 11100010 | 1110001 | 11000 | 0 | 110010 | 1011 | 1011001 | 1000010 | 1000010 |
Color Harmonies of #ACE271
Complementary color
Monochromatic Colors of #ACE271
Black with #ACE271
Text Example
Text Example
White with #ACE271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE271; }
p { color: rgb(172,226,113); }
H1.HeaderClassName
{
color: #ACE271;
}
.AnyTagClassName
{
color: #ACE271;
}
</style>
background-color css
<style>
a { background-color: #ACE271; }
a { background-color: rgb(172,226,113); }
div.DivClassName
{
background-color: #ACE271;
}
.BgClassName
{
background-color: #ACE271;
}
</style>
border-color css
<style>
span { border-color: #ACE271; }
span { border-color: rgb(172,226,113); }
td.TdClassName
{
border-color: #ACE271;
}
.TagClassName
{
border-color: #ACE271;
}
</style>