Shades of Emerald #5AED8C
Tints of Emerald #5AED8C
RGB
CMYK
RGB Variations
Color information
#5AED8C (or 0x5AED8C) is known color: Emerald. HEX triplet: 5A, ED and 8C. RGB value is (90,237,140). Sum of RGB (Red+Green+Blue) = 90+237+140=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #5AED8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AED8C is #A51273. Grayscale: #B6B6B6. Windows color (decimal): -10818164 or 9235802. OLE color: 9235802.
HSL color Cylindrical-coordinate representation of color #5AED8C: hue angle of 140.41º degrees, saturation: 0.8, 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 #5AED8C is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 140 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.07 |
| HSL | 140.41º | 0.8% | 0.64% | - |
| HSV(B) | 140.41º | 0.62% | 0.93% | - |
| XYZ | 39.23 | 64.64 | 35.22 | - |
| YUV | 181.99 | 104.3 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 140 | 0.62 | 0 | 0.41 | 0.07 | 140.41 | 0.8 | 0.64 |
| Hex | 5A | ED | 8C | 3E | 0 | 29 | 7 | 8C | 50 | 40 |
| Octal | 132 | 355 | 214 | 76 | 0 | 51 | 7 | 214 | 120 | 100 |
| Binary | 1011010 | 11101101 | 10001100 | 111110 | 0 | 101001 | 111 | 10001100 | 1010000 | 1000000 |
Color Harmonies of #5AED8C
Complementary color
Monochromatic Colors of #5AED8C
Black with #5AED8C
Text Example
Text Example
White with #5AED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AED8C; }
p { color: rgb(90,237,140); }
H1.HeaderClassName
{
color: #5AED8C;
}
.AnyTagClassName
{
color: #5AED8C;
}
</style>
background-color css
<style>
a { background-color: #5AED8C; }
a { background-color: rgb(90,237,140); }
div.DivClassName
{
background-color: #5AED8C;
}
.BgClassName
{
background-color: #5AED8C;
}
</style>
border-color css
<style>
span { border-color: #5AED8C; }
span { border-color: rgb(90,237,140); }
td.TdClassName
{
border-color: #5AED8C;
}
.TagClassName
{
border-color: #5AED8C;
}
</style>