Shades of Feijoa #ACD685
Tints of Feijoa #ACD685
RGB
CMYK
RGB Variations
Color information
#ACD685 (or 0xACD685) is known color: Feijoa. HEX triplet: AC, D6 and 85. RGB value is (172,214,133). Sum of RGB (Red+Green+Blue) = 172+214+133=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD685 is #53297A. Grayscale: #C0C0C0. Windows color (decimal): -5450107 or 8771244. OLE color: 8771244.
HSL color Cylindrical-coordinate representation of color #ACD685: hue angle of 91.11º degrees, saturation: 0.5, 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 #ACD685 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 133 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.16 |
| HSL | 91.11º | 0.5% | 0.68% | - |
| HSV(B) | 91.11º | 0.38% | 0.84% | - |
| XYZ | 45.29 | 58.56 | 31.11 | - |
| YUV | 192.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 133 | 0.20 | 0 | 0.38 | 0.16 | 91.11 | 0.5 | 0.68 |
| Hex | AC | D6 | 85 | 14 | 0 | 26 | 10 | 5B | 32 | 44 |
| Octal | 254 | 326 | 205 | 24 | 0 | 46 | 20 | 133 | 62 | 104 |
| Binary | 10101100 | 11010110 | 10000101 | 10100 | 0 | 100110 | 10000 | 1011011 | 110010 | 1000100 |
Color Harmonies of #ACD685
Complementary color
Monochromatic Colors of #ACD685
Black with #ACD685
Text Example
Text Example
White with #ACD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD685; }
p { color: rgb(172,214,133); }
H1.HeaderClassName
{
color: #ACD685;
}
.AnyTagClassName
{
color: #ACD685;
}
</style>
background-color css
<style>
a { background-color: #ACD685; }
a { background-color: rgb(172,214,133); }
div.DivClassName
{
background-color: #ACD685;
}
.BgClassName
{
background-color: #ACD685;
}
</style>
border-color css
<style>
span { border-color: #ACD685; }
span { border-color: rgb(172,214,133); }
td.TdClassName
{
border-color: #ACD685;
}
.TagClassName
{
border-color: #ACD685;
}
</style>