Shades of Feijoa #ABE482
Tints of Feijoa #ABE482
RGB
CMYK
RGB Variations
Color information
#ABE482 (or 0xABE482) is known color: Feijoa. HEX triplet: AB, E4 and 82. RGB value is (171,228,130). Sum of RGB (Red+Green+Blue) = 171+228+130=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE482 is #541B7D. Grayscale: #C8C8C8. Windows color (decimal): -5512062 or 8578219. OLE color: 8578219.
HSL color Cylindrical-coordinate representation of color #ABE482: hue angle of 94.9º 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 #ABE482 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 130 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.11 |
| HSL | 94.9º | 0.64% | 0.7% | - |
| HSV(B) | 94.9º | 0.43% | 0.89% | - |
| XYZ | 48.57 | 65.76 | 31.25 | - |
| YUV | 199.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 130 | 0.25 | 0 | 0.43 | 0.11 | 94.9 | 0.64 | 0.7 |
| Hex | AB | E4 | 82 | 19 | 0 | 2B | B | 5F | 40 | 46 |
| Octal | 253 | 344 | 202 | 31 | 0 | 53 | 13 | 137 | 100 | 106 |
| Binary | 10101011 | 11100100 | 10000010 | 11001 | 0 | 101011 | 1011 | 1011111 | 1000000 | 1000110 |
Color Harmonies of #ABE482
Complementary color
Monochromatic Colors of #ABE482
Black with #ABE482
Text Example
Text Example
White with #ABE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE482; }
p { color: rgb(171,228,130); }
H1.HeaderClassName
{
color: #ABE482;
}
.AnyTagClassName
{
color: #ABE482;
}
</style>
background-color css
<style>
a { background-color: #ABE482; }
a { background-color: rgb(171,228,130); }
div.DivClassName
{
background-color: #ABE482;
}
.BgClassName
{
background-color: #ABE482;
}
</style>
border-color css
<style>
span { border-color: #ABE482; }
span { border-color: rgb(171,228,130); }
td.TdClassName
{
border-color: #ABE482;
}
.TagClassName
{
border-color: #ABE482;
}
</style>