Shades of Feijoa #ABEC80
Tints of Feijoa #ABEC80
RGB
CMYK
RGB Variations
Color information
#ABEC80 (or 0xABEC80) is known color: Feijoa. HEX triplet: AB, EC and 80. RGB value is (171,236,128). Sum of RGB (Red+Green+Blue) = 171+236+128=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEC80 is #54137F. Grayscale: #CCCCCC. Windows color (decimal): -5510016 or 8449195. OLE color: 8449195.
HSL color Cylindrical-coordinate representation of color #ABEC80: hue angle of 96.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABEC80 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 128 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.07 |
| HSL | 96.11º | 0.74% | 0.71% | - |
| HSV(B) | 96.11º | 0.46% | 0.93% | - |
| XYZ | 50.69 | 70.21 | 31.3 | - |
| YUV | 204.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 128 | 0.28 | 0 | 0.46 | 0.07 | 96.11 | 0.74 | 0.71 |
| Hex | AB | EC | 80 | 1C | 0 | 2E | 7 | 60 | 4A | 47 |
| Octal | 253 | 354 | 200 | 34 | 0 | 56 | 7 | 140 | 112 | 107 |
| Binary | 10101011 | 11101100 | 10000000 | 11100 | 0 | 101110 | 111 | 1100000 | 1001010 | 1000111 |
Color Harmonies of #ABEC80
Complementary color
Monochromatic Colors of #ABEC80
Black with #ABEC80
Text Example
Text Example
White with #ABEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC80; }
p { color: rgb(171,236,128); }
H1.HeaderClassName
{
color: #ABEC80;
}
.AnyTagClassName
{
color: #ABEC80;
}
</style>
background-color css
<style>
a { background-color: #ABEC80; }
a { background-color: rgb(171,236,128); }
div.DivClassName
{
background-color: #ABEC80;
}
.BgClassName
{
background-color: #ABEC80;
}
</style>
border-color css
<style>
span { border-color: #ABEC80; }
span { border-color: rgb(171,236,128); }
td.TdClassName
{
border-color: #ABEC80;
}
.TagClassName
{
border-color: #ABEC80;
}
</style>