Shades of Feijoa #ACE773
Tints of Feijoa #ACE773
RGB
CMYK
RGB Variations
Color information
#ACE773 (or 0xACE773) is known color: Feijoa. HEX triplet: AC, E7 and 73. RGB value is (172,231,115). Sum of RGB (Red+Green+Blue) = 172+231+115=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE773 is #53188C. Grayscale: #C8C8C8. Windows color (decimal): -5445773 or 7595948. OLE color: 7595948.
HSL color Cylindrical-coordinate representation of color #ACE773: hue angle of 90.52º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE773 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 115 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.09 |
| HSL | 90.52º | 0.71% | 0.68% | - |
| HSV(B) | 90.52º | 0.5% | 0.91% | - |
| XYZ | 48.68 | 67.16 | 26.62 | - |
| YUV | 200.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 115 | 0.26 | 0 | 0.50 | 0.09 | 90.52 | 0.71 | 0.68 |
| Hex | AC | E7 | 73 | 1A | 0 | 32 | 9 | 5B | 47 | 44 |
| Octal | 254 | 347 | 163 | 32 | 0 | 62 | 11 | 133 | 107 | 104 |
| Binary | 10101100 | 11100111 | 1110011 | 11010 | 0 | 110010 | 1001 | 1011011 | 1000111 | 1000100 |
Color Harmonies of #ACE773
Complementary color
Monochromatic Colors of #ACE773
Black with #ACE773
Text Example
Text Example
White with #ACE773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE773; }
p { color: rgb(172,231,115); }
H1.HeaderClassName
{
color: #ACE773;
}
.AnyTagClassName
{
color: #ACE773;
}
</style>
background-color css
<style>
a { background-color: #ACE773; }
a { background-color: rgb(172,231,115); }
div.DivClassName
{
background-color: #ACE773;
}
.BgClassName
{
background-color: #ACE773;
}
</style>
border-color css
<style>
span { border-color: #ACE773; }
span { border-color: rgb(172,231,115); }
td.TdClassName
{
border-color: #ACE773;
}
.TagClassName
{
border-color: #ACE773;
}
</style>