Shades of Feijoa #ABDB96
Tints of Feijoa #ABDB96
RGB
CMYK
RGB Variations
Color information
#ABDB96 (or 0xABDB96) is known color: Feijoa. HEX triplet: AB, DB and 96. RGB value is (171,219,150). Sum of RGB (Red+Green+Blue) = 171+219+150=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB96 is #542469. Grayscale: #C5C5C5. Windows color (decimal): -5514346 or 9886635. OLE color: 9886635.
HSL color Cylindrical-coordinate representation of color #ABDB96: hue angle of 101.74º 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 #ABDB96 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 150 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.14 |
| HSL | 101.74º | 0.49% | 0.72% | - |
| HSV(B) | 101.74º | 0.32% | 0.86% | - |
| XYZ | 47.63 | 61.52 | 38.22 | - |
| YUV | 196.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 150 | 0.22 | 0 | 0.32 | 0.14 | 101.74 | 0.49 | 0.72 |
| Hex | AB | DB | 96 | 16 | 0 | 20 | E | 66 | 31 | 48 |
| Octal | 253 | 333 | 226 | 26 | 0 | 40 | 16 | 146 | 61 | 110 |
| Binary | 10101011 | 11011011 | 10010110 | 10110 | 0 | 100000 | 1110 | 1100110 | 110001 | 1001000 |
Color Harmonies of #ABDB96
Complementary color
Monochromatic Colors of #ABDB96
Black with #ABDB96
Text Example
Text Example
White with #ABDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB96; }
p { color: rgb(171,219,150); }
H1.HeaderClassName
{
color: #ABDB96;
}
.AnyTagClassName
{
color: #ABDB96;
}
</style>
background-color css
<style>
a { background-color: #ABDB96; }
a { background-color: rgb(171,219,150); }
div.DivClassName
{
background-color: #ABDB96;
}
.BgClassName
{
background-color: #ABDB96;
}
</style>
border-color css
<style>
span { border-color: #ABDB96; }
span { border-color: rgb(171,219,150); }
td.TdClassName
{
border-color: #ABDB96;
}
.TagClassName
{
border-color: #ABDB96;
}
</style>