Shades of Emerald #5ACE70
Tints of Emerald #5ACE70
RGB
CMYK
RGB Variations
Color information
#5ACE70 (or 0x5ACE70) is known color: Emerald. HEX triplet: 5A, CE and 70. RGB value is (90,206,112). Sum of RGB (Red+Green+Blue) = 90+206+112=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE70 is #A5318F. Grayscale: #A0A0A0. Windows color (decimal): -10826128 or 7392858. OLE color: 7392858.
HSL color Cylindrical-coordinate representation of color #5ACE70: hue angle of 131.38º 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 #5ACE70 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 112 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.19 |
| HSL | 131.38º | 0.54% | 0.58% | - |
| HSV(B) | 131.38º | 0.56% | 0.81% | - |
| XYZ | 29.21 | 47.49 | 22.96 | - |
| YUV | 160.6 | 100.57 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 112 | 0.56 | 0 | 0.46 | 0.19 | 131.38 | 0.54 | 0.58 |
| Hex | 5A | CE | 70 | 38 | 0 | 2E | 13 | 83 | 36 | 3A |
| Octal | 132 | 316 | 160 | 70 | 0 | 56 | 23 | 203 | 66 | 72 |
| Binary | 1011010 | 11001110 | 1110000 | 111000 | 0 | 101110 | 10011 | 10000011 | 110110 | 111010 |
Color Harmonies of #5ACE70
Complementary color
Monochromatic Colors of #5ACE70
Black with #5ACE70
Text Example
Text Example
White with #5ACE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE70; }
p { color: rgb(90,206,112); }
H1.HeaderClassName
{
color: #5ACE70;
}
.AnyTagClassName
{
color: #5ACE70;
}
</style>
background-color css
<style>
a { background-color: #5ACE70; }
a { background-color: rgb(90,206,112); }
div.DivClassName
{
background-color: #5ACE70;
}
.BgClassName
{
background-color: #5ACE70;
}
</style>
border-color css
<style>
span { border-color: #5ACE70; }
span { border-color: rgb(90,206,112); }
td.TdClassName
{
border-color: #5ACE70;
}
.TagClassName
{
border-color: #5ACE70;
}
</style>