Shades of Emerald #5ACE71
Tints of Emerald #5ACE71
RGB
CMYK
RGB Variations
Color information
#5ACE71 (or 0x5ACE71) is known color: Emerald. HEX triplet: 5A, CE and 71. RGB value is (90,206,113). Sum of RGB (Red+Green+Blue) = 90+206+113=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE71 is #A5318E. Grayscale: #A0A0A0. Windows color (decimal): -10826127 or 7458394. OLE color: 7458394.
HSL color Cylindrical-coordinate representation of color #5ACE71: hue angle of 131.9º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACE71 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 113 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.19 |
| HSL | 131.9º | 0.54% | 0.58% | - |
| HSV(B) | 131.9º | 0.56% | 0.81% | - |
| XYZ | 29.27 | 47.51 | 23.25 | - |
| YUV | 160.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 113 | 0.56 | 0 | 0.45 | 0.19 | 131.9 | 0.54 | 0.58 |
| Hex | 5A | CE | 71 | 38 | 0 | 2D | 13 | 84 | 36 | 3A |
| Octal | 132 | 316 | 161 | 70 | 0 | 55 | 23 | 204 | 66 | 72 |
| Binary | 1011010 | 11001110 | 1110001 | 111000 | 0 | 101101 | 10011 | 10000100 | 110110 | 111010 |
Color Harmonies of #5ACE71
Complementary color
Monochromatic Colors of #5ACE71
Black with #5ACE71
Text Example
Text Example
White with #5ACE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE71; }
p { color: rgb(90,206,113); }
H1.HeaderClassName
{
color: #5ACE71;
}
.AnyTagClassName
{
color: #5ACE71;
}
</style>
background-color css
<style>
a { background-color: #5ACE71; }
a { background-color: rgb(90,206,113); }
div.DivClassName
{
background-color: #5ACE71;
}
.BgClassName
{
background-color: #5ACE71;
}
</style>
border-color css
<style>
span { border-color: #5ACE71; }
span { border-color: rgb(90,206,113); }
td.TdClassName
{
border-color: #5ACE71;
}
.TagClassName
{
border-color: #5ACE71;
}
</style>