Shades of Feijoa #ACCB8F
Tints of Feijoa #ACCB8F
RGB
CMYK
RGB Variations
Color information
#ACCB8F (or 0xACCB8F) is known color: Feijoa. HEX triplet: AC, CB and 8F. RGB value is (172,203,143). Sum of RGB (Red+Green+Blue) = 172+203+143=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB8F is #533470. Grayscale: #BBBBBB. Windows color (decimal): -5452913 or 9423788. OLE color: 9423788.
HSL color Cylindrical-coordinate representation of color #ACCB8F: hue angle of 91º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACCB8F is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 143 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.20 |
| HSL | 91º | 0.37% | 0.68% | - |
| HSV(B) | 91º | 0.3% | 0.8% | - |
| XYZ | 43.33 | 53.47 | 34.02 | - |
| YUV | 186.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 143 | 0.15 | 0 | 0.30 | 0.20 | 91 | 0.37 | 0.68 |
| Hex | AC | CB | 8F | F | 0 | 1E | 14 | 5B | 25 | 44 |
| Octal | 254 | 313 | 217 | 17 | 0 | 36 | 24 | 133 | 45 | 104 |
| Binary | 10101100 | 11001011 | 10001111 | 1111 | 0 | 11110 | 10100 | 1011011 | 100101 | 1000100 |
Color Harmonies of #ACCB8F
Complementary color
Monochromatic Colors of #ACCB8F
Black with #ACCB8F
Text Example
Text Example
White with #ACCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB8F; }
p { color: rgb(172,203,143); }
H1.HeaderClassName
{
color: #ACCB8F;
}
.AnyTagClassName
{
color: #ACCB8F;
}
</style>
background-color css
<style>
a { background-color: #ACCB8F; }
a { background-color: rgb(172,203,143); }
div.DivClassName
{
background-color: #ACCB8F;
}
.BgClassName
{
background-color: #ACCB8F;
}
</style>
border-color css
<style>
span { border-color: #ACCB8F; }
span { border-color: rgb(172,203,143); }
td.TdClassName
{
border-color: #ACCB8F;
}
.TagClassName
{
border-color: #ACCB8F;
}
</style>