Shades of Feijoa #ABEC8B
Tints of Feijoa #ABEC8B
RGB
CMYK
RGB Variations
Color information
#ABEC8B (or 0xABEC8B) is known color: Feijoa. HEX triplet: AB, EC and 8B. RGB value is (171,236,139). Sum of RGB (Red+Green+Blue) = 171+236+139=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEC8B is #541374. Grayscale: #CDCDCD. Windows color (decimal): -5510005 or 9170091. OLE color: 9170091.
HSL color Cylindrical-coordinate representation of color #ABEC8B: hue angle of 100.21º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABEC8B is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 139 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.07 |
| HSL | 100.21º | 0.72% | 0.74% | - |
| HSV(B) | 100.21º | 0.41% | 0.93% | - |
| XYZ | 51.45 | 70.51 | 35.32 | - |
| YUV | 205.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 139 | 0.28 | 0 | 0.41 | 0.07 | 100.21 | 0.72 | 0.74 |
| Hex | AB | EC | 8B | 1C | 0 | 29 | 7 | 64 | 48 | 4A |
| Octal | 253 | 354 | 213 | 34 | 0 | 51 | 7 | 144 | 110 | 112 |
| Binary | 10101011 | 11101100 | 10001011 | 11100 | 0 | 101001 | 111 | 1100100 | 1001000 | 1001010 |
Color Harmonies of #ABEC8B
Complementary color
Monochromatic Colors of #ABEC8B
Black with #ABEC8B
Text Example
Text Example
White with #ABEC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC8B; }
p { color: rgb(171,236,139); }
H1.HeaderClassName
{
color: #ABEC8B;
}
.AnyTagClassName
{
color: #ABEC8B;
}
</style>
background-color css
<style>
a { background-color: #ABEC8B; }
a { background-color: rgb(171,236,139); }
div.DivClassName
{
background-color: #ABEC8B;
}
.BgClassName
{
background-color: #ABEC8B;
}
</style>
border-color css
<style>
span { border-color: #ABEC8B; }
span { border-color: rgb(171,236,139); }
td.TdClassName
{
border-color: #ABEC8B;
}
.TagClassName
{
border-color: #ABEC8B;
}
</style>