Shades of Emerald #5ACE6C
Tints of Emerald #5ACE6C
RGB
CMYK
RGB Variations
Color information
#5ACE6C (or 0x5ACE6C) is known color: Emerald. HEX triplet: 5A, CE and 6C. RGB value is (90,206,108). Sum of RGB (Red+Green+Blue) = 90+206+108=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE6C is #A53193. Grayscale: #A0A0A0. Windows color (decimal): -10826132 or 7130714. OLE color: 7130714.
HSL color Cylindrical-coordinate representation of color #5ACE6C: hue angle of 129.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACE6C is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 108 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.19 |
| HSL | 129.31º | 0.54% | 0.58% | - |
| HSV(B) | 129.31º | 0.56% | 0.81% | - |
| XYZ | 28.99 | 47.4 | 21.81 | - |
| YUV | 160.14 | 98.57 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 108 | 0.56 | 0 | 0.48 | 0.19 | 129.31 | 0.54 | 0.58 |
| Hex | 5A | CE | 6C | 38 | 0 | 30 | 13 | 81 | 36 | 3A |
| Octal | 132 | 316 | 154 | 70 | 0 | 60 | 23 | 201 | 66 | 72 |
| Binary | 1011010 | 11001110 | 1101100 | 111000 | 0 | 110000 | 10011 | 10000001 | 110110 | 111010 |
Color Harmonies of #5ACE6C
Complementary color
Monochromatic Colors of #5ACE6C
Black with #5ACE6C
Text Example
Text Example
White with #5ACE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE6C; }
p { color: rgb(90,206,108); }
H1.HeaderClassName
{
color: #5ACE6C;
}
.AnyTagClassName
{
color: #5ACE6C;
}
</style>
background-color css
<style>
a { background-color: #5ACE6C; }
a { background-color: rgb(90,206,108); }
div.DivClassName
{
background-color: #5ACE6C;
}
.BgClassName
{
background-color: #5ACE6C;
}
</style>
border-color css
<style>
span { border-color: #5ACE6C; }
span { border-color: rgb(90,206,108); }
td.TdClassName
{
border-color: #5ACE6C;
}
.TagClassName
{
border-color: #5ACE6C;
}
</style>