Shades of Emerald #5AC27B
Tints of Emerald #5AC27B
RGB
CMYK
RGB Variations
Color information
#5AC27B (or 0x5AC27B) is known color: Emerald. HEX triplet: 5A, C2 and 7B. RGB value is (90,194,123). Sum of RGB (Red+Green+Blue) = 90+194+123=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC27B is #A53D84. Grayscale: #9A9A9A. Windows color (decimal): -10829189 or 8110682. OLE color: 8110682.
HSL color Cylindrical-coordinate representation of color #5AC27B: hue angle of 139.04º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC27B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 123 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.24 |
| HSL | 139.04º | 0.46% | 0.56% | - |
| HSV(B) | 139.04º | 0.54% | 0.76% | - |
| XYZ | 27.08 | 42.19 | 25.45 | - |
| YUV | 154.81 | 110.04 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 123 | 0.54 | 0 | 0.37 | 0.24 | 139.04 | 0.46 | 0.56 |
| Hex | 5A | C2 | 7B | 36 | 0 | 25 | 18 | 8B | 2E | 38 |
| Octal | 132 | 302 | 173 | 66 | 0 | 45 | 30 | 213 | 56 | 70 |
| Binary | 1011010 | 11000010 | 1111011 | 110110 | 0 | 100101 | 11000 | 10001011 | 101110 | 111000 |
Color Harmonies of #5AC27B
Complementary color
Monochromatic Colors of #5AC27B
Black with #5AC27B
Text Example
Text Example
White with #5AC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC27B; }
p { color: rgb(90,194,123); }
H1.HeaderClassName
{
color: #5AC27B;
}
.AnyTagClassName
{
color: #5AC27B;
}
</style>
background-color css
<style>
a { background-color: #5AC27B; }
a { background-color: rgb(90,194,123); }
div.DivClassName
{
background-color: #5AC27B;
}
.BgClassName
{
background-color: #5AC27B;
}
</style>
border-color css
<style>
span { border-color: #5AC27B; }
span { border-color: rgb(90,194,123); }
td.TdClassName
{
border-color: #5AC27B;
}
.TagClassName
{
border-color: #5AC27B;
}
</style>