Shades of Emerald #5ACE85
Tints of Emerald #5ACE85
RGB
CMYK
RGB Variations
Color information
#5ACE85 (or 0x5ACE85) is known color: Emerald. HEX triplet: 5A, CE and 85. RGB value is (90,206,133). Sum of RGB (Red+Green+Blue) = 90+206+133=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACE85 is #A5317A. Grayscale: #A3A3A3. Windows color (decimal): -10826107 or 8769114. OLE color: 8769114.
HSL color Cylindrical-coordinate representation of color #5ACE85: hue angle of 142.24º 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 #5ACE85 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 133 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.19 |
| HSL | 142.24º | 0.54% | 0.58% | - |
| HSV(B) | 142.24º | 0.56% | 0.81% | - |
| XYZ | 30.52 | 48.01 | 29.85 | - |
| YUV | 162.99 | 111.07 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 133 | 0.56 | 0 | 0.35 | 0.19 | 142.24 | 0.54 | 0.58 |
| Hex | 5A | CE | 85 | 38 | 0 | 23 | 13 | 8E | 36 | 3A |
| Octal | 132 | 316 | 205 | 70 | 0 | 43 | 23 | 216 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10000101 | 111000 | 0 | 100011 | 10011 | 10001110 | 110110 | 111010 |
Color Harmonies of #5ACE85
Complementary color
Monochromatic Colors of #5ACE85
Black with #5ACE85
Text Example
Text Example
White with #5ACE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE85; }
p { color: rgb(90,206,133); }
H1.HeaderClassName
{
color: #5ACE85;
}
.AnyTagClassName
{
color: #5ACE85;
}
</style>
background-color css
<style>
a { background-color: #5ACE85; }
a { background-color: rgb(90,206,133); }
div.DivClassName
{
background-color: #5ACE85;
}
.BgClassName
{
background-color: #5ACE85;
}
</style>
border-color css
<style>
span { border-color: #5ACE85; }
span { border-color: rgb(90,206,133); }
td.TdClassName
{
border-color: #5ACE85;
}
.TagClassName
{
border-color: #5ACE85;
}
</style>