Shades of Emerald #5AEC93
Tints of Emerald #5AEC93
RGB
CMYK
RGB Variations
Color information
#5AEC93 (or 0x5AEC93) is known color: Emerald. HEX triplet: 5A, EC and 93. RGB value is (90,236,147). Sum of RGB (Red+Green+Blue) = 90+236+147=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #5AEC93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEC93 is #A5136C. Grayscale: #B6B6B6. Windows color (decimal): -10818413 or 9694298. OLE color: 9694298.
HSL color Cylindrical-coordinate representation of color #5AEC93: hue angle of 143.42º 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 #5AEC93 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 147 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.07 |
| HSL | 143.42º | 0.79% | 0.64% | - |
| HSV(B) | 143.42º | 0.62% | 0.93% | - |
| XYZ | 39.48 | 64.27 | 37.93 | - |
| YUV | 182.2 | 108.13 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 147 | 0.62 | 0 | 0.38 | 0.07 | 143.42 | 0.79 | 0.64 |
| Hex | 5A | EC | 93 | 3E | 0 | 26 | 7 | 8F | 4F | 40 |
| Octal | 132 | 354 | 223 | 76 | 0 | 46 | 7 | 217 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10010011 | 111110 | 0 | 100110 | 111 | 10001111 | 1001111 | 1000000 |
Color Harmonies of #5AEC93
Complementary color
Monochromatic Colors of #5AEC93
Black with #5AEC93
Text Example
Text Example
White with #5AEC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEC93; }
p { color: rgb(90,236,147); }
H1.HeaderClassName
{
color: #5AEC93;
}
.AnyTagClassName
{
color: #5AEC93;
}
</style>
background-color css
<style>
a { background-color: #5AEC93; }
a { background-color: rgb(90,236,147); }
div.DivClassName
{
background-color: #5AEC93;
}
.BgClassName
{
background-color: #5AEC93;
}
</style>
border-color css
<style>
span { border-color: #5AEC93; }
span { border-color: rgb(90,236,147); }
td.TdClassName
{
border-color: #5AEC93;
}
.TagClassName
{
border-color: #5AEC93;
}
</style>