Shades of Feijoa #ABDB8D
Tints of Feijoa #ABDB8D
RGB
CMYK
RGB Variations
Color information
#ABDB8D (or 0xABDB8D) is known color: Feijoa. HEX triplet: AB, DB and 8D. RGB value is (171,219,141). Sum of RGB (Red+Green+Blue) = 171+219+141=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB8D is #542472. Grayscale: #C4C4C4. Windows color (decimal): -5514355 or 9296811. OLE color: 9296811.
HSL color Cylindrical-coordinate representation of color #ABDB8D: hue angle of 96.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABDB8D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 141 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.14 |
| HSL | 96.92º | 0.52% | 0.71% | - |
| HSV(B) | 96.92º | 0.36% | 0.86% | - |
| XYZ | 46.93 | 61.24 | 34.55 | - |
| YUV | 195.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 141 | 0.22 | 0 | 0.36 | 0.14 | 96.92 | 0.52 | 0.71 |
| Hex | AB | DB | 8D | 16 | 0 | 24 | E | 61 | 34 | 47 |
| Octal | 253 | 333 | 215 | 26 | 0 | 44 | 16 | 141 | 64 | 107 |
| Binary | 10101011 | 11011011 | 10001101 | 10110 | 0 | 100100 | 1110 | 1100001 | 110100 | 1000111 |
Color Harmonies of #ABDB8D
Complementary color
Monochromatic Colors of #ABDB8D
Black with #ABDB8D
Text Example
Text Example
White with #ABDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB8D; }
p { color: rgb(171,219,141); }
H1.HeaderClassName
{
color: #ABDB8D;
}
.AnyTagClassName
{
color: #ABDB8D;
}
</style>
background-color css
<style>
a { background-color: #ABDB8D; }
a { background-color: rgb(171,219,141); }
div.DivClassName
{
background-color: #ABDB8D;
}
.BgClassName
{
background-color: #ABDB8D;
}
</style>
border-color css
<style>
span { border-color: #ABDB8D; }
span { border-color: rgb(171,219,141); }
td.TdClassName
{
border-color: #ABDB8D;
}
.TagClassName
{
border-color: #ABDB8D;
}
</style>