Shades of Feijoa #ABEC7B
Tints of Feijoa #ABEC7B
RGB
CMYK
RGB Variations
Color information
#ABEC7B (or 0xABEC7B) is known color: Feijoa. HEX triplet: AB, EC and 7B. RGB value is (171,236,123). Sum of RGB (Red+Green+Blue) = 171+236+123=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC7B is #541384. Grayscale: #CCCCCC. Windows color (decimal): -5510021 or 8121515. OLE color: 8121515.
HSL color Cylindrical-coordinate representation of color #ABEC7B: hue angle of 94.51º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABEC7B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 123 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.07 |
| HSL | 94.51º | 0.75% | 0.7% | - |
| HSV(B) | 94.51º | 0.48% | 0.93% | - |
| XYZ | 50.37 | 70.08 | 29.61 | - |
| YUV | 203.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 123 | 0.28 | 0 | 0.48 | 0.07 | 94.51 | 0.75 | 0.7 |
| Hex | AB | EC | 7B | 1C | 0 | 30 | 7 | 5F | 4B | 46 |
| Octal | 253 | 354 | 173 | 34 | 0 | 60 | 7 | 137 | 113 | 106 |
| Binary | 10101011 | 11101100 | 1111011 | 11100 | 0 | 110000 | 111 | 1011111 | 1001011 | 1000110 |
Color Harmonies of #ABEC7B
Complementary color
Monochromatic Colors of #ABEC7B
Black with #ABEC7B
Text Example
Text Example
White with #ABEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC7B; }
p { color: rgb(171,236,123); }
H1.HeaderClassName
{
color: #ABEC7B;
}
.AnyTagClassName
{
color: #ABEC7B;
}
</style>
background-color css
<style>
a { background-color: #ABEC7B; }
a { background-color: rgb(171,236,123); }
div.DivClassName
{
background-color: #ABEC7B;
}
.BgClassName
{
background-color: #ABEC7B;
}
</style>
border-color css
<style>
span { border-color: #ABEC7B; }
span { border-color: rgb(171,236,123); }
td.TdClassName
{
border-color: #ABEC7B;
}
.TagClassName
{
border-color: #ABEC7B;
}
</style>