Shades of Emerald #5AE890
Tints of Emerald #5AE890
RGB
CMYK
RGB Variations
Color information
#5AE890 (or 0x5AE890) is known color: Emerald. HEX triplet: 5A, E8 and 90. RGB value is (90,232,144). Sum of RGB (Red+Green+Blue) = 90+232+144=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE890 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE890 is #A5176F. Grayscale: #B3B3B3. Windows color (decimal): -10819440 or 9496666. OLE color: 9496666.
HSL color Cylindrical-coordinate representation of color #5AE890: hue angle of 142.82º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE890 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 232 | 144 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.09 |
| HSL | 142.82º | 0.76% | 0.63% | - |
| HSV(B) | 142.82º | 0.61% | 0.91% | - |
| XYZ | 38.11 | 61.9 | 36.33 | - |
| YUV | 179.51 | 107.96 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 232 | 144 | 0.61 | 0 | 0.38 | 0.09 | 142.82 | 0.76 | 0.63 |
| Hex | 5A | E8 | 90 | 3D | 0 | 26 | 9 | 8F | 4C | 3F |
| Octal | 132 | 350 | 220 | 75 | 0 | 46 | 11 | 217 | 114 | 77 |
| Binary | 1011010 | 11101000 | 10010000 | 111101 | 0 | 100110 | 1001 | 10001111 | 1001100 | 111111 |
Color Harmonies of #5AE890
Complementary color
Monochromatic Colors of #5AE890
Black with #5AE890
Text Example
Text Example
White with #5AE890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE890; }
p { color: rgb(90,232,144); }
H1.HeaderClassName
{
color: #5AE890;
}
.AnyTagClassName
{
color: #5AE890;
}
</style>
background-color css
<style>
a { background-color: #5AE890; }
a { background-color: rgb(90,232,144); }
div.DivClassName
{
background-color: #5AE890;
}
.BgClassName
{
background-color: #5AE890;
}
</style>
border-color css
<style>
span { border-color: #5AE890; }
span { border-color: rgb(90,232,144); }
td.TdClassName
{
border-color: #5AE890;
}
.TagClassName
{
border-color: #5AE890;
}
</style>