Shades of Feijoa #ACE771
Tints of Feijoa #ACE771
RGB
CMYK
RGB Variations
Color information
#ACE771 (or 0xACE771) is known color: Feijoa. HEX triplet: AC, E7 and 71. RGB value is (172,231,113). Sum of RGB (Red+Green+Blue) = 172+231+113=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE771 is #53188E. Grayscale: #C8C8C8. Windows color (decimal): -5445775 or 7464876. OLE color: 7464876.
HSL color Cylindrical-coordinate representation of color #ACE771: hue angle of 90º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACE771 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 113 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.09 |
| HSL | 90º | 0.71% | 0.67% | - |
| HSV(B) | 90º | 0.51% | 0.91% | - |
| XYZ | 48.57 | 67.11 | 26.02 | - |
| YUV | 199.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 113 | 0.26 | 0 | 0.51 | 0.09 | 90 | 0.71 | 0.67 |
| Hex | AC | E7 | 71 | 1A | 0 | 33 | 9 | 5A | 47 | 43 |
| Octal | 254 | 347 | 161 | 32 | 0 | 63 | 11 | 132 | 107 | 103 |
| Binary | 10101100 | 11100111 | 1110001 | 11010 | 0 | 110011 | 1001 | 1011010 | 1000111 | 1000011 |
Color Harmonies of #ACE771
Complementary color
Monochromatic Colors of #ACE771
Black with #ACE771
Text Example
Text Example
White with #ACE771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE771; }
p { color: rgb(172,231,113); }
H1.HeaderClassName
{
color: #ACE771;
}
.AnyTagClassName
{
color: #ACE771;
}
</style>
background-color css
<style>
a { background-color: #ACE771; }
a { background-color: rgb(172,231,113); }
div.DivClassName
{
background-color: #ACE771;
}
.BgClassName
{
background-color: #ACE771;
}
</style>
border-color css
<style>
span { border-color: #ACE771; }
span { border-color: rgb(172,231,113); }
td.TdClassName
{
border-color: #ACE771;
}
.TagClassName
{
border-color: #ACE771;
}
</style>