Shades of Emerald #3AD17A
Tints of Emerald #3AD17A
RGB
CMYK
RGB Variations
Color information
#3AD17A (or 0x3AD17A) is known color: Emerald. HEX triplet: 3A, D1 and 7A. RGB value is (58,209,122). Sum of RGB (Red+Green+Blue) = 58+209+122=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD17A is #C52E85. Grayscale: #9A9A9A. Windows color (decimal): -12922502 or 8048954. OLE color: 8048954.
HSL color Cylindrical-coordinate representation of color #3AD17A: hue angle of 145.43º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD17A is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 122 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.18 |
| HSL | 145.43º | 0.62% | 0.52% | - |
| HSV(B) | 145.43º | 0.72% | 0.82% | - |
| XYZ | 28.06 | 47.91 | 26.18 | - |
| YUV | 153.93 | 109.97 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 122 | 0.72 | 0 | 0.42 | 0.18 | 145.43 | 0.62 | 0.52 |
| Hex | 3A | D1 | 7A | 48 | 0 | 2A | 12 | 91 | 3E | 34 |
| Octal | 72 | 321 | 172 | 110 | 0 | 52 | 22 | 221 | 76 | 64 |
| Binary | 111010 | 11010001 | 1111010 | 1001000 | 0 | 101010 | 10010 | 10010001 | 111110 | 110100 |
Color Harmonies of #3AD17A
Complementary color
Monochromatic Colors of #3AD17A
Black with #3AD17A
Text Example
Text Example
White with #3AD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD17A; }
p { color: rgb(58,209,122); }
H1.HeaderClassName
{
color: #3AD17A;
}
.AnyTagClassName
{
color: #3AD17A;
}
</style>
background-color css
<style>
a { background-color: #3AD17A; }
a { background-color: rgb(58,209,122); }
div.DivClassName
{
background-color: #3AD17A;
}
.BgClassName
{
background-color: #3AD17A;
}
</style>
border-color css
<style>
span { border-color: #3AD17A; }
span { border-color: rgb(58,209,122); }
td.TdClassName
{
border-color: #3AD17A;
}
.TagClassName
{
border-color: #3AD17A;
}
</style>