Shades of Emerald #5AE07C
Tints of Emerald #5AE07C
RGB
CMYK
RGB Variations
Color information
#5AE07C (or 0x5AE07C) is known color: Emerald. HEX triplet: 5A, E0 and 7C. RGB value is (90,224,124). Sum of RGB (Red+Green+Blue) = 90+224+124=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AE07C is #A51F83. Grayscale: #ACACAC. Windows color (decimal): -10821508 or 8183898. OLE color: 8183898.
HSL color Cylindrical-coordinate representation of color #5AE07C: hue angle of 135.22º degrees, saturation: 0.68, 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 #5AE07C is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 124 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.12 |
| HSL | 135.22º | 0.68% | 0.62% | - |
| HSV(B) | 135.22º | 0.6% | 0.88% | - |
| XYZ | 34.51 | 56.94 | 28.24 | - |
| YUV | 172.53 | 100.61 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 124 | 0.60 | 0 | 0.45 | 0.12 | 135.22 | 0.68 | 0.62 |
| Hex | 5A | E0 | 7C | 3C | 0 | 2D | C | 87 | 44 | 3E |
| Octal | 132 | 340 | 174 | 74 | 0 | 55 | 14 | 207 | 104 | 76 |
| Binary | 1011010 | 11100000 | 1111100 | 111100 | 0 | 101101 | 1100 | 10000111 | 1000100 | 111110 |
Color Harmonies of #5AE07C
Complementary color
Monochromatic Colors of #5AE07C
Black with #5AE07C
Text Example
Text Example
White with #5AE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE07C; }
p { color: rgb(90,224,124); }
H1.HeaderClassName
{
color: #5AE07C;
}
.AnyTagClassName
{
color: #5AE07C;
}
</style>
background-color css
<style>
a { background-color: #5AE07C; }
a { background-color: rgb(90,224,124); }
div.DivClassName
{
background-color: #5AE07C;
}
.BgClassName
{
background-color: #5AE07C;
}
</style>
border-color css
<style>
span { border-color: #5AE07C; }
span { border-color: rgb(90,224,124); }
td.TdClassName
{
border-color: #5AE07C;
}
.TagClassName
{
border-color: #5AE07C;
}
</style>