Shades of Feijoa #ABDD86
Tints of Feijoa #ABDD86
RGB
CMYK
RGB Variations
Color information
#ABDD86 (or 0xABDD86) is known color: Feijoa. HEX triplet: AB, DD and 86. RGB value is (171,221,134). Sum of RGB (Red+Green+Blue) = 171+221+134=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD86 is #542279. Grayscale: #C4C4C4. Windows color (decimal): -5513850 or 8838571. OLE color: 8838571.
HSL color Cylindrical-coordinate representation of color #ABDD86: hue angle of 94.48º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABDD86 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 134 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.13 |
| HSL | 94.48º | 0.56% | 0.7% | - |
| HSV(B) | 94.48º | 0.39% | 0.87% | - |
| XYZ | 46.95 | 62.09 | 32.06 | - |
| YUV | 196.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 134 | 0.23 | 0 | 0.39 | 0.13 | 94.48 | 0.56 | 0.7 |
| Hex | AB | DD | 86 | 17 | 0 | 27 | D | 5E | 38 | 46 |
| Octal | 253 | 335 | 206 | 27 | 0 | 47 | 15 | 136 | 70 | 106 |
| Binary | 10101011 | 11011101 | 10000110 | 10111 | 0 | 100111 | 1101 | 1011110 | 111000 | 1000110 |
Color Harmonies of #ABDD86
Complementary color
Monochromatic Colors of #ABDD86
Black with #ABDD86
Text Example
Text Example
White with #ABDD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD86; }
p { color: rgb(171,221,134); }
H1.HeaderClassName
{
color: #ABDD86;
}
.AnyTagClassName
{
color: #ABDD86;
}
</style>
background-color css
<style>
a { background-color: #ABDD86; }
a { background-color: rgb(171,221,134); }
div.DivClassName
{
background-color: #ABDD86;
}
.BgClassName
{
background-color: #ABDD86;
}
</style>
border-color css
<style>
span { border-color: #ABDD86; }
span { border-color: rgb(171,221,134); }
td.TdClassName
{
border-color: #ABDD86;
}
.TagClassName
{
border-color: #ABDD86;
}
</style>