Shades of Feijoa #ACD084
Tints of Feijoa #ACD084
RGB
CMYK
RGB Variations
Color information
#ACD084 (or 0xACD084) is known color: Feijoa. HEX triplet: AC, D0 and 84. RGB value is (172,208,132). Sum of RGB (Red+Green+Blue) = 172+208+132=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD084 is #532F7B. Grayscale: #BCBCBC. Windows color (decimal): -5451644 or 8704172. OLE color: 8704172.
HSL color Cylindrical-coordinate representation of color #ACD084: hue angle of 88.42º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD084 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 132 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.18 |
| HSL | 88.42º | 0.45% | 0.67% | - |
| HSV(B) | 88.42º | 0.37% | 0.82% | - |
| XYZ | 43.73 | 55.55 | 30.25 | - |
| YUV | 188.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 132 | 0.17 | 0 | 0.37 | 0.18 | 88.42 | 0.45 | 0.67 |
| Hex | AC | D0 | 84 | 11 | 0 | 25 | 12 | 58 | 2D | 43 |
| Octal | 254 | 320 | 204 | 21 | 0 | 45 | 22 | 130 | 55 | 103 |
| Binary | 10101100 | 11010000 | 10000100 | 10001 | 0 | 100101 | 10010 | 1011000 | 101101 | 1000011 |
Color Harmonies of #ACD084
Complementary color
Monochromatic Colors of #ACD084
Black with #ACD084
Text Example
Text Example
White with #ACD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD084; }
p { color: rgb(172,208,132); }
H1.HeaderClassName
{
color: #ACD084;
}
.AnyTagClassName
{
color: #ACD084;
}
</style>
background-color css
<style>
a { background-color: #ACD084; }
a { background-color: rgb(172,208,132); }
div.DivClassName
{
background-color: #ACD084;
}
.BgClassName
{
background-color: #ACD084;
}
</style>
border-color css
<style>
span { border-color: #ACD084; }
span { border-color: rgb(172,208,132); }
td.TdClassName
{
border-color: #ACD084;
}
.TagClassName
{
border-color: #ACD084;
}
</style>