Shades of Emerald #5AC971
Tints of Emerald #5AC971
RGB
CMYK
RGB Variations
Color information
#5AC971 (or 0x5AC971) is known color: Emerald. HEX triplet: 5A, C9 and 71. RGB value is (90,201,113). Sum of RGB (Red+Green+Blue) = 90+201+113=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC971 is #A5368E. Grayscale: #9E9E9E. Windows color (decimal): -10827407 or 7457114. OLE color: 7457114.
HSL color Cylindrical-coordinate representation of color #5AC971: hue angle of 132.43º 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 #5AC971 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 113 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.21 |
| HSL | 132.43º | 0.51% | 0.57% | - |
| HSV(B) | 132.43º | 0.55% | 0.79% | - |
| XYZ | 28.08 | 45.14 | 22.86 | - |
| YUV | 157.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 113 | 0.55 | 0 | 0.44 | 0.21 | 132.43 | 0.51 | 0.57 |
| Hex | 5A | C9 | 71 | 37 | 0 | 2C | 15 | 84 | 33 | 39 |
| Octal | 132 | 311 | 161 | 67 | 0 | 54 | 25 | 204 | 63 | 71 |
| Binary | 1011010 | 11001001 | 1110001 | 110111 | 0 | 101100 | 10101 | 10000100 | 110011 | 111001 |
Color Harmonies of #5AC971
Complementary color
Monochromatic Colors of #5AC971
Black with #5AC971
Text Example
Text Example
White with #5AC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC971; }
p { color: rgb(90,201,113); }
H1.HeaderClassName
{
color: #5AC971;
}
.AnyTagClassName
{
color: #5AC971;
}
</style>
background-color css
<style>
a { background-color: #5AC971; }
a { background-color: rgb(90,201,113); }
div.DivClassName
{
background-color: #5AC971;
}
.BgClassName
{
background-color: #5AC971;
}
</style>
border-color css
<style>
span { border-color: #5AC971; }
span { border-color: rgb(90,201,113); }
td.TdClassName
{
border-color: #5AC971;
}
.TagClassName
{
border-color: #5AC971;
}
</style>