Shades of Feijoa #ACCE89
Tints of Feijoa #ACCE89
RGB
CMYK
RGB Variations
Color information
#ACCE89 (or 0xACCE89) is known color: Feijoa. HEX triplet: AC, CE and 89. RGB value is (172,206,137). Sum of RGB (Red+Green+Blue) = 172+206+137=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE89 is #533176. Grayscale: #BCBCBC. Windows color (decimal): -5452151 or 9031340. OLE color: 9031340.
HSL color Cylindrical-coordinate representation of color #ACCE89: hue angle of 89.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACCE89 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 137 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.19 |
| HSL | 89.57º | 0.41% | 0.67% | - |
| HSV(B) | 89.57º | 0.33% | 0.81% | - |
| XYZ | 43.6 | 54.72 | 31.93 | - |
| YUV | 187.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 137 | 0.17 | 0 | 0.33 | 0.19 | 89.57 | 0.41 | 0.67 |
| Hex | AC | CE | 89 | 11 | 0 | 21 | 13 | 5A | 29 | 43 |
| Octal | 254 | 316 | 211 | 21 | 0 | 41 | 23 | 132 | 51 | 103 |
| Binary | 10101100 | 11001110 | 10001001 | 10001 | 0 | 100001 | 10011 | 1011010 | 101001 | 1000011 |
Color Harmonies of #ACCE89
Complementary color
Monochromatic Colors of #ACCE89
Black with #ACCE89
Text Example
Text Example
White with #ACCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE89; }
p { color: rgb(172,206,137); }
H1.HeaderClassName
{
color: #ACCE89;
}
.AnyTagClassName
{
color: #ACCE89;
}
</style>
background-color css
<style>
a { background-color: #ACCE89; }
a { background-color: rgb(172,206,137); }
div.DivClassName
{
background-color: #ACCE89;
}
.BgClassName
{
background-color: #ACCE89;
}
</style>
border-color css
<style>
span { border-color: #ACCE89; }
span { border-color: rgb(172,206,137); }
td.TdClassName
{
border-color: #ACCE89;
}
.TagClassName
{
border-color: #ACCE89;
}
</style>