Shades of Feijoa #ABEC6D
Tints of Feijoa #ABEC6D
RGB
CMYK
RGB Variations
Color information
#ABEC6D (or 0xABEC6D) is known color: Feijoa. HEX triplet: AB, EC and 6D. RGB value is (171,236,109). Sum of RGB (Red+Green+Blue) = 171+236+109=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC6D is #541392. Grayscale: #CACACA. Windows color (decimal): -5510035 or 7204011. OLE color: 7204011.
HSL color Cylindrical-coordinate representation of color #ABEC6D: hue angle of 90.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABEC6D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 109 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.07 |
| HSL | 90.71º | 0.77% | 0.68% | - |
| HSV(B) | 90.71º | 0.54% | 0.93% | - |
| XYZ | 49.55 | 69.75 | 25.32 | - |
| YUV | 202.09 | 75.47 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 109 | 0.28 | 0 | 0.54 | 0.07 | 90.71 | 0.77 | 0.68 |
| Hex | AB | EC | 6D | 1C | 0 | 36 | 7 | 5B | 4D | 44 |
| Octal | 253 | 354 | 155 | 34 | 0 | 66 | 7 | 133 | 115 | 104 |
| Binary | 10101011 | 11101100 | 1101101 | 11100 | 0 | 110110 | 111 | 1011011 | 1001101 | 1000100 |
Color Harmonies of #ABEC6D
Complementary color
Monochromatic Colors of #ABEC6D
Black with #ABEC6D
Text Example
Text Example
White with #ABEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC6D; }
p { color: rgb(171,236,109); }
H1.HeaderClassName
{
color: #ABEC6D;
}
.AnyTagClassName
{
color: #ABEC6D;
}
</style>
background-color css
<style>
a { background-color: #ABEC6D; }
a { background-color: rgb(171,236,109); }
div.DivClassName
{
background-color: #ABEC6D;
}
.BgClassName
{
background-color: #ABEC6D;
}
</style>
border-color css
<style>
span { border-color: #ABEC6D; }
span { border-color: rgb(171,236,109); }
td.TdClassName
{
border-color: #ABEC6D;
}
.TagClassName
{
border-color: #ABEC6D;
}
</style>