Shades of Feijoa #ABCE8F
Tints of Feijoa #ABCE8F
RGB
CMYK
RGB Variations
Color information
#ABCE8F (or 0xABCE8F) is known color: Feijoa. HEX triplet: AB, CE and 8F. RGB value is (171,206,143). Sum of RGB (Red+Green+Blue) = 171+206+143=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCE8F is #543170. Grayscale: #BCBCBC. Windows color (decimal): -5517681 or 9424555. OLE color: 9424555.
HSL color Cylindrical-coordinate representation of color #ABCE8F: hue angle of 93.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABCE8F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 143 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.19 |
| HSL | 93.33º | 0.39% | 0.68% | - |
| HSV(B) | 93.33º | 0.31% | 0.81% | - |
| XYZ | 43.82 | 54.78 | 34.25 | - |
| YUV | 188.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 143 | 0.17 | 0 | 0.31 | 0.19 | 93.33 | 0.39 | 0.68 |
| Hex | AB | CE | 8F | 11 | 0 | 1F | 13 | 5D | 27 | 44 |
| Octal | 253 | 316 | 217 | 21 | 0 | 37 | 23 | 135 | 47 | 104 |
| Binary | 10101011 | 11001110 | 10001111 | 10001 | 0 | 11111 | 10011 | 1011101 | 100111 | 1000100 |
Color Harmonies of #ABCE8F
Complementary color
Monochromatic Colors of #ABCE8F
Black with #ABCE8F
Text Example
Text Example
White with #ABCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE8F; }
p { color: rgb(171,206,143); }
H1.HeaderClassName
{
color: #ABCE8F;
}
.AnyTagClassName
{
color: #ABCE8F;
}
</style>
background-color css
<style>
a { background-color: #ABCE8F; }
a { background-color: rgb(171,206,143); }
div.DivClassName
{
background-color: #ABCE8F;
}
.BgClassName
{
background-color: #ABCE8F;
}
</style>
border-color css
<style>
span { border-color: #ABCE8F; }
span { border-color: rgb(171,206,143); }
td.TdClassName
{
border-color: #ABCE8F;
}
.TagClassName
{
border-color: #ABCE8F;
}
</style>