Shades of Feijoa #ACD584
Tints of Feijoa #ACD584
RGB
CMYK
RGB Variations
Color information
#ACD584 (or 0xACD584) is known color: Feijoa. HEX triplet: AC, D5 and 84. RGB value is (172,213,132). Sum of RGB (Red+Green+Blue) = 172+213+132=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD584 is #532A7B. Grayscale: #BFBFBF. Windows color (decimal): -5450364 or 8705452. OLE color: 8705452.
HSL color Cylindrical-coordinate representation of color #ACD584: hue angle of 90.37º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD584 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 132 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.16 |
| HSL | 90.37º | 0.49% | 0.68% | - |
| HSV(B) | 90.37º | 0.38% | 0.84% | - |
| XYZ | 44.97 | 58.03 | 30.66 | - |
| YUV | 191.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 132 | 0.19 | 0 | 0.38 | 0.16 | 90.37 | 0.49 | 0.68 |
| Hex | AC | D5 | 84 | 13 | 0 | 26 | 10 | 5A | 31 | 44 |
| Octal | 254 | 325 | 204 | 23 | 0 | 46 | 20 | 132 | 61 | 104 |
| Binary | 10101100 | 11010101 | 10000100 | 10011 | 0 | 100110 | 10000 | 1011010 | 110001 | 1000100 |
Color Harmonies of #ACD584
Complementary color
Monochromatic Colors of #ACD584
Black with #ACD584
Text Example
Text Example
White with #ACD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD584; }
p { color: rgb(172,213,132); }
H1.HeaderClassName
{
color: #ACD584;
}
.AnyTagClassName
{
color: #ACD584;
}
</style>
background-color css
<style>
a { background-color: #ACD584; }
a { background-color: rgb(172,213,132); }
div.DivClassName
{
background-color: #ACD584;
}
.BgClassName
{
background-color: #ACD584;
}
</style>
border-color css
<style>
span { border-color: #ACD584; }
span { border-color: rgb(172,213,132); }
td.TdClassName
{
border-color: #ACD584;
}
.TagClassName
{
border-color: #ACD584;
}
</style>