Shades of Feijoa #ACE073
Tints of Feijoa #ACE073
RGB
CMYK
RGB Variations
Color information
#ACE073 (or 0xACE073) is known color: Feijoa. HEX triplet: AC, E0 and 73. RGB value is (172,224,115). Sum of RGB (Red+Green+Blue) = 172+224+115=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE073 is #531F8C. Grayscale: #C4C4C4. Windows color (decimal): -5447565 or 7594156. OLE color: 7594156.
HSL color Cylindrical-coordinate representation of color #ACE073: hue angle of 88.62º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACE073 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 115 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.12 |
| HSL | 88.62º | 0.64% | 0.66% | - |
| HSV(B) | 88.62º | 0.49% | 0.88% | - |
| XYZ | 46.76 | 63.32 | 25.98 | - |
| YUV | 196.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 115 | 0.23 | 0 | 0.49 | 0.12 | 88.62 | 0.64 | 0.66 |
| Hex | AC | E0 | 73 | 17 | 0 | 31 | C | 59 | 40 | 42 |
| Octal | 254 | 340 | 163 | 27 | 0 | 61 | 14 | 131 | 100 | 102 |
| Binary | 10101100 | 11100000 | 1110011 | 10111 | 0 | 110001 | 1100 | 1011001 | 1000000 | 1000010 |
Color Harmonies of #ACE073
Complementary color
Monochromatic Colors of #ACE073
Black with #ACE073
Text Example
Text Example
White with #ACE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE073; }
p { color: rgb(172,224,115); }
H1.HeaderClassName
{
color: #ACE073;
}
.AnyTagClassName
{
color: #ACE073;
}
</style>
background-color css
<style>
a { background-color: #ACE073; }
a { background-color: rgb(172,224,115); }
div.DivClassName
{
background-color: #ACE073;
}
.BgClassName
{
background-color: #ACE073;
}
</style>
border-color css
<style>
span { border-color: #ACE073; }
span { border-color: rgb(172,224,115); }
td.TdClassName
{
border-color: #ACE073;
}
.TagClassName
{
border-color: #ACE073;
}
</style>