Shades of Feijoa #ACE388
Tints of Feijoa #ACE388
RGB
CMYK
RGB Variations
Color information
#ACE388 (or 0xACE388) is known color: Feijoa. HEX triplet: AC, E3 and 88. RGB value is (172,227,136). Sum of RGB (Red+Green+Blue) = 172+227+136=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE388 is #531C77. Grayscale: #C8C8C8. Windows color (decimal): -5446776 or 8971180. OLE color: 8971180.
HSL color Cylindrical-coordinate representation of color #ACE388: hue angle of 96.26º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE388 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 136 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.11 |
| HSL | 96.26º | 0.62% | 0.71% | - |
| HSV(B) | 96.26º | 0.4% | 0.89% | - |
| XYZ | 48.93 | 65.49 | 33.35 | - |
| YUV | 200.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 136 | 0.24 | 0 | 0.40 | 0.11 | 96.26 | 0.62 | 0.71 |
| Hex | AC | E3 | 88 | 18 | 0 | 28 | B | 60 | 3E | 47 |
| Octal | 254 | 343 | 210 | 30 | 0 | 50 | 13 | 140 | 76 | 107 |
| Binary | 10101100 | 11100011 | 10001000 | 11000 | 0 | 101000 | 1011 | 1100000 | 111110 | 1000111 |
Color Harmonies of #ACE388
Complementary color
Monochromatic Colors of #ACE388
Black with #ACE388
Text Example
Text Example
White with #ACE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE388; }
p { color: rgb(172,227,136); }
H1.HeaderClassName
{
color: #ACE388;
}
.AnyTagClassName
{
color: #ACE388;
}
</style>
background-color css
<style>
a { background-color: #ACE388; }
a { background-color: rgb(172,227,136); }
div.DivClassName
{
background-color: #ACE388;
}
.BgClassName
{
background-color: #ACE388;
}
</style>
border-color css
<style>
span { border-color: #ACE388; }
span { border-color: rgb(172,227,136); }
td.TdClassName
{
border-color: #ACE388;
}
.TagClassName
{
border-color: #ACE388;
}
</style>