Shades of Feijoa #ABDC89
Tints of Feijoa #ABDC89
RGB
CMYK
RGB Variations
Color information
#ABDC89 (or 0xABDC89) is known color: Feijoa. HEX triplet: AB, DC and 89. RGB value is (171,220,137). Sum of RGB (Red+Green+Blue) = 171+220+137=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC89 is #542376. Grayscale: #C4C4C4. Windows color (decimal): -5514103 or 9034923. OLE color: 9034923.
HSL color Cylindrical-coordinate representation of color #ABDC89: hue angle of 95.42º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABDC89 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 137 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.14 |
| HSL | 95.42º | 0.54% | 0.7% | - |
| HSV(B) | 95.42º | 0.38% | 0.86% | - |
| XYZ | 46.9 | 61.65 | 33.09 | - |
| YUV | 195.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 137 | 0.22 | 0 | 0.38 | 0.14 | 95.42 | 0.54 | 0.7 |
| Hex | AB | DC | 89 | 16 | 0 | 26 | E | 5F | 36 | 46 |
| Octal | 253 | 334 | 211 | 26 | 0 | 46 | 16 | 137 | 66 | 106 |
| Binary | 10101011 | 11011100 | 10001001 | 10110 | 0 | 100110 | 1110 | 1011111 | 110110 | 1000110 |
Color Harmonies of #ABDC89
Complementary color
Monochromatic Colors of #ABDC89
Black with #ABDC89
Text Example
Text Example
White with #ABDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC89; }
p { color: rgb(171,220,137); }
H1.HeaderClassName
{
color: #ABDC89;
}
.AnyTagClassName
{
color: #ABDC89;
}
</style>
background-color css
<style>
a { background-color: #ABDC89; }
a { background-color: rgb(171,220,137); }
div.DivClassName
{
background-color: #ABDC89;
}
.BgClassName
{
background-color: #ABDC89;
}
</style>
border-color css
<style>
span { border-color: #ABDC89; }
span { border-color: rgb(171,220,137); }
td.TdClassName
{
border-color: #ABDC89;
}
.TagClassName
{
border-color: #ABDC89;
}
</style>