Shades of Emerald #3AD27A
Tints of Emerald #3AD27A
RGB
CMYK
RGB Variations
Color information
#3AD27A (or 0x3AD27A) is known color: Emerald. HEX triplet: 3A, D2 and 7A. RGB value is (58,210,122). Sum of RGB (Red+Green+Blue) = 58+210+122=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD27A is #C52D85. Grayscale: #9A9A9A. Windows color (decimal): -12922246 or 8049210. OLE color: 8049210.
HSL color Cylindrical-coordinate representation of color #3AD27A: hue angle of 145.26º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD27A is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 122 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.18 |
| HSL | 145.26º | 0.63% | 0.53% | - |
| HSV(B) | 145.26º | 0.72% | 0.82% | - |
| XYZ | 28.3 | 48.4 | 26.26 | - |
| YUV | 154.52 | 109.64 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 122 | 0.72 | 0 | 0.42 | 0.18 | 145.26 | 0.63 | 0.53 |
| Hex | 3A | D2 | 7A | 48 | 0 | 2A | 12 | 91 | 3F | 35 |
| Octal | 72 | 322 | 172 | 110 | 0 | 52 | 22 | 221 | 77 | 65 |
| Binary | 111010 | 11010010 | 1111010 | 1001000 | 0 | 101010 | 10010 | 10010001 | 111111 | 110101 |
Color Harmonies of #3AD27A
Complementary color
Monochromatic Colors of #3AD27A
Black with #3AD27A
Text Example
Text Example
White with #3AD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD27A; }
p { color: rgb(58,210,122); }
H1.HeaderClassName
{
color: #3AD27A;
}
.AnyTagClassName
{
color: #3AD27A;
}
</style>
background-color css
<style>
a { background-color: #3AD27A; }
a { background-color: rgb(58,210,122); }
div.DivClassName
{
background-color: #3AD27A;
}
.BgClassName
{
background-color: #3AD27A;
}
</style>
border-color css
<style>
span { border-color: #3AD27A; }
span { border-color: rgb(58,210,122); }
td.TdClassName
{
border-color: #3AD27A;
}
.TagClassName
{
border-color: #3AD27A;
}
</style>