Shades of Emerald #5AC86F
Tints of Emerald #5AC86F
RGB
CMYK
RGB Variations
Color information
#5AC86F (or 0x5AC86F) is known color: Emerald. HEX triplet: 5A, C8 and 6F. RGB value is (90,200,111). Sum of RGB (Red+Green+Blue) = 90+200+111=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC86F is #A53790. Grayscale: #9D9D9D. Windows color (decimal): -10827665 or 7325786. OLE color: 7325786.
HSL color Cylindrical-coordinate representation of color #5AC86F: hue angle of 131.45º 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 #5AC86F is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 111 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.22 |
| HSL | 131.45º | 0.5% | 0.57% | - |
| HSV(B) | 131.45º | 0.55% | 0.78% | - |
| XYZ | 27.74 | 44.63 | 22.19 | - |
| YUV | 156.96 | 102.06 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 111 | 0.55 | 0 | 0.44 | 0.22 | 131.45 | 0.5 | 0.57 |
| Hex | 5A | C8 | 6F | 37 | 0 | 2C | 16 | 83 | 32 | 39 |
| Octal | 132 | 310 | 157 | 67 | 0 | 54 | 26 | 203 | 62 | 71 |
| Binary | 1011010 | 11001000 | 1101111 | 110111 | 0 | 101100 | 10110 | 10000011 | 110010 | 111001 |
Color Harmonies of #5AC86F
Complementary color
Monochromatic Colors of #5AC86F
Black with #5AC86F
Text Example
Text Example
White with #5AC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC86F; }
p { color: rgb(90,200,111); }
H1.HeaderClassName
{
color: #5AC86F;
}
.AnyTagClassName
{
color: #5AC86F;
}
</style>
background-color css
<style>
a { background-color: #5AC86F; }
a { background-color: rgb(90,200,111); }
div.DivClassName
{
background-color: #5AC86F;
}
.BgClassName
{
background-color: #5AC86F;
}
</style>
border-color css
<style>
span { border-color: #5AC86F; }
span { border-color: rgb(90,200,111); }
td.TdClassName
{
border-color: #5AC86F;
}
.TagClassName
{
border-color: #5AC86F;
}
</style>