Shades of Emerald #5AD070
Tints of Emerald #5AD070
RGB
CMYK
RGB Variations
Color information
#5AD070 (or 0x5AD070) is known color: Emerald. HEX triplet: 5A, D0 and 70. RGB value is (90,208,112). Sum of RGB (Red+Green+Blue) = 90+208+112=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD070 is #A52F8F. Grayscale: #A2A2A2. Windows color (decimal): -10825616 or 7393370. OLE color: 7393370.
HSL color Cylindrical-coordinate representation of color #5AD070: hue angle of 131.19º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD070 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 112 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.18 |
| HSL | 131.19º | 0.56% | 0.58% | - |
| HSV(B) | 131.19º | 0.57% | 0.82% | - |
| XYZ | 29.7 | 48.46 | 23.12 | - |
| YUV | 161.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 112 | 0.57 | 0 | 0.46 | 0.18 | 131.19 | 0.56 | 0.58 |
| Hex | 5A | D0 | 70 | 39 | 0 | 2E | 12 | 83 | 38 | 3A |
| Octal | 132 | 320 | 160 | 71 | 0 | 56 | 22 | 203 | 70 | 72 |
| Binary | 1011010 | 11010000 | 1110000 | 111001 | 0 | 101110 | 10010 | 10000011 | 111000 | 111010 |
Color Harmonies of #5AD070
Complementary color
Monochromatic Colors of #5AD070
Black with #5AD070
Text Example
Text Example
White with #5AD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD070; }
p { color: rgb(90,208,112); }
H1.HeaderClassName
{
color: #5AD070;
}
.AnyTagClassName
{
color: #5AD070;
}
</style>
background-color css
<style>
a { background-color: #5AD070; }
a { background-color: rgb(90,208,112); }
div.DivClassName
{
background-color: #5AD070;
}
.BgClassName
{
background-color: #5AD070;
}
</style>
border-color css
<style>
span { border-color: #5AD070; }
span { border-color: rgb(90,208,112); }
td.TdClassName
{
border-color: #5AD070;
}
.TagClassName
{
border-color: #5AD070;
}
</style>