Shades of Feijoa #ABDB91
Tints of Feijoa #ABDB91
RGB
CMYK
RGB Variations
Color information
#ABDB91 (or 0xABDB91) is known color: Feijoa. HEX triplet: AB, DB and 91. RGB value is (171,219,145). Sum of RGB (Red+Green+Blue) = 171+219+145=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB91 is #54246E. Grayscale: #C4C4C4. Windows color (decimal): -5514351 or 9558955. OLE color: 9558955.
HSL color Cylindrical-coordinate representation of color #ABDB91: hue angle of 98.92º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABDB91 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 145 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.14 |
| HSL | 98.92º | 0.51% | 0.71% | - |
| HSV(B) | 98.92º | 0.34% | 0.86% | - |
| XYZ | 47.24 | 61.37 | 36.14 | - |
| YUV | 196.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 145 | 0.22 | 0 | 0.34 | 0.14 | 98.92 | 0.51 | 0.71 |
| Hex | AB | DB | 91 | 16 | 0 | 22 | E | 63 | 33 | 47 |
| Octal | 253 | 333 | 221 | 26 | 0 | 42 | 16 | 143 | 63 | 107 |
| Binary | 10101011 | 11011011 | 10010001 | 10110 | 0 | 100010 | 1110 | 1100011 | 110011 | 1000111 |
Color Harmonies of #ABDB91
Complementary color
Monochromatic Colors of #ABDB91
Black with #ABDB91
Text Example
Text Example
White with #ABDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB91; }
p { color: rgb(171,219,145); }
H1.HeaderClassName
{
color: #ABDB91;
}
.AnyTagClassName
{
color: #ABDB91;
}
</style>
background-color css
<style>
a { background-color: #ABDB91; }
a { background-color: rgb(171,219,145); }
div.DivClassName
{
background-color: #ABDB91;
}
.BgClassName
{
background-color: #ABDB91;
}
</style>
border-color css
<style>
span { border-color: #ABDB91; }
span { border-color: rgb(171,219,145); }
td.TdClassName
{
border-color: #ABDB91;
}
.TagClassName
{
border-color: #ABDB91;
}
</style>