Shades of Feijoa #ABE276
Tints of Feijoa #ABE276
RGB
CMYK
RGB Variations
Color information
#ABE276 (or 0xABE276) is known color: Feijoa. HEX triplet: AB, E2 and 76. RGB value is (171,226,118). Sum of RGB (Red+Green+Blue) = 171+226+118=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE276 is #541D89. Grayscale: #C5C5C5. Windows color (decimal): -5512586 or 7791275. OLE color: 7791275.
HSL color Cylindrical-coordinate representation of color #ABE276: hue angle of 90.56º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABE276 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 118 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.11 |
| HSL | 90.56º | 0.65% | 0.67% | - |
| HSV(B) | 90.56º | 0.48% | 0.89% | - |
| XYZ | 47.26 | 64.36 | 27.07 | - |
| YUV | 197.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 118 | 0.24 | 0 | 0.48 | 0.11 | 90.56 | 0.65 | 0.67 |
| Hex | AB | E2 | 76 | 18 | 0 | 30 | B | 5B | 41 | 43 |
| Octal | 253 | 342 | 166 | 30 | 0 | 60 | 13 | 133 | 101 | 103 |
| Binary | 10101011 | 11100010 | 1110110 | 11000 | 0 | 110000 | 1011 | 1011011 | 1000001 | 1000011 |
Color Harmonies of #ABE276
Complementary color
Monochromatic Colors of #ABE276
Black with #ABE276
Text Example
Text Example
White with #ABE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE276; }
p { color: rgb(171,226,118); }
H1.HeaderClassName
{
color: #ABE276;
}
.AnyTagClassName
{
color: #ABE276;
}
</style>
background-color css
<style>
a { background-color: #ABE276; }
a { background-color: rgb(171,226,118); }
div.DivClassName
{
background-color: #ABE276;
}
.BgClassName
{
background-color: #ABE276;
}
</style>
border-color css
<style>
span { border-color: #ABE276; }
span { border-color: rgb(171,226,118); }
td.TdClassName
{
border-color: #ABE276;
}
.TagClassName
{
border-color: #ABE276;
}
</style>