Shades of Emerald #5AE27C
Tints of Emerald #5AE27C
RGB
CMYK
RGB Variations
Color information
#5AE27C (or 0x5AE27C) is known color: Emerald. HEX triplet: 5A, E2 and 7C. RGB value is (90,226,124). Sum of RGB (Red+Green+Blue) = 90+226+124=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #5AE27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AE27C is #A51D83. Grayscale: #ADADAD. Windows color (decimal): -10820996 or 8184410. OLE color: 8184410.
HSL color Cylindrical-coordinate representation of color #5AE27C: hue angle of 135º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE27C is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 226 | 124 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.11 |
| HSL | 135º | 0.7% | 0.62% | - |
| HSV(B) | 135º | 0.6% | 0.89% | - |
| XYZ | 35.05 | 58.02 | 28.42 | - |
| YUV | 173.71 | 99.94 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 226 | 124 | 0.60 | 0 | 0.45 | 0.11 | 135 | 0.7 | 0.62 |
| Hex | 5A | E2 | 7C | 3C | 0 | 2D | B | 87 | 46 | 3E |
| Octal | 132 | 342 | 174 | 74 | 0 | 55 | 13 | 207 | 106 | 76 |
| Binary | 1011010 | 11100010 | 1111100 | 111100 | 0 | 101101 | 1011 | 10000111 | 1000110 | 111110 |
Color Harmonies of #5AE27C
Complementary color
Monochromatic Colors of #5AE27C
Black with #5AE27C
Text Example
Text Example
White with #5AE27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE27C; }
p { color: rgb(90,226,124); }
H1.HeaderClassName
{
color: #5AE27C;
}
.AnyTagClassName
{
color: #5AE27C;
}
</style>
background-color css
<style>
a { background-color: #5AE27C; }
a { background-color: rgb(90,226,124); }
div.DivClassName
{
background-color: #5AE27C;
}
.BgClassName
{
background-color: #5AE27C;
}
</style>
border-color css
<style>
span { border-color: #5AE27C; }
span { border-color: rgb(90,226,124); }
td.TdClassName
{
border-color: #5AE27C;
}
.TagClassName
{
border-color: #5AE27C;
}
</style>