Shades of Feijoa #ACD884
Tints of Feijoa #ACD884
RGB
CMYK
RGB Variations
Color information
#ACD884 (or 0xACD884) is known color: Feijoa. HEX triplet: AC, D8 and 84. RGB value is (172,216,132). Sum of RGB (Red+Green+Blue) = 172+216+132=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD884 is #53277B. Grayscale: #C1C1C1. Windows color (decimal): -5449596 or 8706220. OLE color: 8706220.
HSL color Cylindrical-coordinate representation of color #ACD884: hue angle of 91.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACD884 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 132 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.15 |
| HSL | 91.43º | 0.52% | 0.68% | - |
| HSV(B) | 91.43º | 0.39% | 0.85% | - |
| XYZ | 45.73 | 59.55 | 30.91 | - |
| YUV | 193.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 132 | 0.20 | 0 | 0.39 | 0.15 | 91.43 | 0.52 | 0.68 |
| Hex | AC | D8 | 84 | 14 | 0 | 27 | F | 5B | 34 | 44 |
| Octal | 254 | 330 | 204 | 24 | 0 | 47 | 17 | 133 | 64 | 104 |
| Binary | 10101100 | 11011000 | 10000100 | 10100 | 0 | 100111 | 1111 | 1011011 | 110100 | 1000100 |
Color Harmonies of #ACD884
Complementary color
Monochromatic Colors of #ACD884
Black with #ACD884
Text Example
Text Example
White with #ACD884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD884; }
p { color: rgb(172,216,132); }
H1.HeaderClassName
{
color: #ACD884;
}
.AnyTagClassName
{
color: #ACD884;
}
</style>
background-color css
<style>
a { background-color: #ACD884; }
a { background-color: rgb(172,216,132); }
div.DivClassName
{
background-color: #ACD884;
}
.BgClassName
{
background-color: #ACD884;
}
</style>
border-color css
<style>
span { border-color: #ACD884; }
span { border-color: rgb(172,216,132); }
td.TdClassName
{
border-color: #ACD884;
}
.TagClassName
{
border-color: #ACD884;
}
</style>