Shades of Emerald #5AE58F
Tints of Emerald #5AE58F
RGB
CMYK
RGB Variations
Color information
#5AE58F (or 0x5AE58F) is known color: Emerald. HEX triplet: 5A, E5 and 8F. RGB value is (90,229,143). Sum of RGB (Red+Green+Blue) = 90+229+143=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE58F is #A51A70. Grayscale: #B1B1B1. Windows color (decimal): -10820209 or 9430362. OLE color: 9430362.
HSL color Cylindrical-coordinate representation of color #5AE58F: hue angle of 142.88º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE58F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 143 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.10 |
| HSL | 142.88º | 0.73% | 0.63% | - |
| HSV(B) | 142.88º | 0.61% | 0.9% | - |
| XYZ | 37.19 | 60.2 | 35.65 | - |
| YUV | 177.64 | 108.45 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 143 | 0.61 | 0 | 0.38 | 0.10 | 142.88 | 0.73 | 0.63 |
| Hex | 5A | E5 | 8F | 3D | 0 | 26 | A | 8F | 49 | 3F |
| Octal | 132 | 345 | 217 | 75 | 0 | 46 | 12 | 217 | 111 | 77 |
| Binary | 1011010 | 11100101 | 10001111 | 111101 | 0 | 100110 | 1010 | 10001111 | 1001001 | 111111 |
Color Harmonies of #5AE58F
Complementary color
Monochromatic Colors of #5AE58F
Black with #5AE58F
Text Example
Text Example
White with #5AE58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE58F; }
p { color: rgb(90,229,143); }
H1.HeaderClassName
{
color: #5AE58F;
}
.AnyTagClassName
{
color: #5AE58F;
}
</style>
background-color css
<style>
a { background-color: #5AE58F; }
a { background-color: rgb(90,229,143); }
div.DivClassName
{
background-color: #5AE58F;
}
.BgClassName
{
background-color: #5AE58F;
}
</style>
border-color css
<style>
span { border-color: #5AE58F; }
span { border-color: rgb(90,229,143); }
td.TdClassName
{
border-color: #5AE58F;
}
.TagClassName
{
border-color: #5AE58F;
}
</style>