Shades of Emerald #5AC373
Tints of Emerald #5AC373
RGB
CMYK
RGB Variations
Color information
#5AC373 (or 0x5AC373) is known color: Emerald. HEX triplet: 5A, C3 and 73. RGB value is (90,195,115). Sum of RGB (Red+Green+Blue) = 90+195+115=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC373 is #A53C8C. Grayscale: #9A9A9A. Windows color (decimal): -10828941 or 7586650. OLE color: 7586650.
HSL color Cylindrical-coordinate representation of color #5AC373: hue angle of 134.29º degrees, saturation: 0.47, 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 #5AC373 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 115 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.24 |
| HSL | 134.29º | 0.47% | 0.56% | - |
| HSV(B) | 134.29º | 0.54% | 0.76% | - |
| XYZ | 26.83 | 42.44 | 23 | - |
| YUV | 154.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 115 | 0.54 | 0 | 0.41 | 0.24 | 134.29 | 0.47 | 0.56 |
| Hex | 5A | C3 | 73 | 36 | 0 | 29 | 18 | 86 | 2F | 38 |
| Octal | 132 | 303 | 163 | 66 | 0 | 51 | 30 | 206 | 57 | 70 |
| Binary | 1011010 | 11000011 | 1110011 | 110110 | 0 | 101001 | 11000 | 10000110 | 101111 | 111000 |
Color Harmonies of #5AC373
Complementary color
Monochromatic Colors of #5AC373
Black with #5AC373
Text Example
Text Example
White with #5AC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC373; }
p { color: rgb(90,195,115); }
H1.HeaderClassName
{
color: #5AC373;
}
.AnyTagClassName
{
color: #5AC373;
}
</style>
background-color css
<style>
a { background-color: #5AC373; }
a { background-color: rgb(90,195,115); }
div.DivClassName
{
background-color: #5AC373;
}
.BgClassName
{
background-color: #5AC373;
}
</style>
border-color css
<style>
span { border-color: #5AC373; }
span { border-color: rgb(90,195,115); }
td.TdClassName
{
border-color: #5AC373;
}
.TagClassName
{
border-color: #5AC373;
}
</style>