Shades of Emerald #5AD686
Tints of Emerald #5AD686
RGB
CMYK
RGB Variations
Color information
#5AD686 (or 0x5AD686) is known color: Emerald. HEX triplet: 5A, D6 and 86. RGB value is (90,214,134). Sum of RGB (Red+Green+Blue) = 90+214+134=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD686 is #A52979. Grayscale: #A8A8A8. Windows color (decimal): -10824058 or 8836698. OLE color: 8836698.
HSL color Cylindrical-coordinate representation of color #5AD686: hue angle of 141.29º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD686 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 134 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.16 |
| HSL | 141.29º | 0.6% | 0.6% | - |
| HSV(B) | 141.29º | 0.58% | 0.84% | - |
| XYZ | 32.57 | 51.99 | 30.87 | - |
| YUV | 167.8 | 108.92 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 134 | 0.58 | 0 | 0.37 | 0.16 | 141.29 | 0.6 | 0.6 |
| Hex | 5A | D6 | 86 | 3A | 0 | 25 | 10 | 8D | 3C | 3C |
| Octal | 132 | 326 | 206 | 72 | 0 | 45 | 20 | 215 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10000110 | 111010 | 0 | 100101 | 10000 | 10001101 | 111100 | 111100 |
Color Harmonies of #5AD686
Complementary color
Monochromatic Colors of #5AD686
Black with #5AD686
Text Example
Text Example
White with #5AD686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD686; }
p { color: rgb(90,214,134); }
H1.HeaderClassName
{
color: #5AD686;
}
.AnyTagClassName
{
color: #5AD686;
}
</style>
background-color css
<style>
a { background-color: #5AD686; }
a { background-color: rgb(90,214,134); }
div.DivClassName
{
background-color: #5AD686;
}
.BgClassName
{
background-color: #5AD686;
}
</style>
border-color css
<style>
span { border-color: #5AD686; }
span { border-color: rgb(90,214,134); }
td.TdClassName
{
border-color: #5AD686;
}
.TagClassName
{
border-color: #5AD686;
}
</style>