Shades of Feijoa #ABDD89
Tints of Feijoa #ABDD89
RGB
CMYK
RGB Variations
Color information
#ABDD89 (or 0xABDD89) is known color: Feijoa. HEX triplet: AB, DD and 89. RGB value is (171,221,137). Sum of RGB (Red+Green+Blue) = 171+221+137=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD89 is #542276. Grayscale: #C4C4C4. Windows color (decimal): -5513847 or 9035179. OLE color: 9035179.
HSL color Cylindrical-coordinate representation of color #ABDD89: hue angle of 95.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABDD89 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 137 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.13 |
| HSL | 95.71º | 0.55% | 0.7% | - |
| HSV(B) | 95.71º | 0.38% | 0.87% | - |
| XYZ | 47.17 | 62.18 | 33.18 | - |
| YUV | 196.47 | 94.44 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 137 | 0.23 | 0 | 0.38 | 0.13 | 95.71 | 0.55 | 0.7 |
| Hex | AB | DD | 89 | 17 | 0 | 26 | D | 60 | 37 | 46 |
| Octal | 253 | 335 | 211 | 27 | 0 | 46 | 15 | 140 | 67 | 106 |
| Binary | 10101011 | 11011101 | 10001001 | 10111 | 0 | 100110 | 1101 | 1100000 | 110111 | 1000110 |
Color Harmonies of #ABDD89
Complementary color
Monochromatic Colors of #ABDD89
Black with #ABDD89
Text Example
Text Example
White with #ABDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD89; }
p { color: rgb(171,221,137); }
H1.HeaderClassName
{
color: #ABDD89;
}
.AnyTagClassName
{
color: #ABDD89;
}
</style>
background-color css
<style>
a { background-color: #ABDD89; }
a { background-color: rgb(171,221,137); }
div.DivClassName
{
background-color: #ABDD89;
}
.BgClassName
{
background-color: #ABDD89;
}
</style>
border-color css
<style>
span { border-color: #ABDD89; }
span { border-color: rgb(171,221,137); }
td.TdClassName
{
border-color: #ABDD89;
}
.TagClassName
{
border-color: #ABDD89;
}
</style>