Shades of Emerald #5AEC86
Tints of Emerald #5AEC86
RGB
CMYK
RGB Variations
Color information
#5AEC86 (or 0x5AEC86) is known color: Emerald. HEX triplet: 5A, EC and 86. RGB value is (90,236,134). Sum of RGB (Red+Green+Blue) = 90+236+134=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #5AEC86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEC86 is #A51379. Grayscale: #B4B4B4. Windows color (decimal): -10818426 or 8842330. OLE color: 8842330.
HSL color Cylindrical-coordinate representation of color #5AEC86: hue angle of 138.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEC86 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 134 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.07 |
| HSL | 138.08º | 0.79% | 0.64% | - |
| HSV(B) | 138.08º | 0.62% | 0.93% | - |
| XYZ | 38.51 | 63.89 | 32.86 | - |
| YUV | 180.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 134 | 0.62 | 0 | 0.43 | 0.07 | 138.08 | 0.79 | 0.64 |
| Hex | 5A | EC | 86 | 3E | 0 | 2B | 7 | 8A | 4F | 40 |
| Octal | 132 | 354 | 206 | 76 | 0 | 53 | 7 | 212 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10000110 | 111110 | 0 | 101011 | 111 | 10001010 | 1001111 | 1000000 |
Color Harmonies of #5AEC86
Complementary color
Monochromatic Colors of #5AEC86
Black with #5AEC86
Text Example
Text Example
White with #5AEC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEC86; }
p { color: rgb(90,236,134); }
H1.HeaderClassName
{
color: #5AEC86;
}
.AnyTagClassName
{
color: #5AEC86;
}
</style>
background-color css
<style>
a { background-color: #5AEC86; }
a { background-color: rgb(90,236,134); }
div.DivClassName
{
background-color: #5AEC86;
}
.BgClassName
{
background-color: #5AEC86;
}
</style>
border-color css
<style>
span { border-color: #5AEC86; }
span { border-color: rgb(90,236,134); }
td.TdClassName
{
border-color: #5AEC86;
}
.TagClassName
{
border-color: #5AEC86;
}
</style>