Shades of Feijoa #ACE770
Tints of Feijoa #ACE770
RGB
CMYK
RGB Variations
Color information
#ACE770 (or 0xACE770) is known color: Feijoa. HEX triplet: AC, E7 and 70. RGB value is (172,231,112). Sum of RGB (Red+Green+Blue) = 172+231+112=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE770 is #53188F. Grayscale: #C8C8C8. Windows color (decimal): -5445776 or 7399340. OLE color: 7399340.
HSL color Cylindrical-coordinate representation of color #ACE770: hue angle of 89.75º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACE770 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 112 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.09 |
| HSL | 89.75º | 0.71% | 0.67% | - |
| HSV(B) | 89.75º | 0.52% | 0.91% | - |
| XYZ | 48.51 | 67.09 | 25.72 | - |
| YUV | 199.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 112 | 0.26 | 0 | 0.52 | 0.09 | 89.75 | 0.71 | 0.67 |
| Hex | AC | E7 | 70 | 1A | 0 | 34 | 9 | 5A | 47 | 43 |
| Octal | 254 | 347 | 160 | 32 | 0 | 64 | 11 | 132 | 107 | 103 |
| Binary | 10101100 | 11100111 | 1110000 | 11010 | 0 | 110100 | 1001 | 1011010 | 1000111 | 1000011 |
Color Harmonies of #ACE770
Complementary color
Monochromatic Colors of #ACE770
Black with #ACE770
Text Example
Text Example
White with #ACE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE770; }
p { color: rgb(172,231,112); }
H1.HeaderClassName
{
color: #ACE770;
}
.AnyTagClassName
{
color: #ACE770;
}
</style>
background-color css
<style>
a { background-color: #ACE770; }
a { background-color: rgb(172,231,112); }
div.DivClassName
{
background-color: #ACE770;
}
.BgClassName
{
background-color: #ACE770;
}
</style>
border-color css
<style>
span { border-color: #ACE770; }
span { border-color: rgb(172,231,112); }
td.TdClassName
{
border-color: #ACE770;
}
.TagClassName
{
border-color: #ACE770;
}
</style>