Shades of Feijoa #ABE487
Tints of Feijoa #ABE487
RGB
CMYK
RGB Variations
Color information
#ABE487 (or 0xABE487) is known color: Feijoa. HEX triplet: AB, E4 and 87. RGB value is (171,228,135). Sum of RGB (Red+Green+Blue) = 171+228+135=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE487 is #541B78. Grayscale: #C8C8C8. Windows color (decimal): -5512057 or 8905899. OLE color: 8905899.
HSL color Cylindrical-coordinate representation of color #ABE487: hue angle of 96.77º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABE487 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 135 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.11 |
| HSL | 96.77º | 0.63% | 0.71% | - |
| HSV(B) | 96.77º | 0.41% | 0.89% | - |
| XYZ | 48.91 | 65.89 | 33.06 | - |
| YUV | 200.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 135 | 0.25 | 0 | 0.41 | 0.11 | 96.77 | 0.63 | 0.71 |
| Hex | AB | E4 | 87 | 19 | 0 | 29 | B | 61 | 3F | 47 |
| Octal | 253 | 344 | 207 | 31 | 0 | 51 | 13 | 141 | 77 | 107 |
| Binary | 10101011 | 11100100 | 10000111 | 11001 | 0 | 101001 | 1011 | 1100001 | 111111 | 1000111 |
Color Harmonies of #ABE487
Complementary color
Monochromatic Colors of #ABE487
Black with #ABE487
Text Example
Text Example
White with #ABE487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE487; }
p { color: rgb(171,228,135); }
H1.HeaderClassName
{
color: #ABE487;
}
.AnyTagClassName
{
color: #ABE487;
}
</style>
background-color css
<style>
a { background-color: #ABE487; }
a { background-color: rgb(171,228,135); }
div.DivClassName
{
background-color: #ABE487;
}
.BgClassName
{
background-color: #ABE487;
}
</style>
border-color css
<style>
span { border-color: #ABE487; }
span { border-color: rgb(171,228,135); }
td.TdClassName
{
border-color: #ABE487;
}
.TagClassName
{
border-color: #ABE487;
}
</style>