Shades of Feijoa #ABE56D
Tints of Feijoa #ABE56D
RGB
CMYK
RGB Variations
Color information
#ABE56D (or 0xABE56D) is known color: Feijoa. HEX triplet: AB, E5 and 6D. RGB value is (171,229,109). Sum of RGB (Red+Green+Blue) = 171+229+109=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE56D is #541A92. Grayscale: #C6C6C6. Windows color (decimal): -5511827 or 7202219. OLE color: 7202219.
HSL color Cylindrical-coordinate representation of color #ABE56D: hue angle of 89º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABE56D is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 109 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.10 |
| HSL | 89º | 0.7% | 0.66% | - |
| HSV(B) | 89º | 0.52% | 0.9% | - |
| XYZ | 47.57 | 65.8 | 24.66 | - |
| YUV | 197.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 109 | 0.25 | 0 | 0.52 | 0.10 | 89 | 0.7 | 0.66 |
| Hex | AB | E5 | 6D | 19 | 0 | 34 | A | 59 | 46 | 42 |
| Octal | 253 | 345 | 155 | 31 | 0 | 64 | 12 | 131 | 106 | 102 |
| Binary | 10101011 | 11100101 | 1101101 | 11001 | 0 | 110100 | 1010 | 1011001 | 1000110 | 1000010 |
Color Harmonies of #ABE56D
Complementary color
Monochromatic Colors of #ABE56D
Black with #ABE56D
Text Example
Text Example
White with #ABE56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE56D; }
p { color: rgb(171,229,109); }
H1.HeaderClassName
{
color: #ABE56D;
}
.AnyTagClassName
{
color: #ABE56D;
}
</style>
background-color css
<style>
a { background-color: #ABE56D; }
a { background-color: rgb(171,229,109); }
div.DivClassName
{
background-color: #ABE56D;
}
.BgClassName
{
background-color: #ABE56D;
}
</style>
border-color css
<style>
span { border-color: #ABE56D; }
span { border-color: rgb(171,229,109); }
td.TdClassName
{
border-color: #ABE56D;
}
.TagClassName
{
border-color: #ABE56D;
}
</style>