Shades of Emerald #5ACE6B
Tints of Emerald #5ACE6B
RGB
CMYK
RGB Variations
Color information
#5ACE6B (or 0x5ACE6B) is known color: Emerald. HEX triplet: 5A, CE and 6B. RGB value is (90,206,107). Sum of RGB (Red+Green+Blue) = 90+206+107=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE6B is #A53194. Grayscale: #A0A0A0. Windows color (decimal): -10826133 or 7065178. OLE color: 7065178.
HSL color Cylindrical-coordinate representation of color #5ACE6B: hue angle of 128.79º 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 #5ACE6B is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 107 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.19 |
| HSL | 128.79º | 0.54% | 0.58% | - |
| HSV(B) | 128.79º | 0.56% | 0.81% | - |
| XYZ | 28.94 | 47.38 | 21.53 | - |
| YUV | 160.03 | 98.07 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 107 | 0.56 | 0 | 0.48 | 0.19 | 128.79 | 0.54 | 0.58 |
| Hex | 5A | CE | 6B | 38 | 0 | 30 | 13 | 81 | 36 | 3A |
| Octal | 132 | 316 | 153 | 70 | 0 | 60 | 23 | 201 | 66 | 72 |
| Binary | 1011010 | 11001110 | 1101011 | 111000 | 0 | 110000 | 10011 | 10000001 | 110110 | 111010 |
Color Harmonies of #5ACE6B
Complementary color
Monochromatic Colors of #5ACE6B
Black with #5ACE6B
Text Example
Text Example
White with #5ACE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE6B; }
p { color: rgb(90,206,107); }
H1.HeaderClassName
{
color: #5ACE6B;
}
.AnyTagClassName
{
color: #5ACE6B;
}
</style>
background-color css
<style>
a { background-color: #5ACE6B; }
a { background-color: rgb(90,206,107); }
div.DivClassName
{
background-color: #5ACE6B;
}
.BgClassName
{
background-color: #5ACE6B;
}
</style>
border-color css
<style>
span { border-color: #5ACE6B; }
span { border-color: rgb(90,206,107); }
td.TdClassName
{
border-color: #5ACE6B;
}
.TagClassName
{
border-color: #5ACE6B;
}
</style>