Shades of Emerald #5AED90
Tints of Emerald #5AED90
RGB
CMYK
RGB Variations
Color information
#5AED90 (or 0x5AED90) is known color: Emerald. HEX triplet: 5A, ED and 90. RGB value is (90,237,144). Sum of RGB (Red+Green+Blue) = 90+237+144=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #5AED90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AED90 is #A5126F. Grayscale: #B6B6B6. Windows color (decimal): -10818160 or 9497946. OLE color: 9497946.
HSL color Cylindrical-coordinate representation of color #5AED90: hue angle of 142.04º 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 #5AED90 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 144 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.07 |
| HSL | 142.04º | 0.8% | 0.64% | - |
| HSV(B) | 142.04º | 0.62% | 0.93% | - |
| XYZ | 39.53 | 64.76 | 36.8 | - |
| YUV | 182.45 | 106.3 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 144 | 0.62 | 0 | 0.39 | 0.07 | 142.04 | 0.8 | 0.64 |
| Hex | 5A | ED | 90 | 3E | 0 | 27 | 7 | 8E | 50 | 40 |
| Octal | 132 | 355 | 220 | 76 | 0 | 47 | 7 | 216 | 120 | 100 |
| Binary | 1011010 | 11101101 | 10010000 | 111110 | 0 | 100111 | 111 | 10001110 | 1010000 | 1000000 |
Color Harmonies of #5AED90
Complementary color
Monochromatic Colors of #5AED90
Black with #5AED90
Text Example
Text Example
White with #5AED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AED90; }
p { color: rgb(90,237,144); }
H1.HeaderClassName
{
color: #5AED90;
}
.AnyTagClassName
{
color: #5AED90;
}
</style>
background-color css
<style>
a { background-color: #5AED90; }
a { background-color: rgb(90,237,144); }
div.DivClassName
{
background-color: #5AED90;
}
.BgClassName
{
background-color: #5AED90;
}
</style>
border-color css
<style>
span { border-color: #5AED90; }
span { border-color: rgb(90,237,144); }
td.TdClassName
{
border-color: #5AED90;
}
.TagClassName
{
border-color: #5AED90;
}
</style>