Shades of Emerald #5AEE8C
Tints of Emerald #5AEE8C
RGB
CMYK
RGB Variations
Color information
#5AEE8C (or 0x5AEE8C) is known color: Emerald. HEX triplet: 5A, EE and 8C. RGB value is (90,238,140). Sum of RGB (Red+Green+Blue) = 90+238+140=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEE8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEE8C is #A51173. Grayscale: #B6B6B6. Windows color (decimal): -10817908 or 9236058. OLE color: 9236058.
HSL color Cylindrical-coordinate representation of color #5AEE8C: hue angle of 140.27º 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 #5AEE8C is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 140 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.07 |
| HSL | 140.27º | 0.81% | 0.64% | - |
| HSV(B) | 140.27º | 0.62% | 0.93% | - |
| XYZ | 39.52 | 65.22 | 35.32 | - |
| YUV | 182.58 | 103.97 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 140 | 0.62 | 0 | 0.41 | 0.07 | 140.27 | 0.81 | 0.64 |
| Hex | 5A | EE | 8C | 3E | 0 | 29 | 7 | 8C | 51 | 40 |
| Octal | 132 | 356 | 214 | 76 | 0 | 51 | 7 | 214 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10001100 | 111110 | 0 | 101001 | 111 | 10001100 | 1010001 | 1000000 |
Color Harmonies of #5AEE8C
Complementary color
Monochromatic Colors of #5AEE8C
Black with #5AEE8C
Text Example
Text Example
White with #5AEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEE8C; }
p { color: rgb(90,238,140); }
H1.HeaderClassName
{
color: #5AEE8C;
}
.AnyTagClassName
{
color: #5AEE8C;
}
</style>
background-color css
<style>
a { background-color: #5AEE8C; }
a { background-color: rgb(90,238,140); }
div.DivClassName
{
background-color: #5AEE8C;
}
.BgClassName
{
background-color: #5AEE8C;
}
</style>
border-color css
<style>
span { border-color: #5AEE8C; }
span { border-color: rgb(90,238,140); }
td.TdClassName
{
border-color: #5AEE8C;
}
.TagClassName
{
border-color: #5AEE8C;
}
</style>