Shades of Feijoa #ACE586
Tints of Feijoa #ACE586
RGB
CMYK
RGB Variations
Color information
#ACE586 (or 0xACE586) is known color: Feijoa. HEX triplet: AC, E5 and 86. RGB value is (172,229,134). Sum of RGB (Red+Green+Blue) = 172+229+134=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE586 is #531A79. Grayscale: #C9C9C9. Windows color (decimal): -5446266 or 8840620. OLE color: 8840620.
HSL color Cylindrical-coordinate representation of color #ACE586: hue angle of 96º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACE586 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 134 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.10 |
| HSL | 96º | 0.65% | 0.71% | - |
| HSV(B) | 96º | 0.41% | 0.9% | - |
| XYZ | 49.34 | 66.53 | 32.8 | - |
| YUV | 201.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 134 | 0.25 | 0 | 0.41 | 0.10 | 96 | 0.65 | 0.71 |
| Hex | AC | E5 | 86 | 19 | 0 | 29 | A | 60 | 41 | 47 |
| Octal | 254 | 345 | 206 | 31 | 0 | 51 | 12 | 140 | 101 | 107 |
| Binary | 10101100 | 11100101 | 10000110 | 11001 | 0 | 101001 | 1010 | 1100000 | 1000001 | 1000111 |
Color Harmonies of #ACE586
Complementary color
Monochromatic Colors of #ACE586
Black with #ACE586
Text Example
Text Example
White with #ACE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE586; }
p { color: rgb(172,229,134); }
H1.HeaderClassName
{
color: #ACE586;
}
.AnyTagClassName
{
color: #ACE586;
}
</style>
background-color css
<style>
a { background-color: #ACE586; }
a { background-color: rgb(172,229,134); }
div.DivClassName
{
background-color: #ACE586;
}
.BgClassName
{
background-color: #ACE586;
}
</style>
border-color css
<style>
span { border-color: #ACE586; }
span { border-color: rgb(172,229,134); }
td.TdClassName
{
border-color: #ACE586;
}
.TagClassName
{
border-color: #ACE586;
}
</style>