Shades of Emerald #3AD86D
Tints of Emerald #3AD86D
RGB
CMYK
RGB Variations
Color information
#3AD86D (or 0x3AD86D) is known color: Emerald. HEX triplet: 3A, D8 and 6D. RGB value is (58,216,109). Sum of RGB (Red+Green+Blue) = 58+216+109=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD86D is #C52792. Grayscale: #9C9C9C. Windows color (decimal): -12920723 or 7198778. OLE color: 7198778.
HSL color Cylindrical-coordinate representation of color #3AD86D: hue angle of 139.37º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD86D is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 109 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.15 |
| HSL | 139.37º | 0.67% | 0.54% | - |
| HSV(B) | 139.37º | 0.73% | 0.85% | - |
| XYZ | 29.06 | 51.12 | 22.8 | - |
| YUV | 156.56 | 101.15 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 109 | 0.73 | 0 | 0.50 | 0.15 | 139.37 | 0.67 | 0.54 |
| Hex | 3A | D8 | 6D | 49 | 0 | 32 | F | 8B | 43 | 36 |
| Octal | 72 | 330 | 155 | 111 | 0 | 62 | 17 | 213 | 103 | 66 |
| Binary | 111010 | 11011000 | 1101101 | 1001001 | 0 | 110010 | 1111 | 10001011 | 1000011 | 110110 |
Color Harmonies of #3AD86D
Complementary color
Monochromatic Colors of #3AD86D
Black with #3AD86D
Text Example
Text Example
White with #3AD86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD86D; }
p { color: rgb(58,216,109); }
H1.HeaderClassName
{
color: #3AD86D;
}
.AnyTagClassName
{
color: #3AD86D;
}
</style>
background-color css
<style>
a { background-color: #3AD86D; }
a { background-color: rgb(58,216,109); }
div.DivClassName
{
background-color: #3AD86D;
}
.BgClassName
{
background-color: #3AD86D;
}
</style>
border-color css
<style>
span { border-color: #3AD86D; }
span { border-color: rgb(58,216,109); }
td.TdClassName
{
border-color: #3AD86D;
}
.TagClassName
{
border-color: #3AD86D;
}
</style>