Shades of Emerald #5AD67A
Tints of Emerald #5AD67A
RGB
CMYK
RGB Variations
Color information
#5AD67A (or 0x5AD67A) is known color: Emerald. HEX triplet: 5A, D6 and 7A. RGB value is (90,214,122). Sum of RGB (Red+Green+Blue) = 90+214+122=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD67A is #A52985. Grayscale: #A6A6A6. Windows color (decimal): -10824070 or 8050266. OLE color: 8050266.
HSL color Cylindrical-coordinate representation of color #5AD67A: hue angle of 135.48º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD67A is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 122 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.16 |
| HSL | 135.48º | 0.6% | 0.6% | - |
| HSV(B) | 135.48º | 0.58% | 0.84% | - |
| XYZ | 31.78 | 51.67 | 26.71 | - |
| YUV | 166.44 | 102.92 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 122 | 0.58 | 0 | 0.43 | 0.16 | 135.48 | 0.6 | 0.6 |
| Hex | 5A | D6 | 7A | 3A | 0 | 2B | 10 | 87 | 3C | 3C |
| Octal | 132 | 326 | 172 | 72 | 0 | 53 | 20 | 207 | 74 | 74 |
| Binary | 1011010 | 11010110 | 1111010 | 111010 | 0 | 101011 | 10000 | 10000111 | 111100 | 111100 |
Color Harmonies of #5AD67A
Complementary color
Monochromatic Colors of #5AD67A
Black with #5AD67A
Text Example
Text Example
White with #5AD67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD67A; }
p { color: rgb(90,214,122); }
H1.HeaderClassName
{
color: #5AD67A;
}
.AnyTagClassName
{
color: #5AD67A;
}
</style>
background-color css
<style>
a { background-color: #5AD67A; }
a { background-color: rgb(90,214,122); }
div.DivClassName
{
background-color: #5AD67A;
}
.BgClassName
{
background-color: #5AD67A;
}
</style>
border-color css
<style>
span { border-color: #5AD67A; }
span { border-color: rgb(90,214,122); }
td.TdClassName
{
border-color: #5AD67A;
}
.TagClassName
{
border-color: #5AD67A;
}
</style>