Shades of Feijoa #ABEC7E
Tints of Feijoa #ABEC7E
RGB
CMYK
RGB Variations
Color information
#ABEC7E (or 0xABEC7E) is known color: Feijoa. HEX triplet: AB, EC and 7E. RGB value is (171,236,126). Sum of RGB (Red+Green+Blue) = 171+236+126=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC7E is #541381. Grayscale: #CCCCCC. Windows color (decimal): -5510018 or 8318123. OLE color: 8318123.
HSL color Cylindrical-coordinate representation of color #ABEC7E: hue angle of 95.45º 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 #ABEC7E is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 126 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.07 |
| HSL | 95.45º | 0.74% | 0.71% | - |
| HSV(B) | 95.45º | 0.47% | 0.93% | - |
| XYZ | 50.56 | 70.16 | 30.62 | - |
| YUV | 204.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 126 | 0.28 | 0 | 0.47 | 0.07 | 95.45 | 0.74 | 0.71 |
| Hex | AB | EC | 7E | 1C | 0 | 2F | 7 | 5F | 4A | 47 |
| Octal | 253 | 354 | 176 | 34 | 0 | 57 | 7 | 137 | 112 | 107 |
| Binary | 10101011 | 11101100 | 1111110 | 11100 | 0 | 101111 | 111 | 1011111 | 1001010 | 1000111 |
Color Harmonies of #ABEC7E
Complementary color
Monochromatic Colors of #ABEC7E
Black with #ABEC7E
Text Example
Text Example
White with #ABEC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC7E; }
p { color: rgb(171,236,126); }
H1.HeaderClassName
{
color: #ABEC7E;
}
.AnyTagClassName
{
color: #ABEC7E;
}
</style>
background-color css
<style>
a { background-color: #ABEC7E; }
a { background-color: rgb(171,236,126); }
div.DivClassName
{
background-color: #ABEC7E;
}
.BgClassName
{
background-color: #ABEC7E;
}
</style>
border-color css
<style>
span { border-color: #ABEC7E; }
span { border-color: rgb(171,236,126); }
td.TdClassName
{
border-color: #ABEC7E;
}
.TagClassName
{
border-color: #ABEC7E;
}
</style>