Shades of Emerald #3AD27F
Tints of Emerald #3AD27F
RGB
CMYK
RGB Variations
Color information
#3AD27F (or 0x3AD27F) is known color: Emerald. HEX triplet: 3A, D2 and 7F. RGB value is (58,210,127). Sum of RGB (Red+Green+Blue) = 58+210+127=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD27F is #C52D80. Grayscale: #9B9B9B. Windows color (decimal): -12922241 or 8376890. OLE color: 8376890.
HSL color Cylindrical-coordinate representation of color #3AD27F: hue angle of 147.24º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD27F is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 127 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.18 |
| HSL | 147.24º | 0.63% | 0.53% | - |
| HSV(B) | 147.24º | 0.72% | 0.82% | - |
| XYZ | 28.62 | 48.53 | 27.94 | - |
| YUV | 155.09 | 112.14 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 127 | 0.72 | 0 | 0.40 | 0.18 | 147.24 | 0.63 | 0.53 |
| Hex | 3A | D2 | 7F | 48 | 0 | 28 | 12 | 93 | 3F | 35 |
| Octal | 72 | 322 | 177 | 110 | 0 | 50 | 22 | 223 | 77 | 65 |
| Binary | 111010 | 11010010 | 1111111 | 1001000 | 0 | 101000 | 10010 | 10010011 | 111111 | 110101 |
Color Harmonies of #3AD27F
Complementary color
Monochromatic Colors of #3AD27F
Black with #3AD27F
Text Example
Text Example
White with #3AD27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD27F; }
p { color: rgb(58,210,127); }
H1.HeaderClassName
{
color: #3AD27F;
}
.AnyTagClassName
{
color: #3AD27F;
}
</style>
background-color css
<style>
a { background-color: #3AD27F; }
a { background-color: rgb(58,210,127); }
div.DivClassName
{
background-color: #3AD27F;
}
.BgClassName
{
background-color: #3AD27F;
}
</style>
border-color css
<style>
span { border-color: #3AD27F; }
span { border-color: rgb(58,210,127); }
td.TdClassName
{
border-color: #3AD27F;
}
.TagClassName
{
border-color: #3AD27F;
}
</style>