Shades of Feijoa #ABE983
Tints of Feijoa #ABE983
RGB
CMYK
RGB Variations
Color information
#ABE983 (or 0xABE983) is known color: Feijoa. HEX triplet: AB, E9 and 83. RGB value is (171,233,131). Sum of RGB (Red+Green+Blue) = 171+233+131=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABE983 is #54167C. Grayscale: #CBCBCB. Windows color (decimal): -5510781 or 8645035. OLE color: 8645035.
HSL color Cylindrical-coordinate representation of color #ABE983: hue angle of 96.47º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABE983 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 233 | 131 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.09 |
| HSL | 96.47º | 0.7% | 0.71% | - |
| HSV(B) | 96.47º | 0.44% | 0.91% | - |
| XYZ | 50.03 | 68.57 | 32.07 | - |
| YUV | 202.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 131 | 0.27 | 0 | 0.44 | 0.09 | 96.47 | 0.7 | 0.71 |
| Hex | AB | E9 | 83 | 1B | 0 | 2C | 9 | 60 | 46 | 47 |
| Octal | 253 | 351 | 203 | 33 | 0 | 54 | 11 | 140 | 106 | 107 |
| Binary | 10101011 | 11101001 | 10000011 | 11011 | 0 | 101100 | 1001 | 1100000 | 1000110 | 1000111 |
Color Harmonies of #ABE983
Complementary color
Monochromatic Colors of #ABE983
Black with #ABE983
Text Example
Text Example
White with #ABE983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE983; }
p { color: rgb(171,233,131); }
H1.HeaderClassName
{
color: #ABE983;
}
.AnyTagClassName
{
color: #ABE983;
}
</style>
background-color css
<style>
a { background-color: #ABE983; }
a { background-color: rgb(171,233,131); }
div.DivClassName
{
background-color: #ABE983;
}
.BgClassName
{
background-color: #ABE983;
}
</style>
border-color css
<style>
span { border-color: #ABE983; }
span { border-color: rgb(171,233,131); }
td.TdClassName
{
border-color: #ABE983;
}
.TagClassName
{
border-color: #ABE983;
}
</style>