Shades of Feijoa #ACD687
Tints of Feijoa #ACD687
RGB
CMYK
RGB Variations
Color information
#ACD687 (or 0xACD687) is known color: Feijoa. HEX triplet: AC, D6 and 87. RGB value is (172,214,135). Sum of RGB (Red+Green+Blue) = 172+214+135=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD687 is #532978. Grayscale: #C0C0C0. Windows color (decimal): -5450105 or 8902316. OLE color: 8902316.
HSL color Cylindrical-coordinate representation of color #ACD687: hue angle of 91.9º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD687 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 135 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.16 |
| HSL | 91.9º | 0.49% | 0.68% | - |
| HSV(B) | 91.9º | 0.37% | 0.84% | - |
| XYZ | 45.43 | 58.61 | 31.84 | - |
| YUV | 192.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 135 | 0.20 | 0 | 0.37 | 0.16 | 91.9 | 0.49 | 0.68 |
| Hex | AC | D6 | 87 | 14 | 0 | 25 | 10 | 5C | 31 | 44 |
| Octal | 254 | 326 | 207 | 24 | 0 | 45 | 20 | 134 | 61 | 104 |
| Binary | 10101100 | 11010110 | 10000111 | 10100 | 0 | 100101 | 10000 | 1011100 | 110001 | 1000100 |
Color Harmonies of #ACD687
Complementary color
Monochromatic Colors of #ACD687
Black with #ACD687
Text Example
Text Example
White with #ACD687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD687; }
p { color: rgb(172,214,135); }
H1.HeaderClassName
{
color: #ACD687;
}
.AnyTagClassName
{
color: #ACD687;
}
</style>
background-color css
<style>
a { background-color: #ACD687; }
a { background-color: rgb(172,214,135); }
div.DivClassName
{
background-color: #ACD687;
}
.BgClassName
{
background-color: #ACD687;
}
</style>
border-color css
<style>
span { border-color: #ACD687; }
span { border-color: rgb(172,214,135); }
td.TdClassName
{
border-color: #ACD687;
}
.TagClassName
{
border-color: #ACD687;
}
</style>