Shades of Feijoa #ACD989
Tints of Feijoa #ACD989
RGB
CMYK
RGB Variations
Color information
#ACD989 (or 0xACD989) is known color: Feijoa. HEX triplet: AC, D9 and 89. RGB value is (172,217,137). Sum of RGB (Red+Green+Blue) = 172+217+137=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD989 is #532676. Grayscale: #C2C2C2. Windows color (decimal): -5449335 or 9034156. OLE color: 9034156.
HSL color Cylindrical-coordinate representation of color #ACD989: hue angle of 93.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD989 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 137 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.15 |
| HSL | 93.75º | 0.51% | 0.69% | - |
| HSV(B) | 93.75º | 0.37% | 0.85% | - |
| XYZ | 46.34 | 60.2 | 32.84 | - |
| YUV | 194.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 137 | 0.21 | 0 | 0.37 | 0.15 | 93.75 | 0.51 | 0.69 |
| Hex | AC | D9 | 89 | 15 | 0 | 25 | F | 5E | 33 | 45 |
| Octal | 254 | 331 | 211 | 25 | 0 | 45 | 17 | 136 | 63 | 105 |
| Binary | 10101100 | 11011001 | 10001001 | 10101 | 0 | 100101 | 1111 | 1011110 | 110011 | 1000101 |
Color Harmonies of #ACD989
Complementary color
Monochromatic Colors of #ACD989
Black with #ACD989
Text Example
Text Example
White with #ACD989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD989; }
p { color: rgb(172,217,137); }
H1.HeaderClassName
{
color: #ACD989;
}
.AnyTagClassName
{
color: #ACD989;
}
</style>
background-color css
<style>
a { background-color: #ACD989; }
a { background-color: rgb(172,217,137); }
div.DivClassName
{
background-color: #ACD989;
}
.BgClassName
{
background-color: #ACD989;
}
</style>
border-color css
<style>
span { border-color: #ACD989; }
span { border-color: rgb(172,217,137); }
td.TdClassName
{
border-color: #ACD989;
}
.TagClassName
{
border-color: #ACD989;
}
</style>