Shades of Emerald #3AEC64
Tints of Emerald #3AEC64
RGB
CMYK
RGB Variations
Color information
#3AEC64 (or 0x3AEC64) is known color: Emerald. HEX triplet: 3A, EC and 64. RGB value is (58,236,100). Sum of RGB (Red+Green+Blue) = 58+236+100=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 236 (92.58% from 255 or 59.90% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEC64 is #C5139B. Grayscale: #A7A7A7. Windows color (decimal): -12915612 or 6614074. OLE color: 6614074.
HSL color Cylindrical-coordinate representation of color #3AEC64: hue angle of 134.16º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEC64 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 100 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.07 |
| HSL | 134.16º | 0.82% | 0.58% | - |
| HSV(B) | 134.16º | 0.75% | 0.93% | - |
| XYZ | 34.04 | 61.81 | 22.19 | - |
| YUV | 167.27 | 90.03 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 100 | 0.75 | 0 | 0.58 | 0.07 | 134.16 | 0.82 | 0.58 |
| Hex | 3A | EC | 64 | 4B | 0 | 3A | 7 | 86 | 52 | 3A |
| Octal | 72 | 354 | 144 | 113 | 0 | 72 | 7 | 206 | 122 | 72 |
| Binary | 111010 | 11101100 | 1100100 | 1001011 | 0 | 111010 | 111 | 10000110 | 1010010 | 111010 |
Color Harmonies of #3AEC64
Complementary color
Monochromatic Colors of #3AEC64
Black with #3AEC64
Text Example
Text Example
White with #3AEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEC64; }
p { color: rgb(58,236,100); }
H1.HeaderClassName
{
color: #3AEC64;
}
.AnyTagClassName
{
color: #3AEC64;
}
</style>
background-color css
<style>
a { background-color: #3AEC64; }
a { background-color: rgb(58,236,100); }
div.DivClassName
{
background-color: #3AEC64;
}
.BgClassName
{
background-color: #3AEC64;
}
</style>
border-color css
<style>
span { border-color: #3AEC64; }
span { border-color: rgb(58,236,100); }
td.TdClassName
{
border-color: #3AEC64;
}
.TagClassName
{
border-color: #3AEC64;
}
</style>