Shades of Feijoa #ABDB8F
Tints of Feijoa #ABDB8F
RGB
CMYK
RGB Variations
Color information
#ABDB8F (or 0xABDB8F) is known color: Feijoa. HEX triplet: AB, DB and 8F. RGB value is (171,219,143). Sum of RGB (Red+Green+Blue) = 171+219+143=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB8F is #542470. Grayscale: #C4C4C4. Windows color (decimal): -5514353 or 9427883. OLE color: 9427883.
HSL color Cylindrical-coordinate representation of color #ABDB8F: hue angle of 97.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABDB8F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 143 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.14 |
| HSL | 97.89º | 0.51% | 0.71% | - |
| HSV(B) | 97.89º | 0.35% | 0.86% | - |
| XYZ | 47.08 | 61.3 | 35.34 | - |
| YUV | 195.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 143 | 0.22 | 0 | 0.35 | 0.14 | 97.89 | 0.51 | 0.71 |
| Hex | AB | DB | 8F | 16 | 0 | 23 | E | 62 | 33 | 47 |
| Octal | 253 | 333 | 217 | 26 | 0 | 43 | 16 | 142 | 63 | 107 |
| Binary | 10101011 | 11011011 | 10001111 | 10110 | 0 | 100011 | 1110 | 1100010 | 110011 | 1000111 |
Color Harmonies of #ABDB8F
Complementary color
Monochromatic Colors of #ABDB8F
Black with #ABDB8F
Text Example
Text Example
White with #ABDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB8F; }
p { color: rgb(171,219,143); }
H1.HeaderClassName
{
color: #ABDB8F;
}
.AnyTagClassName
{
color: #ABDB8F;
}
</style>
background-color css
<style>
a { background-color: #ABDB8F; }
a { background-color: rgb(171,219,143); }
div.DivClassName
{
background-color: #ABDB8F;
}
.BgClassName
{
background-color: #ABDB8F;
}
</style>
border-color css
<style>
span { border-color: #ABDB8F; }
span { border-color: rgb(171,219,143); }
td.TdClassName
{
border-color: #ABDB8F;
}
.TagClassName
{
border-color: #ABDB8F;
}
</style>