Shades of Emerald #3AD869
Tints of Emerald #3AD869
RGB
CMYK
RGB Variations
Color information
#3AD869 (or 0x3AD869) is known color: Emerald. HEX triplet: 3A, D8 and 69. RGB value is (58,216,105). Sum of RGB (Red+Green+Blue) = 58+216+105=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD869 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD869 is #C52796. Grayscale: #9C9C9C. Windows color (decimal): -12920727 or 6936634. OLE color: 6936634.
HSL color Cylindrical-coordinate representation of color #3AD869: hue angle of 137.85º degrees, saturation: 0.67, 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 #3AD869 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 105 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.15 |
| HSL | 137.85º | 0.67% | 0.54% | - |
| HSV(B) | 137.85º | 0.73% | 0.85% | - |
| XYZ | 28.85 | 51.03 | 21.69 | - |
| YUV | 156.1 | 99.15 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 105 | 0.73 | 0 | 0.51 | 0.15 | 137.85 | 0.67 | 0.54 |
| Hex | 3A | D8 | 69 | 49 | 0 | 33 | F | 8A | 43 | 36 |
| Octal | 72 | 330 | 151 | 111 | 0 | 63 | 17 | 212 | 103 | 66 |
| Binary | 111010 | 11011000 | 1101001 | 1001001 | 0 | 110011 | 1111 | 10001010 | 1000011 | 110110 |
Color Harmonies of #3AD869
Complementary color
Monochromatic Colors of #3AD869
Black with #3AD869
Text Example
Text Example
White with #3AD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD869; }
p { color: rgb(58,216,105); }
H1.HeaderClassName
{
color: #3AD869;
}
.AnyTagClassName
{
color: #3AD869;
}
</style>
background-color css
<style>
a { background-color: #3AD869; }
a { background-color: rgb(58,216,105); }
div.DivClassName
{
background-color: #3AD869;
}
.BgClassName
{
background-color: #3AD869;
}
</style>
border-color css
<style>
span { border-color: #3AD869; }
span { border-color: rgb(58,216,105); }
td.TdClassName
{
border-color: #3AD869;
}
.TagClassName
{
border-color: #3AD869;
}
</style>