Shades of Emerald #3AC980
Tints of Emerald #3AC980
RGB
CMYK
RGB Variations
Color information
#3AC980 (or 0x3AC980) is known color: Emerald. HEX triplet: 3A, C9 and 80. RGB value is (58,201,128). Sum of RGB (Red+Green+Blue) = 58+201+128=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC980 is #C5367F. Grayscale: #969696. Windows color (decimal): -12924544 or 8440122. OLE color: 8440122.
HSL color Cylindrical-coordinate representation of color #3AC980: hue angle of 149.37º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC980 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 128 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.21 |
| HSL | 149.37º | 0.57% | 0.51% | - |
| HSV(B) | 149.37º | 0.71% | 0.79% | - |
| XYZ | 26.53 | 44.23 | 27.56 | - |
| YUV | 149.92 | 115.62 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 128 | 0.71 | 0 | 0.36 | 0.21 | 149.37 | 0.57 | 0.51 |
| Hex | 3A | C9 | 80 | 47 | 0 | 24 | 15 | 95 | 39 | 33 |
| Octal | 72 | 311 | 200 | 107 | 0 | 44 | 25 | 225 | 71 | 63 |
| Binary | 111010 | 11001001 | 10000000 | 1000111 | 0 | 100100 | 10101 | 10010101 | 111001 | 110011 |
Color Harmonies of #3AC980
Complementary color
Monochromatic Colors of #3AC980
Black with #3AC980
Text Example
Text Example
White with #3AC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC980; }
p { color: rgb(58,201,128); }
H1.HeaderClassName
{
color: #3AC980;
}
.AnyTagClassName
{
color: #3AC980;
}
</style>
background-color css
<style>
a { background-color: #3AC980; }
a { background-color: rgb(58,201,128); }
div.DivClassName
{
background-color: #3AC980;
}
.BgClassName
{
background-color: #3AC980;
}
</style>
border-color css
<style>
span { border-color: #3AC980; }
span { border-color: rgb(58,201,128); }
td.TdClassName
{
border-color: #3AC980;
}
.TagClassName
{
border-color: #3AC980;
}
</style>