Shades of Emerald #5AD06D
Tints of Emerald #5AD06D
RGB
CMYK
RGB Variations
Color information
#5AD06D (or 0x5AD06D) is known color: Emerald. HEX triplet: 5A, D0 and 6D. RGB value is (90,208,109). Sum of RGB (Red+Green+Blue) = 90+208+109=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD06D is #A52F92. Grayscale: #A1A1A1. Windows color (decimal): -10825619 or 7196762. OLE color: 7196762.
HSL color Cylindrical-coordinate representation of color #5AD06D: hue angle of 129.66º 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 #5AD06D is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 109 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.18 |
| HSL | 129.66º | 0.56% | 0.58% | - |
| HSV(B) | 129.66º | 0.57% | 0.82% | - |
| XYZ | 29.53 | 48.39 | 22.25 | - |
| YUV | 161.43 | 98.41 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 109 | 0.57 | 0 | 0.48 | 0.18 | 129.66 | 0.56 | 0.58 |
| Hex | 5A | D0 | 6D | 39 | 0 | 30 | 12 | 82 | 38 | 3A |
| Octal | 132 | 320 | 155 | 71 | 0 | 60 | 22 | 202 | 70 | 72 |
| Binary | 1011010 | 11010000 | 1101101 | 111001 | 0 | 110000 | 10010 | 10000010 | 111000 | 111010 |
Color Harmonies of #5AD06D
Complementary color
Monochromatic Colors of #5AD06D
Black with #5AD06D
Text Example
Text Example
White with #5AD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD06D; }
p { color: rgb(90,208,109); }
H1.HeaderClassName
{
color: #5AD06D;
}
.AnyTagClassName
{
color: #5AD06D;
}
</style>
background-color css
<style>
a { background-color: #5AD06D; }
a { background-color: rgb(90,208,109); }
div.DivClassName
{
background-color: #5AD06D;
}
.BgClassName
{
background-color: #5AD06D;
}
</style>
border-color css
<style>
span { border-color: #5AD06D; }
span { border-color: rgb(90,208,109); }
td.TdClassName
{
border-color: #5AD06D;
}
.TagClassName
{
border-color: #5AD06D;
}
</style>