Shades of Feijoa #ABEC70
Tints of Feijoa #ABEC70
RGB
CMYK
RGB Variations
Color information
#ABEC70 (or 0xABEC70) is known color: Feijoa. HEX triplet: AB, EC and 70. RGB value is (171,236,112). Sum of RGB (Red+Green+Blue) = 171+236+112=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC70 is #54138F. Grayscale: #CACACA. Windows color (decimal): -5510032 or 7400619. OLE color: 7400619.
HSL color Cylindrical-coordinate representation of color #ABEC70: hue angle of 91.45º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABEC70 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 112 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.07 |
| HSL | 91.45º | 0.77% | 0.68% | - |
| HSV(B) | 91.45º | 0.53% | 0.93% | - |
| XYZ | 49.71 | 69.82 | 26.19 | - |
| YUV | 202.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 112 | 0.28 | 0 | 0.53 | 0.07 | 91.45 | 0.77 | 0.68 |
| Hex | AB | EC | 70 | 1C | 0 | 35 | 7 | 5B | 4D | 44 |
| Octal | 253 | 354 | 160 | 34 | 0 | 65 | 7 | 133 | 115 | 104 |
| Binary | 10101011 | 11101100 | 1110000 | 11100 | 0 | 110101 | 111 | 1011011 | 1001101 | 1000100 |
Color Harmonies of #ABEC70
Complementary color
Monochromatic Colors of #ABEC70
Black with #ABEC70
Text Example
Text Example
White with #ABEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC70; }
p { color: rgb(171,236,112); }
H1.HeaderClassName
{
color: #ABEC70;
}
.AnyTagClassName
{
color: #ABEC70;
}
</style>
background-color css
<style>
a { background-color: #ABEC70; }
a { background-color: rgb(171,236,112); }
div.DivClassName
{
background-color: #ABEC70;
}
.BgClassName
{
background-color: #ABEC70;
}
</style>
border-color css
<style>
span { border-color: #ABEC70; }
span { border-color: rgb(171,236,112); }
td.TdClassName
{
border-color: #ABEC70;
}
.TagClassName
{
border-color: #ABEC70;
}
</style>