Shades of Emerald #5AC86E
Tints of Emerald #5AC86E
RGB
CMYK
RGB Variations
Color information
#5AC86E (or 0x5AC86E) is known color: Emerald. HEX triplet: 5A, C8 and 6E. RGB value is (90,200,110). Sum of RGB (Red+Green+Blue) = 90+200+110=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC86E is #A53791. Grayscale: #9D9D9D. Windows color (decimal): -10827666 or 7260250. OLE color: 7260250.
HSL color Cylindrical-coordinate representation of color #5AC86E: hue angle of 130.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC86E is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 110 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.22 |
| HSL | 130.91º | 0.5% | 0.57% | - |
| HSV(B) | 130.91º | 0.55% | 0.78% | - |
| XYZ | 27.69 | 44.61 | 21.9 | - |
| YUV | 156.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 110 | 0.55 | 0 | 0.45 | 0.22 | 130.91 | 0.5 | 0.57 |
| Hex | 5A | C8 | 6E | 37 | 0 | 2D | 16 | 83 | 32 | 39 |
| Octal | 132 | 310 | 156 | 67 | 0 | 55 | 26 | 203 | 62 | 71 |
| Binary | 1011010 | 11001000 | 1101110 | 110111 | 0 | 101101 | 10110 | 10000011 | 110010 | 111001 |
Color Harmonies of #5AC86E
Complementary color
Monochromatic Colors of #5AC86E
Black with #5AC86E
Text Example
Text Example
White with #5AC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC86E; }
p { color: rgb(90,200,110); }
H1.HeaderClassName
{
color: #5AC86E;
}
.AnyTagClassName
{
color: #5AC86E;
}
</style>
background-color css
<style>
a { background-color: #5AC86E; }
a { background-color: rgb(90,200,110); }
div.DivClassName
{
background-color: #5AC86E;
}
.BgClassName
{
background-color: #5AC86E;
}
</style>
border-color css
<style>
span { border-color: #5AC86E; }
span { border-color: rgb(90,200,110); }
td.TdClassName
{
border-color: #5AC86E;
}
.TagClassName
{
border-color: #5AC86E;
}
</style>