Shades of Emerald #5AC380
Tints of Emerald #5AC380
RGB
CMYK
RGB Variations
Color information
#5AC380 (or 0x5AC380) is known color: Emerald. HEX triplet: 5A, C3 and 80. RGB value is (90,195,128). Sum of RGB (Red+Green+Blue) = 90+195+128=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC380 is #A53C7F. Grayscale: #9C9C9C. Windows color (decimal): -10828928 or 8438618. OLE color: 8438618.
HSL color Cylindrical-coordinate representation of color #5AC380: hue angle of 141.71º degrees, saturation: 0.47, 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 #5AC380 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 128 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.24 |
| HSL | 141.71º | 0.47% | 0.56% | - |
| HSV(B) | 141.71º | 0.54% | 0.76% | - |
| XYZ | 27.63 | 42.76 | 27.22 | - |
| YUV | 155.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 128 | 0.54 | 0 | 0.34 | 0.24 | 141.71 | 0.47 | 0.56 |
| Hex | 5A | C3 | 80 | 36 | 0 | 22 | 18 | 8E | 2F | 38 |
| Octal | 132 | 303 | 200 | 66 | 0 | 42 | 30 | 216 | 57 | 70 |
| Binary | 1011010 | 11000011 | 10000000 | 110110 | 0 | 100010 | 11000 | 10001110 | 101111 | 111000 |
Color Harmonies of #5AC380
Complementary color
Monochromatic Colors of #5AC380
Black with #5AC380
Text Example
Text Example
White with #5AC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC380; }
p { color: rgb(90,195,128); }
H1.HeaderClassName
{
color: #5AC380;
}
.AnyTagClassName
{
color: #5AC380;
}
</style>
background-color css
<style>
a { background-color: #5AC380; }
a { background-color: rgb(90,195,128); }
div.DivClassName
{
background-color: #5AC380;
}
.BgClassName
{
background-color: #5AC380;
}
</style>
border-color css
<style>
span { border-color: #5AC380; }
span { border-color: rgb(90,195,128); }
td.TdClassName
{
border-color: #5AC380;
}
.TagClassName
{
border-color: #5AC380;
}
</style>