Shades of Emerald #5AE17C
Tints of Emerald #5AE17C
RGB
CMYK
RGB Variations
Color information
#5AE17C (or 0x5AE17C) is known color: Emerald. HEX triplet: 5A, E1 and 7C. RGB value is (90,225,124). Sum of RGB (Red+Green+Blue) = 90+225+124=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AE17C is #A51E83. Grayscale: #ADADAD. Windows color (decimal): -10821252 or 8184154. OLE color: 8184154.
HSL color Cylindrical-coordinate representation of color #5AE17C: hue angle of 135.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE17C is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 225 | 124 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.12 |
| HSL | 135.11º | 0.69% | 0.62% | - |
| HSV(B) | 135.11º | 0.6% | 0.88% | - |
| XYZ | 34.78 | 57.48 | 28.33 | - |
| YUV | 173.12 | 100.27 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 225 | 124 | 0.60 | 0 | 0.45 | 0.12 | 135.11 | 0.69 | 0.62 |
| Hex | 5A | E1 | 7C | 3C | 0 | 2D | C | 87 | 45 | 3E |
| Octal | 132 | 341 | 174 | 74 | 0 | 55 | 14 | 207 | 105 | 76 |
| Binary | 1011010 | 11100001 | 1111100 | 111100 | 0 | 101101 | 1100 | 10000111 | 1000101 | 111110 |
Color Harmonies of #5AE17C
Complementary color
Monochromatic Colors of #5AE17C
Black with #5AE17C
Text Example
Text Example
White with #5AE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE17C; }
p { color: rgb(90,225,124); }
H1.HeaderClassName
{
color: #5AE17C;
}
.AnyTagClassName
{
color: #5AE17C;
}
</style>
background-color css
<style>
a { background-color: #5AE17C; }
a { background-color: rgb(90,225,124); }
div.DivClassName
{
background-color: #5AE17C;
}
.BgClassName
{
background-color: #5AE17C;
}
</style>
border-color css
<style>
span { border-color: #5AE17C; }
span { border-color: rgb(90,225,124); }
td.TdClassName
{
border-color: #5AE17C;
}
.TagClassName
{
border-color: #5AE17C;
}
</style>