Shades of Feijoa #ABDB90
Tints of Feijoa #ABDB90
RGB
CMYK
RGB Variations
Color information
#ABDB90 (or 0xABDB90) is known color: Feijoa. HEX triplet: AB, DB and 90. RGB value is (171,219,144). Sum of RGB (Red+Green+Blue) = 171+219+144=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB90 is #54246F. Grayscale: #C4C4C4. Windows color (decimal): -5514352 or 9493419. OLE color: 9493419.
HSL color Cylindrical-coordinate representation of color #ABDB90: hue angle of 98.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABDB90 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 144 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.14 |
| HSL | 98.4º | 0.51% | 0.71% | - |
| HSV(B) | 98.4º | 0.34% | 0.86% | - |
| XYZ | 47.16 | 61.33 | 35.74 | - |
| YUV | 196.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 144 | 0.22 | 0 | 0.34 | 0.14 | 98.4 | 0.51 | 0.71 |
| Hex | AB | DB | 90 | 16 | 0 | 22 | E | 62 | 33 | 47 |
| Octal | 253 | 333 | 220 | 26 | 0 | 42 | 16 | 142 | 63 | 107 |
| Binary | 10101011 | 11011011 | 10010000 | 10110 | 0 | 100010 | 1110 | 1100010 | 110011 | 1000111 |
Color Harmonies of #ABDB90
Complementary color
Monochromatic Colors of #ABDB90
Black with #ABDB90
Text Example
Text Example
White with #ABDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB90; }
p { color: rgb(171,219,144); }
H1.HeaderClassName
{
color: #ABDB90;
}
.AnyTagClassName
{
color: #ABDB90;
}
</style>
background-color css
<style>
a { background-color: #ABDB90; }
a { background-color: rgb(171,219,144); }
div.DivClassName
{
background-color: #ABDB90;
}
.BgClassName
{
background-color: #ABDB90;
}
</style>
border-color css
<style>
span { border-color: #ABDB90; }
span { border-color: rgb(171,219,144); }
td.TdClassName
{
border-color: #ABDB90;
}
.TagClassName
{
border-color: #ABDB90;
}
</style>