Shades of Feijoa #ABE380
Tints of Feijoa #ABE380
RGB
CMYK
RGB Variations
Color information
#ABE380 (or 0xABE380) is known color: Feijoa. HEX triplet: AB, E3 and 80. RGB value is (171,227,128). Sum of RGB (Red+Green+Blue) = 171+227+128=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE380 is #541C7F. Grayscale: #C7C7C7. Windows color (decimal): -5512320 or 8446891. OLE color: 8446891.
HSL color Cylindrical-coordinate representation of color #ABE380: hue angle of 93.94º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABE380 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 128 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.11 |
| HSL | 93.94º | 0.64% | 0.7% | - |
| HSV(B) | 93.94º | 0.44% | 0.89% | - |
| XYZ | 48.16 | 65.15 | 30.46 | - |
| YUV | 198.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 128 | 0.25 | 0 | 0.44 | 0.11 | 93.94 | 0.64 | 0.7 |
| Hex | AB | E3 | 80 | 19 | 0 | 2C | B | 5E | 40 | 46 |
| Octal | 253 | 343 | 200 | 31 | 0 | 54 | 13 | 136 | 100 | 106 |
| Binary | 10101011 | 11100011 | 10000000 | 11001 | 0 | 101100 | 1011 | 1011110 | 1000000 | 1000110 |
Color Harmonies of #ABE380
Complementary color
Monochromatic Colors of #ABE380
Black with #ABE380
Text Example
Text Example
White with #ABE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE380; }
p { color: rgb(171,227,128); }
H1.HeaderClassName
{
color: #ABE380;
}
.AnyTagClassName
{
color: #ABE380;
}
</style>
background-color css
<style>
a { background-color: #ABE380; }
a { background-color: rgb(171,227,128); }
div.DivClassName
{
background-color: #ABE380;
}
.BgClassName
{
background-color: #ABE380;
}
</style>
border-color css
<style>
span { border-color: #ABE380; }
span { border-color: rgb(171,227,128); }
td.TdClassName
{
border-color: #ABE380;
}
.TagClassName
{
border-color: #ABE380;
}
</style>