Shades of Emerald #5AB87C
Tints of Emerald #5AB87C
RGB
CMYK
RGB Variations
Color information
#5AB87C (or 0x5AB87C) is known color: Emerald. HEX triplet: 5A, B8 and 7C. RGB value is (90,184,124). Sum of RGB (Red+Green+Blue) = 90+184+124=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB87C is #A54783. Grayscale: #959595. Windows color (decimal): -10831748 or 8173658. OLE color: 8173658.
HSL color Cylindrical-coordinate representation of color #5AB87C: hue angle of 141.7º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB87C is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 124 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.28 |
| HSL | 141.7º | 0.4% | 0.54% | - |
| HSV(B) | 141.7º | 0.51% | 0.72% | - |
| XYZ | 25 | 37.91 | 25.07 | - |
| YUV | 149.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 124 | 0.51 | 0 | 0.33 | 0.28 | 141.7 | 0.4 | 0.54 |
| Hex | 5A | B8 | 7C | 33 | 0 | 21 | 1C | 8E | 28 | 36 |
| Octal | 132 | 270 | 174 | 63 | 0 | 41 | 34 | 216 | 50 | 66 |
| Binary | 1011010 | 10111000 | 1111100 | 110011 | 0 | 100001 | 11100 | 10001110 | 101000 | 110110 |
Color Harmonies of #5AB87C
Complementary color
Monochromatic Colors of #5AB87C
Black with #5AB87C
Text Example
Text Example
White with #5AB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB87C; }
p { color: rgb(90,184,124); }
H1.HeaderClassName
{
color: #5AB87C;
}
.AnyTagClassName
{
color: #5AB87C;
}
</style>
background-color css
<style>
a { background-color: #5AB87C; }
a { background-color: rgb(90,184,124); }
div.DivClassName
{
background-color: #5AB87C;
}
.BgClassName
{
background-color: #5AB87C;
}
</style>
border-color css
<style>
span { border-color: #5AB87C; }
span { border-color: rgb(90,184,124); }
td.TdClassName
{
border-color: #5AB87C;
}
.TagClassName
{
border-color: #5AB87C;
}
</style>