Shades of Emerald #3AD07E
Tints of Emerald #3AD07E
RGB
CMYK
RGB Variations
Color information
#3AD07E (or 0x3AD07E) is known color: Emerald. HEX triplet: 3A, D0 and 7E. RGB value is (58,208,126). Sum of RGB (Red+Green+Blue) = 58+208+126=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD07E is #C52F81. Grayscale: #999999. Windows color (decimal): -12922754 or 8310842. OLE color: 8310842.
HSL color Cylindrical-coordinate representation of color #3AD07E: hue angle of 147.2º degrees, saturation: 0.61, 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 #3AD07E is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 126 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.18 |
| HSL | 147.2º | 0.61% | 0.52% | - |
| HSV(B) | 147.2º | 0.72% | 0.82% | - |
| XYZ | 28.07 | 47.52 | 27.43 | - |
| YUV | 153.8 | 112.31 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 126 | 0.72 | 0 | 0.39 | 0.18 | 147.2 | 0.61 | 0.52 |
| Hex | 3A | D0 | 7E | 48 | 0 | 27 | 12 | 93 | 3D | 34 |
| Octal | 72 | 320 | 176 | 110 | 0 | 47 | 22 | 223 | 75 | 64 |
| Binary | 111010 | 11010000 | 1111110 | 1001000 | 0 | 100111 | 10010 | 10010011 | 111101 | 110100 |
Color Harmonies of #3AD07E
Complementary color
Monochromatic Colors of #3AD07E
Black with #3AD07E
Text Example
Text Example
White with #3AD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD07E; }
p { color: rgb(58,208,126); }
H1.HeaderClassName
{
color: #3AD07E;
}
.AnyTagClassName
{
color: #3AD07E;
}
</style>
background-color css
<style>
a { background-color: #3AD07E; }
a { background-color: rgb(58,208,126); }
div.DivClassName
{
background-color: #3AD07E;
}
.BgClassName
{
background-color: #3AD07E;
}
</style>
border-color css
<style>
span { border-color: #3AD07E; }
span { border-color: rgb(58,208,126); }
td.TdClassName
{
border-color: #3AD07E;
}
.TagClassName
{
border-color: #3AD07E;
}
</style>