Shades of Feijoa #ACE971
Tints of Feijoa #ACE971
RGB
CMYK
RGB Variations
Color information
#ACE971 (or 0xACE971) is known color: Feijoa. HEX triplet: AC, E9 and 71. RGB value is (172,233,113). Sum of RGB (Red+Green+Blue) = 172+233+113=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE971 is #53168E. Grayscale: #C9C9C9. Windows color (decimal): -5445263 or 7465388. OLE color: 7465388.
HSL color Cylindrical-coordinate representation of color #ACE971: hue angle of 90.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACE971 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 113 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.09 |
| HSL | 90.5º | 0.73% | 0.68% | - |
| HSV(B) | 90.5º | 0.52% | 0.91% | - |
| XYZ | 49.13 | 68.24 | 26.2 | - |
| YUV | 201.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 113 | 0.26 | 0 | 0.52 | 0.09 | 90.5 | 0.73 | 0.68 |
| Hex | AC | E9 | 71 | 1A | 0 | 34 | 9 | 5A | 49 | 44 |
| Octal | 254 | 351 | 161 | 32 | 0 | 64 | 11 | 132 | 111 | 104 |
| Binary | 10101100 | 11101001 | 1110001 | 11010 | 0 | 110100 | 1001 | 1011010 | 1001001 | 1000100 |
Color Harmonies of #ACE971
Complementary color
Monochromatic Colors of #ACE971
Black with #ACE971
Text Example
Text Example
White with #ACE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE971; }
p { color: rgb(172,233,113); }
H1.HeaderClassName
{
color: #ACE971;
}
.AnyTagClassName
{
color: #ACE971;
}
</style>
background-color css
<style>
a { background-color: #ACE971; }
a { background-color: rgb(172,233,113); }
div.DivClassName
{
background-color: #ACE971;
}
.BgClassName
{
background-color: #ACE971;
}
</style>
border-color css
<style>
span { border-color: #ACE971; }
span { border-color: rgb(172,233,113); }
td.TdClassName
{
border-color: #ACE971;
}
.TagClassName
{
border-color: #ACE971;
}
</style>