Shades of Emerald #3AD86C
Tints of Emerald #3AD86C
RGB
CMYK
RGB Variations
Color information
#3AD86C (or 0x3AD86C) is known color: Emerald. HEX triplet: 3A, D8 and 6C. RGB value is (58,216,108). Sum of RGB (Red+Green+Blue) = 58+216+108=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD86C is #C52793. Grayscale: #9C9C9C. Windows color (decimal): -12920724 or 7133242. OLE color: 7133242.
HSL color Cylindrical-coordinate representation of color #3AD86C: hue angle of 138.99º 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 #3AD86C is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 108 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.15 |
| HSL | 138.99º | 0.67% | 0.54% | - |
| HSV(B) | 138.99º | 0.73% | 0.85% | - |
| XYZ | 29.01 | 51.09 | 22.52 | - |
| YUV | 156.45 | 100.65 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 108 | 0.73 | 0 | 0.50 | 0.15 | 138.99 | 0.67 | 0.54 |
| Hex | 3A | D8 | 6C | 49 | 0 | 32 | F | 8B | 43 | 36 |
| Octal | 72 | 330 | 154 | 111 | 0 | 62 | 17 | 213 | 103 | 66 |
| Binary | 111010 | 11011000 | 1101100 | 1001001 | 0 | 110010 | 1111 | 10001011 | 1000011 | 110110 |
Color Harmonies of #3AD86C
Complementary color
Monochromatic Colors of #3AD86C
Black with #3AD86C
Text Example
Text Example
White with #3AD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD86C; }
p { color: rgb(58,216,108); }
H1.HeaderClassName
{
color: #3AD86C;
}
.AnyTagClassName
{
color: #3AD86C;
}
</style>
background-color css
<style>
a { background-color: #3AD86C; }
a { background-color: rgb(58,216,108); }
div.DivClassName
{
background-color: #3AD86C;
}
.BgClassName
{
background-color: #3AD86C;
}
</style>
border-color css
<style>
span { border-color: #3AD86C; }
span { border-color: rgb(58,216,108); }
td.TdClassName
{
border-color: #3AD86C;
}
.TagClassName
{
border-color: #3AD86C;
}
</style>