Shades of Emerald #5ADC8B
Tints of Emerald #5ADC8B
RGB
CMYK
RGB Variations
Color information
#5ADC8B (or 0x5ADC8B) is known color: Emerald. HEX triplet: 5A, DC and 8B. RGB value is (90,220,139). Sum of RGB (Red+Green+Blue) = 90+220+139=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADC8B is #A52374. Grayscale: #ACACAC. Windows color (decimal): -10822517 or 9165914. OLE color: 9165914.
HSL color Cylindrical-coordinate representation of color #5ADC8B: hue angle of 142.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADC8B is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 139 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.14 |
| HSL | 142.62º | 0.65% | 0.61% | - |
| HSV(B) | 142.62º | 0.59% | 0.86% | - |
| XYZ | 34.47 | 55.22 | 33.27 | - |
| YUV | 171.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 139 | 0.59 | 0 | 0.37 | 0.14 | 142.62 | 0.65 | 0.61 |
| Hex | 5A | DC | 8B | 3B | 0 | 25 | E | 8F | 41 | 3D |
| Octal | 132 | 334 | 213 | 73 | 0 | 45 | 16 | 217 | 101 | 75 |
| Binary | 1011010 | 11011100 | 10001011 | 111011 | 0 | 100101 | 1110 | 10001111 | 1000001 | 111101 |
Color Harmonies of #5ADC8B
Complementary color
Monochromatic Colors of #5ADC8B
Black with #5ADC8B
Text Example
Text Example
White with #5ADC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC8B; }
p { color: rgb(90,220,139); }
H1.HeaderClassName
{
color: #5ADC8B;
}
.AnyTagClassName
{
color: #5ADC8B;
}
</style>
background-color css
<style>
a { background-color: #5ADC8B; }
a { background-color: rgb(90,220,139); }
div.DivClassName
{
background-color: #5ADC8B;
}
.BgClassName
{
background-color: #5ADC8B;
}
</style>
border-color css
<style>
span { border-color: #5ADC8B; }
span { border-color: rgb(90,220,139); }
td.TdClassName
{
border-color: #5ADC8B;
}
.TagClassName
{
border-color: #5ADC8B;
}
</style>