Shades of Feijoa #ABCE86
Tints of Feijoa #ABCE86
RGB
CMYK
RGB Variations
Color information
#ABCE86 (or 0xABCE86) is known color: Feijoa. HEX triplet: AB, CE and 86. RGB value is (171,206,134). Sum of RGB (Red+Green+Blue) = 171+206+134=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCE86 is #543179. Grayscale: #BBBBBB. Windows color (decimal): -5517690 or 8834731. OLE color: 8834731.
HSL color Cylindrical-coordinate representation of color #ABCE86: hue angle of 89.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABCE86 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 134 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.19 |
| HSL | 89.17º | 0.42% | 0.67% | - |
| HSV(B) | 89.17º | 0.35% | 0.81% | - |
| XYZ | 43.17 | 54.52 | 30.8 | - |
| YUV | 187.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 134 | 0.17 | 0 | 0.35 | 0.19 | 89.17 | 0.42 | 0.67 |
| Hex | AB | CE | 86 | 11 | 0 | 23 | 13 | 59 | 2A | 43 |
| Octal | 253 | 316 | 206 | 21 | 0 | 43 | 23 | 131 | 52 | 103 |
| Binary | 10101011 | 11001110 | 10000110 | 10001 | 0 | 100011 | 10011 | 1011001 | 101010 | 1000011 |
Color Harmonies of #ABCE86
Complementary color
Monochromatic Colors of #ABCE86
Black with #ABCE86
Text Example
Text Example
White with #ABCE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE86; }
p { color: rgb(171,206,134); }
H1.HeaderClassName
{
color: #ABCE86;
}
.AnyTagClassName
{
color: #ABCE86;
}
</style>
background-color css
<style>
a { background-color: #ABCE86; }
a { background-color: rgb(171,206,134); }
div.DivClassName
{
background-color: #ABCE86;
}
.BgClassName
{
background-color: #ABCE86;
}
</style>
border-color css
<style>
span { border-color: #ABCE86; }
span { border-color: rgb(171,206,134); }
td.TdClassName
{
border-color: #ABCE86;
}
.TagClassName
{
border-color: #ABCE86;
}
</style>