Shades of Emerald #3AD46A
Tints of Emerald #3AD46A
RGB
CMYK
RGB Variations
Color information
#3AD46A (or 0x3AD46A) is known color: Emerald. HEX triplet: 3A, D4 and 6A. RGB value is (58,212,106). Sum of RGB (Red+Green+Blue) = 58+212+106=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD46A is #C52B95. Grayscale: #9A9A9A. Windows color (decimal): -12921750 or 7001146. OLE color: 7001146.
HSL color Cylindrical-coordinate representation of color #3AD46A: hue angle of 138.7º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD46A is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 106 | - |
| CMYK | 0.73 | 0 | 0.5 | 0.17 |
| HSL | 138.7º | 0.64% | 0.53% | - |
| HSV(B) | 138.7º | 0.73% | 0.83% | - |
| XYZ | 27.89 | 49.03 | 21.63 | - |
| YUV | 153.87 | 100.98 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 106 | 0.73 | 0 | 0.5 | 0.17 | 138.7 | 0.64 | 0.53 |
| Hex | 3A | D4 | 6A | 49 | 0 | 32 | 11 | 8B | 40 | 35 |
| Octal | 72 | 324 | 152 | 111 | 0 | 62 | 21 | 213 | 100 | 65 |
| Binary | 111010 | 11010100 | 1101010 | 1001001 | 0 | 110010 | 10001 | 10001011 | 1000000 | 110101 |
Color Harmonies of #3AD46A
Complementary color
Monochromatic Colors of #3AD46A
Black with #3AD46A
Text Example
Text Example
White with #3AD46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD46A; }
p { color: rgb(58,212,106); }
H1.HeaderClassName
{
color: #3AD46A;
}
.AnyTagClassName
{
color: #3AD46A;
}
</style>
background-color css
<style>
a { background-color: #3AD46A; }
a { background-color: rgb(58,212,106); }
div.DivClassName
{
background-color: #3AD46A;
}
.BgClassName
{
background-color: #3AD46A;
}
</style>
border-color css
<style>
span { border-color: #3AD46A; }
span { border-color: rgb(58,212,106); }
td.TdClassName
{
border-color: #3AD46A;
}
.TagClassName
{
border-color: #3AD46A;
}
</style>