Shades of Feijoa #ABDB87
Tints of Feijoa #ABDB87
RGB
CMYK
RGB Variations
Color information
#ABDB87 (or 0xABDB87) is known color: Feijoa. HEX triplet: AB, DB and 87. RGB value is (171,219,135). Sum of RGB (Red+Green+Blue) = 171+219+135=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB87 is #542478. Grayscale: #C3C3C3. Windows color (decimal): -5514361 or 8903595. OLE color: 8903595.
HSL color Cylindrical-coordinate representation of color #ABDB87: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABDB87 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 135 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.14 |
| HSL | 94.29º | 0.54% | 0.69% | - |
| HSV(B) | 94.29º | 0.38% | 0.86% | - |
| XYZ | 46.5 | 61.07 | 32.26 | - |
| YUV | 195.07 | 94.1 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 135 | 0.22 | 0 | 0.38 | 0.14 | 94.29 | 0.54 | 0.69 |
| Hex | AB | DB | 87 | 16 | 0 | 26 | E | 5E | 36 | 45 |
| Octal | 253 | 333 | 207 | 26 | 0 | 46 | 16 | 136 | 66 | 105 |
| Binary | 10101011 | 11011011 | 10000111 | 10110 | 0 | 100110 | 1110 | 1011110 | 110110 | 1000101 |
Color Harmonies of #ABDB87
Complementary color
Monochromatic Colors of #ABDB87
Black with #ABDB87
Text Example
Text Example
White with #ABDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB87; }
p { color: rgb(171,219,135); }
H1.HeaderClassName
{
color: #ABDB87;
}
.AnyTagClassName
{
color: #ABDB87;
}
</style>
background-color css
<style>
a { background-color: #ABDB87; }
a { background-color: rgb(171,219,135); }
div.DivClassName
{
background-color: #ABDB87;
}
.BgClassName
{
background-color: #ABDB87;
}
</style>
border-color css
<style>
span { border-color: #ABDB87; }
span { border-color: rgb(171,219,135); }
td.TdClassName
{
border-color: #ABDB87;
}
.TagClassName
{
border-color: #ABDB87;
}
</style>