Shades of Emerald #5AD97A
Tints of Emerald #5AD97A
RGB
CMYK
RGB Variations
Color information
#5AD97A (or 0x5AD97A) is known color: Emerald. HEX triplet: 5A, D9 and 7A. RGB value is (90,217,122). Sum of RGB (Red+Green+Blue) = 90+217+122=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD97A is #A52685. Grayscale: #A8A8A8. Windows color (decimal): -10823302 or 8051034. OLE color: 8051034.
HSL color Cylindrical-coordinate representation of color #5AD97A: hue angle of 135.12º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD97A is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 122 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.15 |
| HSL | 135.12º | 0.63% | 0.6% | - |
| HSV(B) | 135.12º | 0.59% | 0.85% | - |
| XYZ | 32.54 | 53.2 | 26.97 | - |
| YUV | 168.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 122 | 0.59 | 0 | 0.44 | 0.15 | 135.12 | 0.63 | 0.6 |
| Hex | 5A | D9 | 7A | 3B | 0 | 2C | F | 87 | 3F | 3C |
| Octal | 132 | 331 | 172 | 73 | 0 | 54 | 17 | 207 | 77 | 74 |
| Binary | 1011010 | 11011001 | 1111010 | 111011 | 0 | 101100 | 1111 | 10000111 | 111111 | 111100 |
Color Harmonies of #5AD97A
Complementary color
Monochromatic Colors of #5AD97A
Black with #5AD97A
Text Example
Text Example
White with #5AD97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD97A; }
p { color: rgb(90,217,122); }
H1.HeaderClassName
{
color: #5AD97A;
}
.AnyTagClassName
{
color: #5AD97A;
}
</style>
background-color css
<style>
a { background-color: #5AD97A; }
a { background-color: rgb(90,217,122); }
div.DivClassName
{
background-color: #5AD97A;
}
.BgClassName
{
background-color: #5AD97A;
}
</style>
border-color css
<style>
span { border-color: #5AD97A; }
span { border-color: rgb(90,217,122); }
td.TdClassName
{
border-color: #5AD97A;
}
.TagClassName
{
border-color: #5AD97A;
}
</style>