Shades of Emerald #5AC47D
Tints of Emerald #5AC47D
RGB
CMYK
RGB Variations
Color information
#5AC47D (or 0x5AC47D) is known color: Emerald. HEX triplet: 5A, C4 and 7D. RGB value is (90,196,125). Sum of RGB (Red+Green+Blue) = 90+196+125=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #5AC47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC47D is #A53B82. Grayscale: #9C9C9C. Windows color (decimal): -10828675 or 8242266. OLE color: 8242266.
HSL color Cylindrical-coordinate representation of color #5AC47D: hue angle of 139.81º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC47D is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 196 | 125 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.23 |
| HSL | 139.81º | 0.47% | 0.56% | - |
| HSV(B) | 139.81º | 0.54% | 0.77% | - |
| XYZ | 27.66 | 43.13 | 26.27 | - |
| YUV | 156.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 125 | 0.54 | 0 | 0.36 | 0.23 | 139.81 | 0.47 | 0.56 |
| Hex | 5A | C4 | 7D | 36 | 0 | 24 | 17 | 8C | 2F | 38 |
| Octal | 132 | 304 | 175 | 66 | 0 | 44 | 27 | 214 | 57 | 70 |
| Binary | 1011010 | 11000100 | 1111101 | 110110 | 0 | 100100 | 10111 | 10001100 | 101111 | 111000 |
Color Harmonies of #5AC47D
Complementary color
Monochromatic Colors of #5AC47D
Black with #5AC47D
Text Example
Text Example
White with #5AC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC47D; }
p { color: rgb(90,196,125); }
H1.HeaderClassName
{
color: #5AC47D;
}
.AnyTagClassName
{
color: #5AC47D;
}
</style>
background-color css
<style>
a { background-color: #5AC47D; }
a { background-color: rgb(90,196,125); }
div.DivClassName
{
background-color: #5AC47D;
}
.BgClassName
{
background-color: #5AC47D;
}
</style>
border-color css
<style>
span { border-color: #5AC47D; }
span { border-color: rgb(90,196,125); }
td.TdClassName
{
border-color: #5AC47D;
}
.TagClassName
{
border-color: #5AC47D;
}
</style>