Shades of Feijoa #ACD895
Tints of Feijoa #ACD895
RGB
CMYK
RGB Variations
Color information
#ACD895 (or 0xACD895) is known color: Feijoa. HEX triplet: AC, D8 and 95. RGB value is (172,216,149). Sum of RGB (Red+Green+Blue) = 172+216+149=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD895 is #53276A. Grayscale: #C3C3C3. Windows color (decimal): -5449579 or 9820332. OLE color: 9820332.
HSL color Cylindrical-coordinate representation of color #ACD895: hue angle of 99.4º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD895 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 149 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.15 |
| HSL | 99.4º | 0.46% | 0.72% | - |
| HSV(B) | 99.4º | 0.31% | 0.85% | - |
| XYZ | 46.99 | 60.05 | 37.55 | - |
| YUV | 195.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 149 | 0.20 | 0 | 0.31 | 0.15 | 99.4 | 0.46 | 0.72 |
| Hex | AC | D8 | 95 | 14 | 0 | 1F | F | 63 | 2E | 48 |
| Octal | 254 | 330 | 225 | 24 | 0 | 37 | 17 | 143 | 56 | 110 |
| Binary | 10101100 | 11011000 | 10010101 | 10100 | 0 | 11111 | 1111 | 1100011 | 101110 | 1001000 |
Color Harmonies of #ACD895
Complementary color
Monochromatic Colors of #ACD895
Black with #ACD895
Text Example
Text Example
White with #ACD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD895; }
p { color: rgb(172,216,149); }
H1.HeaderClassName
{
color: #ACD895;
}
.AnyTagClassName
{
color: #ACD895;
}
</style>
background-color css
<style>
a { background-color: #ACD895; }
a { background-color: rgb(172,216,149); }
div.DivClassName
{
background-color: #ACD895;
}
.BgClassName
{
background-color: #ACD895;
}
</style>
border-color css
<style>
span { border-color: #ACD895; }
span { border-color: rgb(172,216,149); }
td.TdClassName
{
border-color: #ACD895;
}
.TagClassName
{
border-color: #ACD895;
}
</style>