Shades of Emerald #5AC173
Tints of Emerald #5AC173
RGB
CMYK
RGB Variations
Color information
#5AC173 (or 0x5AC173) is known color: Emerald. HEX triplet: 5A, C1 and 73. RGB value is (90,193,115). Sum of RGB (Red+Green+Blue) = 90+193+115=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC173 is #A53E8C. Grayscale: #999999. Windows color (decimal): -10829453 or 7586138. OLE color: 7586138.
HSL color Cylindrical-coordinate representation of color #5AC173: hue angle of 134.56º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC173 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 115 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.24 |
| HSL | 134.56º | 0.45% | 0.55% | - |
| HSV(B) | 134.56º | 0.53% | 0.76% | - |
| XYZ | 26.38 | 41.55 | 22.85 | - |
| YUV | 153.31 | 106.38 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 115 | 0.53 | 0 | 0.40 | 0.24 | 134.56 | 0.45 | 0.55 |
| Hex | 5A | C1 | 73 | 35 | 0 | 28 | 18 | 87 | 2D | 37 |
| Octal | 132 | 301 | 163 | 65 | 0 | 50 | 30 | 207 | 55 | 67 |
| Binary | 1011010 | 11000001 | 1110011 | 110101 | 0 | 101000 | 11000 | 10000111 | 101101 | 110111 |
Color Harmonies of #5AC173
Complementary color
Monochromatic Colors of #5AC173
Black with #5AC173
Text Example
Text Example
White with #5AC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC173; }
p { color: rgb(90,193,115); }
H1.HeaderClassName
{
color: #5AC173;
}
.AnyTagClassName
{
color: #5AC173;
}
</style>
background-color css
<style>
a { background-color: #5AC173; }
a { background-color: rgb(90,193,115); }
div.DivClassName
{
background-color: #5AC173;
}
.BgClassName
{
background-color: #5AC173;
}
</style>
border-color css
<style>
span { border-color: #5AC173; }
span { border-color: rgb(90,193,115); }
td.TdClassName
{
border-color: #5AC173;
}
.TagClassName
{
border-color: #5AC173;
}
</style>