Shades of Feijoa #ACD86E
Tints of Feijoa #ACD86E
RGB
CMYK
RGB Variations
Color information
#ACD86E (or 0xACD86E) is known color: Feijoa. HEX triplet: AC, D8 and 6E. RGB value is (172,216,110). Sum of RGB (Red+Green+Blue) = 172+216+110=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD86E is #532791. Grayscale: #BFBFBF. Windows color (decimal): -5449618 or 7264428. OLE color: 7264428.
HSL color Cylindrical-coordinate representation of color #ACD86E: hue angle of 84.91º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD86E is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 110 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.15 |
| HSL | 84.91º | 0.58% | 0.64% | - |
| HSV(B) | 84.91º | 0.49% | 0.85% | - |
| XYZ | 44.38 | 59.01 | 23.8 | - |
| YUV | 190.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 110 | 0.20 | 0 | 0.49 | 0.15 | 84.91 | 0.58 | 0.64 |
| Hex | AC | D8 | 6E | 14 | 0 | 31 | F | 55 | 3A | 40 |
| Octal | 254 | 330 | 156 | 24 | 0 | 61 | 17 | 125 | 72 | 100 |
| Binary | 10101100 | 11011000 | 1101110 | 10100 | 0 | 110001 | 1111 | 1010101 | 111010 | 1000000 |
Color Harmonies of #ACD86E
Complementary color
Monochromatic Colors of #ACD86E
Black with #ACD86E
Text Example
Text Example
White with #ACD86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD86E; }
p { color: rgb(172,216,110); }
H1.HeaderClassName
{
color: #ACD86E;
}
.AnyTagClassName
{
color: #ACD86E;
}
</style>
background-color css
<style>
a { background-color: #ACD86E; }
a { background-color: rgb(172,216,110); }
div.DivClassName
{
background-color: #ACD86E;
}
.BgClassName
{
background-color: #ACD86E;
}
</style>
border-color css
<style>
span { border-color: #ACD86E; }
span { border-color: rgb(172,216,110); }
td.TdClassName
{
border-color: #ACD86E;
}
.TagClassName
{
border-color: #ACD86E;
}
</style>