Shades of Feijoa #ABDB84
Tints of Feijoa #ABDB84
RGB
CMYK
RGB Variations
Color information
#ABDB84 (or 0xABDB84) is known color: Feijoa. HEX triplet: AB, DB and 84. RGB value is (171,219,132). Sum of RGB (Red+Green+Blue) = 171+219+132=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB84 is #54247B. Grayscale: #C3C3C3. Windows color (decimal): -5514364 or 8706987. OLE color: 8706987.
HSL color Cylindrical-coordinate representation of color #ABDB84: hue angle of 93.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABDB84 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 132 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.14 |
| HSL | 93.1º | 0.55% | 0.69% | - |
| HSV(B) | 93.1º | 0.4% | 0.86% | - |
| XYZ | 46.29 | 60.99 | 31.16 | - |
| YUV | 194.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 132 | 0.22 | 0 | 0.40 | 0.14 | 93.1 | 0.55 | 0.69 |
| Hex | AB | DB | 84 | 16 | 0 | 28 | E | 5D | 37 | 45 |
| Octal | 253 | 333 | 204 | 26 | 0 | 50 | 16 | 135 | 67 | 105 |
| Binary | 10101011 | 11011011 | 10000100 | 10110 | 0 | 101000 | 1110 | 1011101 | 110111 | 1000101 |
Color Harmonies of #ABDB84
Complementary color
Monochromatic Colors of #ABDB84
Black with #ABDB84
Text Example
Text Example
White with #ABDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB84; }
p { color: rgb(171,219,132); }
H1.HeaderClassName
{
color: #ABDB84;
}
.AnyTagClassName
{
color: #ABDB84;
}
</style>
background-color css
<style>
a { background-color: #ABDB84; }
a { background-color: rgb(171,219,132); }
div.DivClassName
{
background-color: #ABDB84;
}
.BgClassName
{
background-color: #ABDB84;
}
</style>
border-color css
<style>
span { border-color: #ABDB84; }
span { border-color: rgb(171,219,132); }
td.TdClassName
{
border-color: #ABDB84;
}
.TagClassName
{
border-color: #ABDB84;
}
</style>