Shades of Feijoa #ABDB7A
Tints of Feijoa #ABDB7A
RGB
CMYK
RGB Variations
Color information
#ABDB7A (or 0xABDB7A) is known color: Feijoa. HEX triplet: AB, DB and 7A. RGB value is (171,219,122). Sum of RGB (Red+Green+Blue) = 171+219+122=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB7A is #542485. Grayscale: #C1C1C1. Windows color (decimal): -5514374 or 8051627. OLE color: 8051627.
HSL color Cylindrical-coordinate representation of color #ABDB7A: hue angle of 89.69º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABDB7A is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 122 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.14 |
| HSL | 89.69º | 0.57% | 0.67% | - |
| HSV(B) | 89.69º | 0.44% | 0.86% | - |
| XYZ | 45.64 | 60.73 | 27.73 | - |
| YUV | 193.59 | 87.6 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 122 | 0.22 | 0 | 0.44 | 0.14 | 89.69 | 0.57 | 0.67 |
| Hex | AB | DB | 7A | 16 | 0 | 2C | E | 5A | 39 | 43 |
| Octal | 253 | 333 | 172 | 26 | 0 | 54 | 16 | 132 | 71 | 103 |
| Binary | 10101011 | 11011011 | 1111010 | 10110 | 0 | 101100 | 1110 | 1011010 | 111001 | 1000011 |
Color Harmonies of #ABDB7A
Complementary color
Monochromatic Colors of #ABDB7A
Black with #ABDB7A
Text Example
Text Example
White with #ABDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB7A; }
p { color: rgb(171,219,122); }
H1.HeaderClassName
{
color: #ABDB7A;
}
.AnyTagClassName
{
color: #ABDB7A;
}
</style>
background-color css
<style>
a { background-color: #ABDB7A; }
a { background-color: rgb(171,219,122); }
div.DivClassName
{
background-color: #ABDB7A;
}
.BgClassName
{
background-color: #ABDB7A;
}
</style>
border-color css
<style>
span { border-color: #ABDB7A; }
span { border-color: rgb(171,219,122); }
td.TdClassName
{
border-color: #ABDB7A;
}
.TagClassName
{
border-color: #ABDB7A;
}
</style>