Shades of Emerald #5AD27A
Tints of Emerald #5AD27A
RGB
CMYK
RGB Variations
Color information
#5AD27A (or 0x5AD27A) is known color: Emerald. HEX triplet: 5A, D2 and 7A. RGB value is (90,210,122). Sum of RGB (Red+Green+Blue) = 90+210+122=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD27A is #A52D85. Grayscale: #A4A4A4. Windows color (decimal): -10825094 or 8049242. OLE color: 8049242.
HSL color Cylindrical-coordinate representation of color #5AD27A: hue angle of 136º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD27A is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 122 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.18 |
| HSL | 136º | 0.57% | 0.59% | - |
| HSV(B) | 136º | 0.57% | 0.82% | - |
| XYZ | 30.78 | 49.67 | 26.38 | - |
| YUV | 164.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 122 | 0.57 | 0 | 0.42 | 0.18 | 136 | 0.57 | 0.59 |
| Hex | 5A | D2 | 7A | 39 | 0 | 2A | 12 | 88 | 39 | 3B |
| Octal | 132 | 322 | 172 | 71 | 0 | 52 | 22 | 210 | 71 | 73 |
| Binary | 1011010 | 11010010 | 1111010 | 111001 | 0 | 101010 | 10010 | 10001000 | 111001 | 111011 |
Color Harmonies of #5AD27A
Complementary color
Monochromatic Colors of #5AD27A
Black with #5AD27A
Text Example
Text Example
White with #5AD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD27A; }
p { color: rgb(90,210,122); }
H1.HeaderClassName
{
color: #5AD27A;
}
.AnyTagClassName
{
color: #5AD27A;
}
</style>
background-color css
<style>
a { background-color: #5AD27A; }
a { background-color: rgb(90,210,122); }
div.DivClassName
{
background-color: #5AD27A;
}
.BgClassName
{
background-color: #5AD27A;
}
</style>
border-color css
<style>
span { border-color: #5AD27A; }
span { border-color: rgb(90,210,122); }
td.TdClassName
{
border-color: #5AD27A;
}
.TagClassName
{
border-color: #5AD27A;
}
</style>