Shades of Emerald #5ACE76
Tints of Emerald #5ACE76
RGB
CMYK
RGB Variations
Color information
#5ACE76 (or 0x5ACE76) is known color: Emerald. HEX triplet: 5A, CE and 76. RGB value is (90,206,118). Sum of RGB (Red+Green+Blue) = 90+206+118=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE76 is #A53189. Grayscale: #A1A1A1. Windows color (decimal): -10826122 or 7786074. OLE color: 7786074.
HSL color Cylindrical-coordinate representation of color #5ACE76: hue angle of 134.48º 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 #5ACE76 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 118 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.19 |
| HSL | 134.48º | 0.54% | 0.58% | - |
| HSV(B) | 134.48º | 0.56% | 0.81% | - |
| XYZ | 29.56 | 47.62 | 24.77 | - |
| YUV | 161.28 | 103.57 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 118 | 0.56 | 0 | 0.43 | 0.19 | 134.48 | 0.54 | 0.58 |
| Hex | 5A | CE | 76 | 38 | 0 | 2B | 13 | 86 | 36 | 3A |
| Octal | 132 | 316 | 166 | 70 | 0 | 53 | 23 | 206 | 66 | 72 |
| Binary | 1011010 | 11001110 | 1110110 | 111000 | 0 | 101011 | 10011 | 10000110 | 110110 | 111010 |
Color Harmonies of #5ACE76
Complementary color
Monochromatic Colors of #5ACE76
Black with #5ACE76
Text Example
Text Example
White with #5ACE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE76; }
p { color: rgb(90,206,118); }
H1.HeaderClassName
{
color: #5ACE76;
}
.AnyTagClassName
{
color: #5ACE76;
}
</style>
background-color css
<style>
a { background-color: #5ACE76; }
a { background-color: rgb(90,206,118); }
div.DivClassName
{
background-color: #5ACE76;
}
.BgClassName
{
background-color: #5ACE76;
}
</style>
border-color css
<style>
span { border-color: #5ACE76; }
span { border-color: rgb(90,206,118); }
td.TdClassName
{
border-color: #5ACE76;
}
.TagClassName
{
border-color: #5ACE76;
}
</style>