Shades of Emerald #2ADA76
Tints of Emerald #2ADA76
RGB
CMYK
RGB Variations
Color information
#2ADA76 (or 0x2ADA76) is known color: Emerald. HEX triplet: 2A, DA and 76. RGB value is (42,218,118). Sum of RGB (Red+Green+Blue) = 42+218+118=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA76 is #D52589. Grayscale: #9A9A9A. Windows color (decimal): -13968778 or 7789098. OLE color: 7789098.
HSL color Cylindrical-coordinate representation of color #2ADA76: hue angle of 145.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA76 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 118 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.15 |
| HSL | 145.91º | 0.7% | 0.51% | - |
| HSV(B) | 145.91º | 0.81% | 0.85% | - |
| XYZ | 29.3 | 51.94 | 25.62 | - |
| YUV | 153.98 | 107.69 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 118 | 0.81 | 0 | 0.46 | 0.15 | 145.91 | 0.7 | 0.51 |
| Hex | 2A | DA | 76 | 51 | 0 | 2E | F | 92 | 46 | 33 |
| Octal | 52 | 332 | 166 | 121 | 0 | 56 | 17 | 222 | 106 | 63 |
| Binary | 101010 | 11011010 | 1110110 | 1010001 | 0 | 101110 | 1111 | 10010010 | 1000110 | 110011 |
Color Harmonies of #2ADA76
Complementary color
Monochromatic Colors of #2ADA76
Black with #2ADA76
Text Example
Text Example
White with #2ADA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA76; }
p { color: rgb(42,218,118); }
H1.HeaderClassName
{
color: #2ADA76;
}
.AnyTagClassName
{
color: #2ADA76;
}
</style>
background-color css
<style>
a { background-color: #2ADA76; }
a { background-color: rgb(42,218,118); }
div.DivClassName
{
background-color: #2ADA76;
}
.BgClassName
{
background-color: #2ADA76;
}
</style>
border-color css
<style>
span { border-color: #2ADA76; }
span { border-color: rgb(42,218,118); }
td.TdClassName
{
border-color: #2ADA76;
}
.TagClassName
{
border-color: #2ADA76;
}
</style>