Shades of Feijoa #ACE890
Tints of Feijoa #ACE890
RGB
CMYK
RGB Variations
Color information
#ACE890 (or 0xACE890) is known color: Feijoa. HEX triplet: AC, E8 and 90. RGB value is (172,232,144). Sum of RGB (Red+Green+Blue) = 172+232+144=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE890 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE890 is #53176F. Grayscale: #CCCCCC. Windows color (decimal): -5445488 or 9496748. OLE color: 9496748.
HSL color Cylindrical-coordinate representation of color #ACE890: hue angle of 100.91º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE890 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 144 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.09 |
| HSL | 100.91º | 0.66% | 0.74% | - |
| HSV(B) | 100.91º | 0.38% | 0.91% | - |
| XYZ | 50.9 | 68.5 | 36.92 | - |
| YUV | 204.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 144 | 0.26 | 0 | 0.38 | 0.09 | 100.91 | 0.66 | 0.74 |
| Hex | AC | E8 | 90 | 1A | 0 | 26 | 9 | 65 | 42 | 4A |
| Octal | 254 | 350 | 220 | 32 | 0 | 46 | 11 | 145 | 102 | 112 |
| Binary | 10101100 | 11101000 | 10010000 | 11010 | 0 | 100110 | 1001 | 1100101 | 1000010 | 1001010 |
Color Harmonies of #ACE890
Complementary color
Monochromatic Colors of #ACE890
Black with #ACE890
Text Example
Text Example
White with #ACE890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE890; }
p { color: rgb(172,232,144); }
H1.HeaderClassName
{
color: #ACE890;
}
.AnyTagClassName
{
color: #ACE890;
}
</style>
background-color css
<style>
a { background-color: #ACE890; }
a { background-color: rgb(172,232,144); }
div.DivClassName
{
background-color: #ACE890;
}
.BgClassName
{
background-color: #ACE890;
}
</style>
border-color css
<style>
span { border-color: #ACE890; }
span { border-color: rgb(172,232,144); }
td.TdClassName
{
border-color: #ACE890;
}
.TagClassName
{
border-color: #ACE890;
}
</style>