Shades of Feijoa #ABE283
Tints of Feijoa #ABE283
RGB
CMYK
RGB Variations
Color information
#ABE283 (or 0xABE283) is known color: Feijoa. HEX triplet: AB, E2 and 83. RGB value is (171,226,131). Sum of RGB (Red+Green+Blue) = 171+226+131=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE283 is #541D7C. Grayscale: #C7C7C7. Windows color (decimal): -5512573 or 8643243. OLE color: 8643243.
HSL color Cylindrical-coordinate representation of color #ABE283: hue angle of 94.74º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABE283 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 131 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.11 |
| HSL | 94.74º | 0.62% | 0.7% | - |
| HSV(B) | 94.74º | 0.42% | 0.89% | - |
| XYZ | 48.09 | 64.69 | 31.42 | - |
| YUV | 198.73 | 89.78 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 131 | 0.24 | 0 | 0.42 | 0.11 | 94.74 | 0.62 | 0.7 |
| Hex | AB | E2 | 83 | 18 | 0 | 2A | B | 5F | 3E | 46 |
| Octal | 253 | 342 | 203 | 30 | 0 | 52 | 13 | 137 | 76 | 106 |
| Binary | 10101011 | 11100010 | 10000011 | 11000 | 0 | 101010 | 1011 | 1011111 | 111110 | 1000110 |
Color Harmonies of #ABE283
Complementary color
Monochromatic Colors of #ABE283
Black with #ABE283
Text Example
Text Example
White with #ABE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE283; }
p { color: rgb(171,226,131); }
H1.HeaderClassName
{
color: #ABE283;
}
.AnyTagClassName
{
color: #ABE283;
}
</style>
background-color css
<style>
a { background-color: #ABE283; }
a { background-color: rgb(171,226,131); }
div.DivClassName
{
background-color: #ABE283;
}
.BgClassName
{
background-color: #ABE283;
}
</style>
border-color css
<style>
span { border-color: #ABE283; }
span { border-color: rgb(171,226,131); }
td.TdClassName
{
border-color: #ABE283;
}
.TagClassName
{
border-color: #ABE283;
}
</style>