Shades of Emerald #5AC97D
Tints of Emerald #5AC97D
RGB
CMYK
RGB Variations
Color information
#5AC97D (or 0x5AC97D) is known color: Emerald. HEX triplet: 5A, C9 and 7D. RGB value is (90,201,125). Sum of RGB (Red+Green+Blue) = 90+201+125=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC97D is #A53682. Grayscale: #9F9F9F. Windows color (decimal): -10827395 or 8243546. OLE color: 8243546.
HSL color Cylindrical-coordinate representation of color #5AC97D: hue angle of 138.92º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC97D is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 125 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.21 |
| HSL | 138.92º | 0.51% | 0.57% | - |
| HSV(B) | 138.92º | 0.55% | 0.79% | - |
| XYZ | 28.8 | 45.43 | 26.65 | - |
| YUV | 159.15 | 108.73 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 125 | 0.55 | 0 | 0.38 | 0.21 | 138.92 | 0.51 | 0.57 |
| Hex | 5A | C9 | 7D | 37 | 0 | 26 | 15 | 8B | 33 | 39 |
| Octal | 132 | 311 | 175 | 67 | 0 | 46 | 25 | 213 | 63 | 71 |
| Binary | 1011010 | 11001001 | 1111101 | 110111 | 0 | 100110 | 10101 | 10001011 | 110011 | 111001 |
Color Harmonies of #5AC97D
Complementary color
Monochromatic Colors of #5AC97D
Black with #5AC97D
Text Example
Text Example
White with #5AC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC97D; }
p { color: rgb(90,201,125); }
H1.HeaderClassName
{
color: #5AC97D;
}
.AnyTagClassName
{
color: #5AC97D;
}
</style>
background-color css
<style>
a { background-color: #5AC97D; }
a { background-color: rgb(90,201,125); }
div.DivClassName
{
background-color: #5AC97D;
}
.BgClassName
{
background-color: #5AC97D;
}
</style>
border-color css
<style>
span { border-color: #5AC97D; }
span { border-color: rgb(90,201,125); }
td.TdClassName
{
border-color: #5AC97D;
}
.TagClassName
{
border-color: #5AC97D;
}
</style>