Shades of Emerald #5AC987
Tints of Emerald #5AC987
RGB
CMYK
RGB Variations
Color information
#5AC987 (or 0x5AC987) is known color: Emerald. HEX triplet: 5A, C9 and 87. RGB value is (90,201,135). Sum of RGB (Red+Green+Blue) = 90+201+135=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC987 is #A53678. Grayscale: #A0A0A0. Windows color (decimal): -10827385 or 8898906. OLE color: 8898906.
HSL color Cylindrical-coordinate representation of color #5AC987: hue angle of 144.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC987 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 135 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.21 |
| HSL | 144.32º | 0.51% | 0.57% | - |
| HSV(B) | 144.32º | 0.55% | 0.79% | - |
| XYZ | 29.48 | 45.7 | 30.19 | - |
| YUV | 160.29 | 113.73 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 135 | 0.55 | 0 | 0.33 | 0.21 | 144.32 | 0.51 | 0.57 |
| Hex | 5A | C9 | 87 | 37 | 0 | 21 | 15 | 90 | 33 | 39 |
| Octal | 132 | 311 | 207 | 67 | 0 | 41 | 25 | 220 | 63 | 71 |
| Binary | 1011010 | 11001001 | 10000111 | 110111 | 0 | 100001 | 10101 | 10010000 | 110011 | 111001 |
Color Harmonies of #5AC987
Complementary color
Monochromatic Colors of #5AC987
Black with #5AC987
Text Example
Text Example
White with #5AC987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC987; }
p { color: rgb(90,201,135); }
H1.HeaderClassName
{
color: #5AC987;
}
.AnyTagClassName
{
color: #5AC987;
}
</style>
background-color css
<style>
a { background-color: #5AC987; }
a { background-color: rgb(90,201,135); }
div.DivClassName
{
background-color: #5AC987;
}
.BgClassName
{
background-color: #5AC987;
}
</style>
border-color css
<style>
span { border-color: #5AC987; }
span { border-color: rgb(90,201,135); }
td.TdClassName
{
border-color: #5AC987;
}
.TagClassName
{
border-color: #5AC987;
}
</style>