Shades of Feijoa #ABE381
Tints of Feijoa #ABE381
RGB
CMYK
RGB Variations
Color information
#ABE381 (or 0xABE381) is known color: Feijoa. HEX triplet: AB, E3 and 81. RGB value is (171,227,129). Sum of RGB (Red+Green+Blue) = 171+227+129=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE381 is #541C7E. Grayscale: #C7C7C7. Windows color (decimal): -5512319 or 8512427. OLE color: 8512427.
HSL color Cylindrical-coordinate representation of color #ABE381: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABE381 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 129 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.11 |
| HSL | 94.29º | 0.64% | 0.7% | - |
| HSV(B) | 94.29º | 0.43% | 0.89% | - |
| XYZ | 48.23 | 65.18 | 30.81 | - |
| YUV | 199.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 129 | 0.25 | 0 | 0.43 | 0.11 | 94.29 | 0.64 | 0.7 |
| Hex | AB | E3 | 81 | 19 | 0 | 2B | B | 5E | 40 | 46 |
| Octal | 253 | 343 | 201 | 31 | 0 | 53 | 13 | 136 | 100 | 106 |
| Binary | 10101011 | 11100011 | 10000001 | 11001 | 0 | 101011 | 1011 | 1011110 | 1000000 | 1000110 |
Color Harmonies of #ABE381
Complementary color
Monochromatic Colors of #ABE381
Black with #ABE381
Text Example
Text Example
White with #ABE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE381; }
p { color: rgb(171,227,129); }
H1.HeaderClassName
{
color: #ABE381;
}
.AnyTagClassName
{
color: #ABE381;
}
</style>
background-color css
<style>
a { background-color: #ABE381; }
a { background-color: rgb(171,227,129); }
div.DivClassName
{
background-color: #ABE381;
}
.BgClassName
{
background-color: #ABE381;
}
</style>
border-color css
<style>
span { border-color: #ABE381; }
span { border-color: rgb(171,227,129); }
td.TdClassName
{
border-color: #ABE381;
}
.TagClassName
{
border-color: #ABE381;
}
</style>