Shades of Feijoa #ACCB8E
Tints of Feijoa #ACCB8E
RGB
CMYK
RGB Variations
Color information
#ACCB8E (or 0xACCB8E) is known color: Feijoa. HEX triplet: AC, CB and 8E. RGB value is (172,203,142). Sum of RGB (Red+Green+Blue) = 172+203+142=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB8E is #533471. Grayscale: #BABABA. Windows color (decimal): -5452914 or 9358252. OLE color: 9358252.
HSL color Cylindrical-coordinate representation of color #ACCB8E: hue angle of 90.49º 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 #ACCB8E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 142 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.20 |
| HSL | 90.49º | 0.37% | 0.68% | - |
| HSV(B) | 90.49º | 0.3% | 0.8% | - |
| XYZ | 43.25 | 53.44 | 33.63 | - |
| YUV | 186.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 142 | 0.15 | 0 | 0.30 | 0.20 | 90.49 | 0.37 | 0.68 |
| Hex | AC | CB | 8E | F | 0 | 1E | 14 | 5A | 25 | 44 |
| Octal | 254 | 313 | 216 | 17 | 0 | 36 | 24 | 132 | 45 | 104 |
| Binary | 10101100 | 11001011 | 10001110 | 1111 | 0 | 11110 | 10100 | 1011010 | 100101 | 1000100 |
Color Harmonies of #ACCB8E
Complementary color
Monochromatic Colors of #ACCB8E
Black with #ACCB8E
Text Example
Text Example
White with #ACCB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB8E; }
p { color: rgb(172,203,142); }
H1.HeaderClassName
{
color: #ACCB8E;
}
.AnyTagClassName
{
color: #ACCB8E;
}
</style>
background-color css
<style>
a { background-color: #ACCB8E; }
a { background-color: rgb(172,203,142); }
div.DivClassName
{
background-color: #ACCB8E;
}
.BgClassName
{
background-color: #ACCB8E;
}
</style>
border-color css
<style>
span { border-color: #ACCB8E; }
span { border-color: rgb(172,203,142); }
td.TdClassName
{
border-color: #ACCB8E;
}
.TagClassName
{
border-color: #ACCB8E;
}
</style>