Shades of Emerald #5AC181
Tints of Emerald #5AC181
RGB
CMYK
RGB Variations
Color information
#5AC181 (or 0x5AC181) is known color: Emerald. HEX triplet: 5A, C1 and 81. RGB value is (90,193,129). Sum of RGB (Red+Green+Blue) = 90+193+129=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC181 is #A53E7E. Grayscale: #9B9B9B. Windows color (decimal): -10829439 or 8503642. OLE color: 8503642.
HSL color Cylindrical-coordinate representation of color #5AC181: hue angle of 142.72º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC181 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 129 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.24 |
| HSL | 142.72º | 0.45% | 0.55% | - |
| HSV(B) | 142.72º | 0.53% | 0.76% | - |
| XYZ | 27.25 | 41.9 | 27.42 | - |
| YUV | 154.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 129 | 0.53 | 0 | 0.33 | 0.24 | 142.72 | 0.45 | 0.55 |
| Hex | 5A | C1 | 81 | 35 | 0 | 21 | 18 | 8F | 2D | 37 |
| Octal | 132 | 301 | 201 | 65 | 0 | 41 | 30 | 217 | 55 | 67 |
| Binary | 1011010 | 11000001 | 10000001 | 110101 | 0 | 100001 | 11000 | 10001111 | 101101 | 110111 |
Color Harmonies of #5AC181
Complementary color
Monochromatic Colors of #5AC181
Black with #5AC181
Text Example
Text Example
White with #5AC181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC181; }
p { color: rgb(90,193,129); }
H1.HeaderClassName
{
color: #5AC181;
}
.AnyTagClassName
{
color: #5AC181;
}
</style>
background-color css
<style>
a { background-color: #5AC181; }
a { background-color: rgb(90,193,129); }
div.DivClassName
{
background-color: #5AC181;
}
.BgClassName
{
background-color: #5AC181;
}
</style>
border-color css
<style>
span { border-color: #5AC181; }
span { border-color: rgb(90,193,129); }
td.TdClassName
{
border-color: #5AC181;
}
.TagClassName
{
border-color: #5AC181;
}
</style>