Shades of Emerald #5AEE8D
Tints of Emerald #5AEE8D
RGB
CMYK
RGB Variations
Color information
#5AEE8D (or 0x5AEE8D) is known color: Emerald. HEX triplet: 5A, EE and 8D. RGB value is (90,238,141). Sum of RGB (Red+Green+Blue) = 90+238+141=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEE8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEE8D is #A51172. Grayscale: #B6B6B6. Windows color (decimal): -10817907 or 9301594. OLE color: 9301594.
HSL color Cylindrical-coordinate representation of color #5AEE8D: hue angle of 140.68º degrees, saturation: 0.81, 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 #5AEE8D is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 141 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.07 |
| HSL | 140.68º | 0.81% | 0.64% | - |
| HSV(B) | 140.68º | 0.62% | 0.93% | - |
| XYZ | 39.6 | 65.25 | 35.71 | - |
| YUV | 182.69 | 104.47 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 141 | 0.62 | 0 | 0.41 | 0.07 | 140.68 | 0.81 | 0.64 |
| Hex | 5A | EE | 8D | 3E | 0 | 29 | 7 | 8D | 51 | 40 |
| Octal | 132 | 356 | 215 | 76 | 0 | 51 | 7 | 215 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10001101 | 111110 | 0 | 101001 | 111 | 10001101 | 1010001 | 1000000 |
Color Harmonies of #5AEE8D
Complementary color
Monochromatic Colors of #5AEE8D
Black with #5AEE8D
Text Example
Text Example
White with #5AEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEE8D; }
p { color: rgb(90,238,141); }
H1.HeaderClassName
{
color: #5AEE8D;
}
.AnyTagClassName
{
color: #5AEE8D;
}
</style>
background-color css
<style>
a { background-color: #5AEE8D; }
a { background-color: rgb(90,238,141); }
div.DivClassName
{
background-color: #5AEE8D;
}
.BgClassName
{
background-color: #5AEE8D;
}
</style>
border-color css
<style>
span { border-color: #5AEE8D; }
span { border-color: rgb(90,238,141); }
td.TdClassName
{
border-color: #5AEE8D;
}
.TagClassName
{
border-color: #5AEE8D;
}
</style>