Shades of Emerald #5AC076
Tints of Emerald #5AC076
RGB
CMYK
RGB Variations
Color information
#5AC076 (or 0x5AC076) is known color: Emerald. HEX triplet: 5A, C0 and 76. RGB value is (90,192,118). Sum of RGB (Red+Green+Blue) = 90+192+118=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC076 is #A53F89. Grayscale: #999999. Windows color (decimal): -10829706 or 7782490. OLE color: 7782490.
HSL color Cylindrical-coordinate representation of color #5AC076: hue angle of 136.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC076 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 118 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.25 |
| HSL | 136.47º | 0.45% | 0.55% | - |
| HSV(B) | 136.47º | 0.53% | 0.75% | - |
| XYZ | 26.34 | 41.18 | 23.7 | - |
| YUV | 153.07 | 108.21 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 118 | 0.53 | 0 | 0.39 | 0.25 | 136.47 | 0.45 | 0.55 |
| Hex | 5A | C0 | 76 | 35 | 0 | 27 | 19 | 88 | 2D | 37 |
| Octal | 132 | 300 | 166 | 65 | 0 | 47 | 31 | 210 | 55 | 67 |
| Binary | 1011010 | 11000000 | 1110110 | 110101 | 0 | 100111 | 11001 | 10001000 | 101101 | 110111 |
Color Harmonies of #5AC076
Complementary color
Monochromatic Colors of #5AC076
Black with #5AC076
Text Example
Text Example
White with #5AC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC076; }
p { color: rgb(90,192,118); }
H1.HeaderClassName
{
color: #5AC076;
}
.AnyTagClassName
{
color: #5AC076;
}
</style>
background-color css
<style>
a { background-color: #5AC076; }
a { background-color: rgb(90,192,118); }
div.DivClassName
{
background-color: #5AC076;
}
.BgClassName
{
background-color: #5AC076;
}
</style>
border-color css
<style>
span { border-color: #5AC076; }
span { border-color: rgb(90,192,118); }
td.TdClassName
{
border-color: #5AC076;
}
.TagClassName
{
border-color: #5AC076;
}
</style>