Shades of Emerald #5AC970
Tints of Emerald #5AC970
RGB
CMYK
RGB Variations
Color information
#5AC970 (or 0x5AC970) is known color: Emerald. HEX triplet: 5A, C9 and 70. RGB value is (90,201,112). Sum of RGB (Red+Green+Blue) = 90+201+112=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC970 is #A5368F. Grayscale: #9D9D9D. Windows color (decimal): -10827408 or 7391578. OLE color: 7391578.
HSL color Cylindrical-coordinate representation of color #5AC970: hue angle of 131.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC970 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 112 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.21 |
| HSL | 131.89º | 0.51% | 0.57% | - |
| HSV(B) | 131.89º | 0.55% | 0.79% | - |
| XYZ | 28.03 | 45.12 | 22.56 | - |
| YUV | 157.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 112 | 0.55 | 0 | 0.44 | 0.21 | 131.89 | 0.51 | 0.57 |
| Hex | 5A | C9 | 70 | 37 | 0 | 2C | 15 | 84 | 33 | 39 |
| Octal | 132 | 311 | 160 | 67 | 0 | 54 | 25 | 204 | 63 | 71 |
| Binary | 1011010 | 11001001 | 1110000 | 110111 | 0 | 101100 | 10101 | 10000100 | 110011 | 111001 |
Color Harmonies of #5AC970
Complementary color
Monochromatic Colors of #5AC970
Black with #5AC970
Text Example
Text Example
White with #5AC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC970; }
p { color: rgb(90,201,112); }
H1.HeaderClassName
{
color: #5AC970;
}
.AnyTagClassName
{
color: #5AC970;
}
</style>
background-color css
<style>
a { background-color: #5AC970; }
a { background-color: rgb(90,201,112); }
div.DivClassName
{
background-color: #5AC970;
}
.BgClassName
{
background-color: #5AC970;
}
</style>
border-color css
<style>
span { border-color: #5AC970; }
span { border-color: rgb(90,201,112); }
td.TdClassName
{
border-color: #5AC970;
}
.TagClassName
{
border-color: #5AC970;
}
</style>