Shades of Emerald #5AC278
Tints of Emerald #5AC278
RGB
CMYK
RGB Variations
Color information
#5AC278 (or 0x5AC278) is known color: Emerald. HEX triplet: 5A, C2 and 78. RGB value is (90,194,120). Sum of RGB (Red+Green+Blue) = 90+194+120=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC278 is #A53D87. Grayscale: #9A9A9A. Windows color (decimal): -10829192 or 7914074. OLE color: 7914074.
HSL color Cylindrical-coordinate representation of color #5AC278: hue angle of 137.31º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC278 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 120 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.24 |
| HSL | 137.31º | 0.46% | 0.56% | - |
| HSV(B) | 137.31º | 0.54% | 0.76% | - |
| XYZ | 26.9 | 42.11 | 24.48 | - |
| YUV | 154.47 | 108.54 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 120 | 0.54 | 0 | 0.38 | 0.24 | 137.31 | 0.46 | 0.56 |
| Hex | 5A | C2 | 78 | 36 | 0 | 26 | 18 | 89 | 2E | 38 |
| Octal | 132 | 302 | 170 | 66 | 0 | 46 | 30 | 211 | 56 | 70 |
| Binary | 1011010 | 11000010 | 1111000 | 110110 | 0 | 100110 | 11000 | 10001001 | 101110 | 111000 |
Color Harmonies of #5AC278
Complementary color
Monochromatic Colors of #5AC278
Black with #5AC278
Text Example
Text Example
White with #5AC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC278; }
p { color: rgb(90,194,120); }
H1.HeaderClassName
{
color: #5AC278;
}
.AnyTagClassName
{
color: #5AC278;
}
</style>
background-color css
<style>
a { background-color: #5AC278; }
a { background-color: rgb(90,194,120); }
div.DivClassName
{
background-color: #5AC278;
}
.BgClassName
{
background-color: #5AC278;
}
</style>
border-color css
<style>
span { border-color: #5AC278; }
span { border-color: rgb(90,194,120); }
td.TdClassName
{
border-color: #5AC278;
}
.TagClassName
{
border-color: #5AC278;
}
</style>