Shades of Emerald #5AC980
Tints of Emerald #5AC980
RGB
CMYK
RGB Variations
Color information
#5AC980 (or 0x5AC980) is known color: Emerald. HEX triplet: 5A, C9 and 80. RGB value is (90,201,128). Sum of RGB (Red+Green+Blue) = 90+201+128=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC980 is #A5367F. Grayscale: #9F9F9F. Windows color (decimal): -10827392 or 8440154. OLE color: 8440154.
HSL color Cylindrical-coordinate representation of color #5AC980: hue angle of 140.54º 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 #5AC980 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 128 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.21 |
| HSL | 140.54º | 0.51% | 0.57% | - |
| HSV(B) | 140.54º | 0.55% | 0.79% | - |
| XYZ | 29 | 45.51 | 27.68 | - |
| YUV | 159.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 128 | 0.55 | 0 | 0.36 | 0.21 | 140.54 | 0.51 | 0.57 |
| Hex | 5A | C9 | 80 | 37 | 0 | 24 | 15 | 8D | 33 | 39 |
| Octal | 132 | 311 | 200 | 67 | 0 | 44 | 25 | 215 | 63 | 71 |
| Binary | 1011010 | 11001001 | 10000000 | 110111 | 0 | 100100 | 10101 | 10001101 | 110011 | 111001 |
Color Harmonies of #5AC980
Complementary color
Monochromatic Colors of #5AC980
Black with #5AC980
Text Example
Text Example
White with #5AC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC980; }
p { color: rgb(90,201,128); }
H1.HeaderClassName
{
color: #5AC980;
}
.AnyTagClassName
{
color: #5AC980;
}
</style>
background-color css
<style>
a { background-color: #5AC980; }
a { background-color: rgb(90,201,128); }
div.DivClassName
{
background-color: #5AC980;
}
.BgClassName
{
background-color: #5AC980;
}
</style>
border-color css
<style>
span { border-color: #5AC980; }
span { border-color: rgb(90,201,128); }
td.TdClassName
{
border-color: #5AC980;
}
.TagClassName
{
border-color: #5AC980;
}
</style>