Shades of Feijoa #ABDC91
Tints of Feijoa #ABDC91
RGB
CMYK
RGB Variations
Color information
#ABDC91 (or 0xABDC91) is known color: Feijoa. HEX triplet: AB, DC and 91. RGB value is (171,220,145). Sum of RGB (Red+Green+Blue) = 171+220+145=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC91 is #54236E. Grayscale: #C5C5C5. Windows color (decimal): -5514095 or 9559211. OLE color: 9559211.
HSL color Cylindrical-coordinate representation of color #ABDC91: hue angle of 99.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABDC91 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 145 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.14 |
| HSL | 99.2º | 0.52% | 0.72% | - |
| HSV(B) | 99.2º | 0.34% | 0.86% | - |
| XYZ | 47.5 | 61.89 | 36.23 | - |
| YUV | 196.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 145 | 0.22 | 0 | 0.34 | 0.14 | 99.2 | 0.52 | 0.72 |
| Hex | AB | DC | 91 | 16 | 0 | 22 | E | 63 | 34 | 48 |
| Octal | 253 | 334 | 221 | 26 | 0 | 42 | 16 | 143 | 64 | 110 |
| Binary | 10101011 | 11011100 | 10010001 | 10110 | 0 | 100010 | 1110 | 1100011 | 110100 | 1001000 |
Color Harmonies of #ABDC91
Complementary color
Monochromatic Colors of #ABDC91
Black with #ABDC91
Text Example
Text Example
White with #ABDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC91; }
p { color: rgb(171,220,145); }
H1.HeaderClassName
{
color: #ABDC91;
}
.AnyTagClassName
{
color: #ABDC91;
}
</style>
background-color css
<style>
a { background-color: #ABDC91; }
a { background-color: rgb(171,220,145); }
div.DivClassName
{
background-color: #ABDC91;
}
.BgClassName
{
background-color: #ABDC91;
}
</style>
border-color css
<style>
span { border-color: #ABDC91; }
span { border-color: rgb(171,220,145); }
td.TdClassName
{
border-color: #ABDC91;
}
.TagClassName
{
border-color: #ABDC91;
}
</style>