Shades of Feijoa #ACD873
Tints of Feijoa #ACD873
RGB
CMYK
RGB Variations
Color information
#ACD873 (or 0xACD873) is known color: Feijoa. HEX triplet: AC, D8 and 73. RGB value is (172,216,115). Sum of RGB (Red+Green+Blue) = 172+216+115=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD873 is #53278C. Grayscale: #BFBFBF. Windows color (decimal): -5449613 or 7592108. OLE color: 7592108.
HSL color Cylindrical-coordinate representation of color #ACD873: hue angle of 86.14º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD873 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 115 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.15 |
| HSL | 86.14º | 0.56% | 0.65% | - |
| HSV(B) | 86.14º | 0.47% | 0.85% | - |
| XYZ | 44.66 | 59.12 | 25.28 | - |
| YUV | 191.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 115 | 0.20 | 0 | 0.47 | 0.15 | 86.14 | 0.56 | 0.65 |
| Hex | AC | D8 | 73 | 14 | 0 | 2F | F | 56 | 38 | 41 |
| Octal | 254 | 330 | 163 | 24 | 0 | 57 | 17 | 126 | 70 | 101 |
| Binary | 10101100 | 11011000 | 1110011 | 10100 | 0 | 101111 | 1111 | 1010110 | 111000 | 1000001 |
Color Harmonies of #ACD873
Complementary color
Monochromatic Colors of #ACD873
Black with #ACD873
Text Example
Text Example
White with #ACD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD873; }
p { color: rgb(172,216,115); }
H1.HeaderClassName
{
color: #ACD873;
}
.AnyTagClassName
{
color: #ACD873;
}
</style>
background-color css
<style>
a { background-color: #ACD873; }
a { background-color: rgb(172,216,115); }
div.DivClassName
{
background-color: #ACD873;
}
.BgClassName
{
background-color: #ACD873;
}
</style>
border-color css
<style>
span { border-color: #ACD873; }
span { border-color: rgb(172,216,115); }
td.TdClassName
{
border-color: #ACD873;
}
.TagClassName
{
border-color: #ACD873;
}
</style>