Shades of Emerald #3ACC81
Tints of Emerald #3ACC81
RGB
CMYK
RGB Variations
Color information
#3ACC81 (or 0x3ACC81) is known color: Emerald. HEX triplet: 3A, CC and 81. RGB value is (58,204,129). Sum of RGB (Red+Green+Blue) = 58+204+129=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACC81 is #C5337E. Grayscale: #979797. Windows color (decimal): -12923775 or 8506426. OLE color: 8506426.
HSL color Cylindrical-coordinate representation of color #3ACC81: hue angle of 149.18º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC81 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 129 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.2 |
| HSL | 149.18º | 0.59% | 0.51% | - |
| HSV(B) | 149.18º | 0.72% | 0.8% | - |
| XYZ | 27.3 | 45.67 | 28.15 | - |
| YUV | 151.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 129 | 0.72 | 0 | 0.37 | 0.2 | 149.18 | 0.59 | 0.51 |
| Hex | 3A | CC | 81 | 48 | 0 | 25 | 14 | 95 | 3B | 33 |
| Octal | 72 | 314 | 201 | 110 | 0 | 45 | 24 | 225 | 73 | 63 |
| Binary | 111010 | 11001100 | 10000001 | 1001000 | 0 | 100101 | 10100 | 10010101 | 111011 | 110011 |
Color Harmonies of #3ACC81
Complementary color
Monochromatic Colors of #3ACC81
Black with #3ACC81
Text Example
Text Example
White with #3ACC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC81; }
p { color: rgb(58,204,129); }
H1.HeaderClassName
{
color: #3ACC81;
}
.AnyTagClassName
{
color: #3ACC81;
}
</style>
background-color css
<style>
a { background-color: #3ACC81; }
a { background-color: rgb(58,204,129); }
div.DivClassName
{
background-color: #3ACC81;
}
.BgClassName
{
background-color: #3ACC81;
}
</style>
border-color css
<style>
span { border-color: #3ACC81; }
span { border-color: rgb(58,204,129); }
td.TdClassName
{
border-color: #3ACC81;
}
.TagClassName
{
border-color: #3ACC81;
}
</style>