Shades of Emerald #5AC371
Tints of Emerald #5AC371
RGB
CMYK
RGB Variations
Color information
#5AC371 (or 0x5AC371) is known color: Emerald. HEX triplet: 5A, C3 and 71. RGB value is (90,195,113). Sum of RGB (Red+Green+Blue) = 90+195+113=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC371 is #A53C8E. Grayscale: #9A9A9A. Windows color (decimal): -10828943 or 7455578. OLE color: 7455578.
HSL color Cylindrical-coordinate representation of color #5AC371: hue angle of 133.14º 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 #5AC371 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 113 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.24 |
| HSL | 133.14º | 0.47% | 0.56% | - |
| HSV(B) | 133.14º | 0.54% | 0.76% | - |
| XYZ | 26.71 | 42.4 | 22.4 | - |
| YUV | 154.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 113 | 0.54 | 0 | 0.42 | 0.24 | 133.14 | 0.47 | 0.56 |
| Hex | 5A | C3 | 71 | 36 | 0 | 2A | 18 | 85 | 2F | 38 |
| Octal | 132 | 303 | 161 | 66 | 0 | 52 | 30 | 205 | 57 | 70 |
| Binary | 1011010 | 11000011 | 1110001 | 110110 | 0 | 101010 | 11000 | 10000101 | 101111 | 111000 |
Color Harmonies of #5AC371
Complementary color
Monochromatic Colors of #5AC371
Black with #5AC371
Text Example
Text Example
White with #5AC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC371; }
p { color: rgb(90,195,113); }
H1.HeaderClassName
{
color: #5AC371;
}
.AnyTagClassName
{
color: #5AC371;
}
</style>
background-color css
<style>
a { background-color: #5AC371; }
a { background-color: rgb(90,195,113); }
div.DivClassName
{
background-color: #5AC371;
}
.BgClassName
{
background-color: #5AC371;
}
</style>
border-color css
<style>
span { border-color: #5AC371; }
span { border-color: rgb(90,195,113); }
td.TdClassName
{
border-color: #5AC371;
}
.TagClassName
{
border-color: #5AC371;
}
</style>