Shades of Emerald #5AD06C
Tints of Emerald #5AD06C
RGB
CMYK
RGB Variations
Color information
#5AD06C (or 0x5AD06C) is known color: Emerald. HEX triplet: 5A, D0 and 6C. RGB value is (90,208,108). Sum of RGB (Red+Green+Blue) = 90+208+108=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD06C is #A52F93. Grayscale: #A1A1A1. Windows color (decimal): -10825620 or 7131226. OLE color: 7131226.
HSL color Cylindrical-coordinate representation of color #5AD06C: hue angle of 129.15º 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 #5AD06C is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 108 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.18 |
| HSL | 129.15º | 0.56% | 0.58% | - |
| HSV(B) | 129.15º | 0.57% | 0.82% | - |
| XYZ | 29.48 | 48.37 | 21.97 | - |
| YUV | 161.32 | 97.91 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 108 | 0.57 | 0 | 0.48 | 0.18 | 129.15 | 0.56 | 0.58 |
| Hex | 5A | D0 | 6C | 39 | 0 | 30 | 12 | 81 | 38 | 3A |
| Octal | 132 | 320 | 154 | 71 | 0 | 60 | 22 | 201 | 70 | 72 |
| Binary | 1011010 | 11010000 | 1101100 | 111001 | 0 | 110000 | 10010 | 10000001 | 111000 | 111010 |
Color Harmonies of #5AD06C
Complementary color
Monochromatic Colors of #5AD06C
Black with #5AD06C
Text Example
Text Example
White with #5AD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD06C; }
p { color: rgb(90,208,108); }
H1.HeaderClassName
{
color: #5AD06C;
}
.AnyTagClassName
{
color: #5AD06C;
}
</style>
background-color css
<style>
a { background-color: #5AD06C; }
a { background-color: rgb(90,208,108); }
div.DivClassName
{
background-color: #5AD06C;
}
.BgClassName
{
background-color: #5AD06C;
}
</style>
border-color css
<style>
span { border-color: #5AD06C; }
span { border-color: rgb(90,208,108); }
td.TdClassName
{
border-color: #5AD06C;
}
.TagClassName
{
border-color: #5AD06C;
}
</style>