Shades of Feijoa #ACCE8B
Tints of Feijoa #ACCE8B
RGB
CMYK
RGB Variations
Color information
#ACCE8B (or 0xACCE8B) is known color: Feijoa. HEX triplet: AC, CE and 8B. RGB value is (172,206,139). Sum of RGB (Red+Green+Blue) = 172+206+139=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE8B is #533174. Grayscale: #BCBCBC. Windows color (decimal): -5452149 or 9162412. OLE color: 9162412.
HSL color Cylindrical-coordinate representation of color #ACCE8B: hue angle of 90.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACCE8B is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 139 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.19 |
| HSL | 90.45º | 0.41% | 0.68% | - |
| HSV(B) | 90.45º | 0.33% | 0.81% | - |
| XYZ | 43.74 | 54.78 | 32.69 | - |
| YUV | 188.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 139 | 0.17 | 0 | 0.33 | 0.19 | 90.45 | 0.41 | 0.68 |
| Hex | AC | CE | 8B | 11 | 0 | 21 | 13 | 5A | 29 | 44 |
| Octal | 254 | 316 | 213 | 21 | 0 | 41 | 23 | 132 | 51 | 104 |
| Binary | 10101100 | 11001110 | 10001011 | 10001 | 0 | 100001 | 10011 | 1011010 | 101001 | 1000100 |
Color Harmonies of #ACCE8B
Complementary color
Monochromatic Colors of #ACCE8B
Black with #ACCE8B
Text Example
Text Example
White with #ACCE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE8B; }
p { color: rgb(172,206,139); }
H1.HeaderClassName
{
color: #ACCE8B;
}
.AnyTagClassName
{
color: #ACCE8B;
}
</style>
background-color css
<style>
a { background-color: #ACCE8B; }
a { background-color: rgb(172,206,139); }
div.DivClassName
{
background-color: #ACCE8B;
}
.BgClassName
{
background-color: #ACCE8B;
}
</style>
border-color css
<style>
span { border-color: #ACCE8B; }
span { border-color: rgb(172,206,139); }
td.TdClassName
{
border-color: #ACCE8B;
}
.TagClassName
{
border-color: #ACCE8B;
}
</style>