Shades of Feijoa #ABEC7D
Tints of Feijoa #ABEC7D
RGB
CMYK
RGB Variations
Color information
#ABEC7D (or 0xABEC7D) is known color: Feijoa. HEX triplet: AB, EC and 7D. RGB value is (171,236,125). Sum of RGB (Red+Green+Blue) = 171+236+125=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC7D is #541382. Grayscale: #CCCCCC. Windows color (decimal): -5510019 or 8252587. OLE color: 8252587.
HSL color Cylindrical-coordinate representation of color #ABEC7D: hue angle of 95.14º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABEC7D is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 125 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.07 |
| HSL | 95.14º | 0.74% | 0.71% | - |
| HSV(B) | 95.14º | 0.47% | 0.93% | - |
| XYZ | 50.49 | 70.13 | 30.28 | - |
| YUV | 203.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 125 | 0.28 | 0 | 0.47 | 0.07 | 95.14 | 0.74 | 0.71 |
| Hex | AB | EC | 7D | 1C | 0 | 2F | 7 | 5F | 4A | 47 |
| Octal | 253 | 354 | 175 | 34 | 0 | 57 | 7 | 137 | 112 | 107 |
| Binary | 10101011 | 11101100 | 1111101 | 11100 | 0 | 101111 | 111 | 1011111 | 1001010 | 1000111 |
Color Harmonies of #ABEC7D
Complementary color
Monochromatic Colors of #ABEC7D
Black with #ABEC7D
Text Example
Text Example
White with #ABEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC7D; }
p { color: rgb(171,236,125); }
H1.HeaderClassName
{
color: #ABEC7D;
}
.AnyTagClassName
{
color: #ABEC7D;
}
</style>
background-color css
<style>
a { background-color: #ABEC7D; }
a { background-color: rgb(171,236,125); }
div.DivClassName
{
background-color: #ABEC7D;
}
.BgClassName
{
background-color: #ABEC7D;
}
</style>
border-color css
<style>
span { border-color: #ABEC7D; }
span { border-color: rgb(171,236,125); }
td.TdClassName
{
border-color: #ABEC7D;
}
.TagClassName
{
border-color: #ABEC7D;
}
</style>