Shades of Emerald #5AC370
Tints of Emerald #5AC370
RGB
CMYK
RGB Variations
Color information
#5AC370 (or 0x5AC370) is known color: Emerald. HEX triplet: 5A, C3 and 70. RGB value is (90,195,112). Sum of RGB (Red+Green+Blue) = 90+195+112=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC370 is #A53C8F. Grayscale: #9A9A9A. Windows color (decimal): -10828944 or 7390042. OLE color: 7390042.
HSL color Cylindrical-coordinate representation of color #5AC370: hue angle of 132.57º 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 #5AC370 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 112 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.24 |
| HSL | 132.57º | 0.47% | 0.56% | - |
| HSV(B) | 132.57º | 0.54% | 0.76% | - |
| XYZ | 26.66 | 42.37 | 22.1 | - |
| YUV | 154.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 112 | 0.54 | 0 | 0.43 | 0.24 | 132.57 | 0.47 | 0.56 |
| Hex | 5A | C3 | 70 | 36 | 0 | 2B | 18 | 85 | 2F | 38 |
| Octal | 132 | 303 | 160 | 66 | 0 | 53 | 30 | 205 | 57 | 70 |
| Binary | 1011010 | 11000011 | 1110000 | 110110 | 0 | 101011 | 11000 | 10000101 | 101111 | 111000 |
Color Harmonies of #5AC370
Complementary color
Monochromatic Colors of #5AC370
Black with #5AC370
Text Example
Text Example
White with #5AC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC370; }
p { color: rgb(90,195,112); }
H1.HeaderClassName
{
color: #5AC370;
}
.AnyTagClassName
{
color: #5AC370;
}
</style>
background-color css
<style>
a { background-color: #5AC370; }
a { background-color: rgb(90,195,112); }
div.DivClassName
{
background-color: #5AC370;
}
.BgClassName
{
background-color: #5AC370;
}
</style>
border-color css
<style>
span { border-color: #5AC370; }
span { border-color: rgb(90,195,112); }
td.TdClassName
{
border-color: #5AC370;
}
.TagClassName
{
border-color: #5AC370;
}
</style>