Shades of Emerald #3AD67A
Tints of Emerald #3AD67A
RGB
CMYK
RGB Variations
Color information
#3AD67A (or 0x3AD67A) is known color: Emerald. HEX triplet: 3A, D6 and 7A. RGB value is (58,214,122). Sum of RGB (Red+Green+Blue) = 58+214+122=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD67A is #C52985. Grayscale: #9D9D9D. Windows color (decimal): -12921222 or 8050234. OLE color: 8050234.
HSL color Cylindrical-coordinate representation of color #3AD67A: hue angle of 144.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD67A is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 122 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.16 |
| HSL | 144.62º | 0.66% | 0.53% | - |
| HSV(B) | 144.62º | 0.73% | 0.84% | - |
| XYZ | 29.3 | 50.4 | 26.6 | - |
| YUV | 156.87 | 108.32 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 122 | 0.73 | 0 | 0.43 | 0.16 | 144.62 | 0.66 | 0.53 |
| Hex | 3A | D6 | 7A | 49 | 0 | 2B | 10 | 91 | 42 | 35 |
| Octal | 72 | 326 | 172 | 111 | 0 | 53 | 20 | 221 | 102 | 65 |
| Binary | 111010 | 11010110 | 1111010 | 1001001 | 0 | 101011 | 10000 | 10010001 | 1000010 | 110101 |
Color Harmonies of #3AD67A
Complementary color
Monochromatic Colors of #3AD67A
Black with #3AD67A
Text Example
Text Example
White with #3AD67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD67A; }
p { color: rgb(58,214,122); }
H1.HeaderClassName
{
color: #3AD67A;
}
.AnyTagClassName
{
color: #3AD67A;
}
</style>
background-color css
<style>
a { background-color: #3AD67A; }
a { background-color: rgb(58,214,122); }
div.DivClassName
{
background-color: #3AD67A;
}
.BgClassName
{
background-color: #3AD67A;
}
</style>
border-color css
<style>
span { border-color: #3AD67A; }
span { border-color: rgb(58,214,122); }
td.TdClassName
{
border-color: #3AD67A;
}
.TagClassName
{
border-color: #3AD67A;
}
</style>