Shades of Feijoa #ABE376
Tints of Feijoa #ABE376
RGB
CMYK
RGB Variations
Color information
#ABE376 (or 0xABE376) is known color: Feijoa. HEX triplet: AB, E3 and 76. RGB value is (171,227,118). Sum of RGB (Red+Green+Blue) = 171+227+118=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE376 is #541C89. Grayscale: #C6C6C6. Windows color (decimal): -5512330 or 7791531. OLE color: 7791531.
HSL color Cylindrical-coordinate representation of color #ABE376: hue angle of 90.83º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABE376 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 118 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.11 |
| HSL | 90.83º | 0.66% | 0.68% | - |
| HSV(B) | 90.83º | 0.48% | 0.89% | - |
| XYZ | 47.53 | 64.9 | 27.16 | - |
| YUV | 197.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 118 | 0.25 | 0 | 0.48 | 0.11 | 90.83 | 0.66 | 0.68 |
| Hex | AB | E3 | 76 | 19 | 0 | 30 | B | 5B | 42 | 44 |
| Octal | 253 | 343 | 166 | 31 | 0 | 60 | 13 | 133 | 102 | 104 |
| Binary | 10101011 | 11100011 | 1110110 | 11001 | 0 | 110000 | 1011 | 1011011 | 1000010 | 1000100 |
Color Harmonies of #ABE376
Complementary color
Monochromatic Colors of #ABE376
Black with #ABE376
Text Example
Text Example
White with #ABE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE376; }
p { color: rgb(171,227,118); }
H1.HeaderClassName
{
color: #ABE376;
}
.AnyTagClassName
{
color: #ABE376;
}
</style>
background-color css
<style>
a { background-color: #ABE376; }
a { background-color: rgb(171,227,118); }
div.DivClassName
{
background-color: #ABE376;
}
.BgClassName
{
background-color: #ABE376;
}
</style>
border-color css
<style>
span { border-color: #ABE376; }
span { border-color: rgb(171,227,118); }
td.TdClassName
{
border-color: #ABE376;
}
.TagClassName
{
border-color: #ABE376;
}
</style>