Shades of Feijoa #ACDF86
Tints of Feijoa #ACDF86
RGB
CMYK
RGB Variations
Color information
#ACDF86 (or 0xACDF86) is known color: Feijoa. HEX triplet: AC, DF and 86. RGB value is (172,223,134). Sum of RGB (Red+Green+Blue) = 172+223+134=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF86 is #532079. Grayscale: #C5C5C5. Windows color (decimal): -5447802 or 8839084. OLE color: 8839084.
HSL color Cylindrical-coordinate representation of color #ACDF86: hue angle of 94.38º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACDF86 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 134 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.13 |
| HSL | 94.38º | 0.58% | 0.7% | - |
| HSV(B) | 94.38º | 0.4% | 0.87% | - |
| XYZ | 47.7 | 63.27 | 32.25 | - |
| YUV | 197.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 134 | 0.23 | 0 | 0.40 | 0.13 | 94.38 | 0.58 | 0.7 |
| Hex | AC | DF | 86 | 17 | 0 | 28 | D | 5E | 3A | 46 |
| Octal | 254 | 337 | 206 | 27 | 0 | 50 | 15 | 136 | 72 | 106 |
| Binary | 10101100 | 11011111 | 10000110 | 10111 | 0 | 101000 | 1101 | 1011110 | 111010 | 1000110 |
Color Harmonies of #ACDF86
Complementary color
Monochromatic Colors of #ACDF86
Black with #ACDF86
Text Example
Text Example
White with #ACDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF86; }
p { color: rgb(172,223,134); }
H1.HeaderClassName
{
color: #ACDF86;
}
.AnyTagClassName
{
color: #ACDF86;
}
</style>
background-color css
<style>
a { background-color: #ACDF86; }
a { background-color: rgb(172,223,134); }
div.DivClassName
{
background-color: #ACDF86;
}
.BgClassName
{
background-color: #ACDF86;
}
</style>
border-color css
<style>
span { border-color: #ACDF86; }
span { border-color: rgb(172,223,134); }
td.TdClassName
{
border-color: #ACDF86;
}
.TagClassName
{
border-color: #ACDF86;
}
</style>