Shades of Feijoa #ACD586
Tints of Feijoa #ACD586
RGB
CMYK
RGB Variations
Color information
#ACD586 (or 0xACD586) is known color: Feijoa. HEX triplet: AC, D5 and 86. RGB value is (172,213,134). Sum of RGB (Red+Green+Blue) = 172+213+134=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD586 is #532A79. Grayscale: #C0C0C0. Windows color (decimal): -5450362 or 8836524. OLE color: 8836524.
HSL color Cylindrical-coordinate representation of color #ACD586: hue angle of 91.14º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD586 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 134 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.16 |
| HSL | 91.14º | 0.48% | 0.68% | - |
| HSV(B) | 91.14º | 0.37% | 0.84% | - |
| XYZ | 45.11 | 58.08 | 31.39 | - |
| YUV | 191.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 134 | 0.19 | 0 | 0.37 | 0.16 | 91.14 | 0.48 | 0.68 |
| Hex | AC | D5 | 86 | 13 | 0 | 25 | 10 | 5B | 30 | 44 |
| Octal | 254 | 325 | 206 | 23 | 0 | 45 | 20 | 133 | 60 | 104 |
| Binary | 10101100 | 11010101 | 10000110 | 10011 | 0 | 100101 | 10000 | 1011011 | 110000 | 1000100 |
Color Harmonies of #ACD586
Complementary color
Monochromatic Colors of #ACD586
Black with #ACD586
Text Example
Text Example
White with #ACD586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD586; }
p { color: rgb(172,213,134); }
H1.HeaderClassName
{
color: #ACD586;
}
.AnyTagClassName
{
color: #ACD586;
}
</style>
background-color css
<style>
a { background-color: #ACD586; }
a { background-color: rgb(172,213,134); }
div.DivClassName
{
background-color: #ACD586;
}
.BgClassName
{
background-color: #ACD586;
}
</style>
border-color css
<style>
span { border-color: #ACD586; }
span { border-color: rgb(172,213,134); }
td.TdClassName
{
border-color: #ACD586;
}
.TagClassName
{
border-color: #ACD586;
}
</style>