Shades of Emerald #5AC578
Tints of Emerald #5AC578
RGB
CMYK
RGB Variations
Color information
#5AC578 (or 0x5AC578) is known color: Emerald. HEX triplet: 5A, C5 and 78. RGB value is (90,197,120). Sum of RGB (Red+Green+Blue) = 90+197+120=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC578 is #A53A87. Grayscale: #9C9C9C. Windows color (decimal): -10828424 or 7914842. OLE color: 7914842.
HSL color Cylindrical-coordinate representation of color #5AC578: hue angle of 136.82º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC578 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 120 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.23 |
| HSL | 136.82º | 0.48% | 0.56% | - |
| HSV(B) | 136.82º | 0.54% | 0.77% | - |
| XYZ | 27.57 | 43.46 | 24.71 | - |
| YUV | 156.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 120 | 0.54 | 0 | 0.39 | 0.23 | 136.82 | 0.48 | 0.56 |
| Hex | 5A | C5 | 78 | 36 | 0 | 27 | 17 | 89 | 30 | 38 |
| Octal | 132 | 305 | 170 | 66 | 0 | 47 | 27 | 211 | 60 | 70 |
| Binary | 1011010 | 11000101 | 1111000 | 110110 | 0 | 100111 | 10111 | 10001001 | 110000 | 111000 |
Color Harmonies of #5AC578
Complementary color
Monochromatic Colors of #5AC578
Black with #5AC578
Text Example
Text Example
White with #5AC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC578; }
p { color: rgb(90,197,120); }
H1.HeaderClassName
{
color: #5AC578;
}
.AnyTagClassName
{
color: #5AC578;
}
</style>
background-color css
<style>
a { background-color: #5AC578; }
a { background-color: rgb(90,197,120); }
div.DivClassName
{
background-color: #5AC578;
}
.BgClassName
{
background-color: #5AC578;
}
</style>
border-color css
<style>
span { border-color: #5AC578; }
span { border-color: rgb(90,197,120); }
td.TdClassName
{
border-color: #5AC578;
}
.TagClassName
{
border-color: #5AC578;
}
</style>