Shades of Emerald #3AE16D
Tints of Emerald #3AE16D
RGB
CMYK
RGB Variations
Color information
#3AE16D (or 0x3AE16D) is known color: Emerald. HEX triplet: 3A, E1 and 6D. RGB value is (58,225,109). Sum of RGB (Red+Green+Blue) = 58+225+109=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE16D is #C51E92. Grayscale: #A2A2A2. Windows color (decimal): -12918419 or 7201082. OLE color: 7201082.
HSL color Cylindrical-coordinate representation of color #3AE16D: hue angle of 138.32º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE16D is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 225 | 109 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.12 |
| HSL | 138.32º | 0.74% | 0.55% | - |
| HSV(B) | 138.32º | 0.74% | 0.88% | - |
| XYZ | 31.43 | 55.85 | 23.59 | - |
| YUV | 161.84 | 98.17 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 225 | 109 | 0.74 | 0 | 0.52 | 0.12 | 138.32 | 0.74 | 0.55 |
| Hex | 3A | E1 | 6D | 4A | 0 | 34 | C | 8A | 4A | 37 |
| Octal | 72 | 341 | 155 | 112 | 0 | 64 | 14 | 212 | 112 | 67 |
| Binary | 111010 | 11100001 | 1101101 | 1001010 | 0 | 110100 | 1100 | 10001010 | 1001010 | 110111 |
Color Harmonies of #3AE16D
Complementary color
Monochromatic Colors of #3AE16D
Black with #3AE16D
Text Example
Text Example
White with #3AE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE16D; }
p { color: rgb(58,225,109); }
H1.HeaderClassName
{
color: #3AE16D;
}
.AnyTagClassName
{
color: #3AE16D;
}
</style>
background-color css
<style>
a { background-color: #3AE16D; }
a { background-color: rgb(58,225,109); }
div.DivClassName
{
background-color: #3AE16D;
}
.BgClassName
{
background-color: #3AE16D;
}
</style>
border-color css
<style>
span { border-color: #3AE16D; }
span { border-color: rgb(58,225,109); }
td.TdClassName
{
border-color: #3AE16D;
}
.TagClassName
{
border-color: #3AE16D;
}
</style>