Shades of Feijoa #ABDB95
Tints of Feijoa #ABDB95
RGB
CMYK
RGB Variations
Color information
#ABDB95 (or 0xABDB95) is known color: Feijoa. HEX triplet: AB, DB and 95. RGB value is (171,219,149). Sum of RGB (Red+Green+Blue) = 171+219+149=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB95 is #54246A. Grayscale: #C4C4C4. Windows color (decimal): -5514347 or 9821099. OLE color: 9821099.
HSL color Cylindrical-coordinate representation of color #ABDB95: hue angle of 101.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABDB95 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 149 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.14 |
| HSL | 101.14º | 0.49% | 0.72% | - |
| HSV(B) | 101.14º | 0.32% | 0.86% | - |
| XYZ | 47.55 | 61.49 | 37.8 | - |
| YUV | 196.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 149 | 0.22 | 0 | 0.32 | 0.14 | 101.14 | 0.49 | 0.72 |
| Hex | AB | DB | 95 | 16 | 0 | 20 | E | 65 | 31 | 48 |
| Octal | 253 | 333 | 225 | 26 | 0 | 40 | 16 | 145 | 61 | 110 |
| Binary | 10101011 | 11011011 | 10010101 | 10110 | 0 | 100000 | 1110 | 1100101 | 110001 | 1001000 |
Color Harmonies of #ABDB95
Complementary color
Monochromatic Colors of #ABDB95
Black with #ABDB95
Text Example
Text Example
White with #ABDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB95; }
p { color: rgb(171,219,149); }
H1.HeaderClassName
{
color: #ABDB95;
}
.AnyTagClassName
{
color: #ABDB95;
}
</style>
background-color css
<style>
a { background-color: #ABDB95; }
a { background-color: rgb(171,219,149); }
div.DivClassName
{
background-color: #ABDB95;
}
.BgClassName
{
background-color: #ABDB95;
}
</style>
border-color css
<style>
span { border-color: #ABDB95; }
span { border-color: rgb(171,219,149); }
td.TdClassName
{
border-color: #ABDB95;
}
.TagClassName
{
border-color: #ABDB95;
}
</style>