Shades of Emerald #5AE686
Tints of Emerald #5AE686
RGB
CMYK
RGB Variations
Color information
#5AE686 (or 0x5AE686) is known color: Emerald. HEX triplet: 5A, E6 and 86. RGB value is (90,230,134). Sum of RGB (Red+Green+Blue) = 90+230+134=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 230 (90.23% from 255 or 50.66% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE686 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE686 is #A51979. Grayscale: #B1B1B1. Windows color (decimal): -10819962 or 8840794. OLE color: 8840794.
HSL color Cylindrical-coordinate representation of color #5AE686: hue angle of 138.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE686 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 134 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.10 |
| HSL | 138.86º | 0.74% | 0.63% | - |
| HSV(B) | 138.86º | 0.61% | 0.9% | - |
| XYZ | 36.82 | 60.49 | 32.29 | - |
| YUV | 177.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 134 | 0.61 | 0 | 0.42 | 0.10 | 138.86 | 0.74 | 0.63 |
| Hex | 5A | E6 | 86 | 3D | 0 | 2A | A | 8B | 4A | 3F |
| Octal | 132 | 346 | 206 | 75 | 0 | 52 | 12 | 213 | 112 | 77 |
| Binary | 1011010 | 11100110 | 10000110 | 111101 | 0 | 101010 | 1010 | 10001011 | 1001010 | 111111 |
Color Harmonies of #5AE686
Complementary color
Monochromatic Colors of #5AE686
Black with #5AE686
Text Example
Text Example
White with #5AE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE686; }
p { color: rgb(90,230,134); }
H1.HeaderClassName
{
color: #5AE686;
}
.AnyTagClassName
{
color: #5AE686;
}
</style>
background-color css
<style>
a { background-color: #5AE686; }
a { background-color: rgb(90,230,134); }
div.DivClassName
{
background-color: #5AE686;
}
.BgClassName
{
background-color: #5AE686;
}
</style>
border-color css
<style>
span { border-color: #5AE686; }
span { border-color: rgb(90,230,134); }
td.TdClassName
{
border-color: #5AE686;
}
.TagClassName
{
border-color: #5AE686;
}
</style>