Shades of Emerald #3AD969
Tints of Emerald #3AD969
RGB
CMYK
RGB Variations
Color information
#3AD969 (or 0x3AD969) is known color: Emerald. HEX triplet: 3A, D9 and 69. RGB value is (58,217,105). Sum of RGB (Red+Green+Blue) = 58+217+105=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD969 is #C52696. Grayscale: #9C9C9C. Windows color (decimal): -12920471 or 6936890. OLE color: 6936890.
HSL color Cylindrical-coordinate representation of color #3AD969: hue angle of 137.74º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD969 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 105 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.15 |
| HSL | 137.74º | 0.68% | 0.54% | - |
| HSV(B) | 137.74º | 0.73% | 0.85% | - |
| XYZ | 29.11 | 51.55 | 21.78 | - |
| YUV | 156.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 105 | 0.73 | 0 | 0.52 | 0.15 | 137.74 | 0.68 | 0.54 |
| Hex | 3A | D9 | 69 | 49 | 0 | 34 | F | 8A | 44 | 36 |
| Octal | 72 | 331 | 151 | 111 | 0 | 64 | 17 | 212 | 104 | 66 |
| Binary | 111010 | 11011001 | 1101001 | 1001001 | 0 | 110100 | 1111 | 10001010 | 1000100 | 110110 |
Color Harmonies of #3AD969
Complementary color
Monochromatic Colors of #3AD969
Black with #3AD969
Text Example
Text Example
White with #3AD969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD969; }
p { color: rgb(58,217,105); }
H1.HeaderClassName
{
color: #3AD969;
}
.AnyTagClassName
{
color: #3AD969;
}
</style>
background-color css
<style>
a { background-color: #3AD969; }
a { background-color: rgb(58,217,105); }
div.DivClassName
{
background-color: #3AD969;
}
.BgClassName
{
background-color: #3AD969;
}
</style>
border-color css
<style>
span { border-color: #3AD969; }
span { border-color: rgb(58,217,105); }
td.TdClassName
{
border-color: #3AD969;
}
.TagClassName
{
border-color: #3AD969;
}
</style>