Shades of Emerald #3AD469
Tints of Emerald #3AD469
RGB
CMYK
RGB Variations
Color information
#3AD469 (or 0x3AD469) is known color: Emerald. HEX triplet: 3A, D4 and 69. RGB value is (58,212,105). Sum of RGB (Red+Green+Blue) = 58+212+105=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD469 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD469 is #C52B96. Grayscale: #9A9A9A. Windows color (decimal): -12921751 or 6935610. OLE color: 6935610.
HSL color Cylindrical-coordinate representation of color #3AD469: hue angle of 138.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD469 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 105 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.17 |
| HSL | 138.31º | 0.64% | 0.53% | - |
| HSV(B) | 138.31º | 0.73% | 0.83% | - |
| XYZ | 27.84 | 49.01 | 21.36 | - |
| YUV | 153.76 | 100.48 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 105 | 0.73 | 0 | 0.50 | 0.17 | 138.31 | 0.64 | 0.53 |
| Hex | 3A | D4 | 69 | 49 | 0 | 32 | 11 | 8A | 40 | 35 |
| Octal | 72 | 324 | 151 | 111 | 0 | 62 | 21 | 212 | 100 | 65 |
| Binary | 111010 | 11010100 | 1101001 | 1001001 | 0 | 110010 | 10001 | 10001010 | 1000000 | 110101 |
Color Harmonies of #3AD469
Complementary color
Monochromatic Colors of #3AD469
Black with #3AD469
Text Example
Text Example
White with #3AD469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD469; }
p { color: rgb(58,212,105); }
H1.HeaderClassName
{
color: #3AD469;
}
.AnyTagClassName
{
color: #3AD469;
}
</style>
background-color css
<style>
a { background-color: #3AD469; }
a { background-color: rgb(58,212,105); }
div.DivClassName
{
background-color: #3AD469;
}
.BgClassName
{
background-color: #3AD469;
}
</style>
border-color css
<style>
span { border-color: #3AD469; }
span { border-color: rgb(58,212,105); }
td.TdClassName
{
border-color: #3AD469;
}
.TagClassName
{
border-color: #3AD469;
}
</style>