Shades of Emerald #4AC16D
Tints of Emerald #4AC16D
RGB
CMYK
RGB Variations
Color information
#4AC16D (or 0x4AC16D) is known color: Emerald. HEX triplet: 4A, C1 and 6D. RGB value is (74,193,109). Sum of RGB (Red+Green+Blue) = 74+193+109=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC16D is #B53E92. Grayscale: #949494. Windows color (decimal): -11878035 or 7192906. OLE color: 7192906.
HSL color Cylindrical-coordinate representation of color #4AC16D: hue angle of 137.65º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC16D is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 109 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.24 |
| HSL | 137.65º | 0.49% | 0.52% | - |
| HSV(B) | 137.65º | 0.62% | 0.76% | - |
| XYZ | 24.65 | 40.7 | 21.02 | - |
| YUV | 147.84 | 106.08 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 109 | 0.62 | 0 | 0.44 | 0.24 | 137.65 | 0.49 | 0.52 |
| Hex | 4A | C1 | 6D | 3E | 0 | 2C | 18 | 8A | 31 | 34 |
| Octal | 112 | 301 | 155 | 76 | 0 | 54 | 30 | 212 | 61 | 64 |
| Binary | 1001010 | 11000001 | 1101101 | 111110 | 0 | 101100 | 11000 | 10001010 | 110001 | 110100 |
Color Harmonies of #4AC16D
Complementary color
Monochromatic Colors of #4AC16D
Black with #4AC16D
Text Example
Text Example
White with #4AC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC16D; }
p { color: rgb(74,193,109); }
H1.HeaderClassName
{
color: #4AC16D;
}
.AnyTagClassName
{
color: #4AC16D;
}
</style>
background-color css
<style>
a { background-color: #4AC16D; }
a { background-color: rgb(74,193,109); }
div.DivClassName
{
background-color: #4AC16D;
}
.BgClassName
{
background-color: #4AC16D;
}
</style>
border-color css
<style>
span { border-color: #4AC16D; }
span { border-color: rgb(74,193,109); }
td.TdClassName
{
border-color: #4AC16D;
}
.TagClassName
{
border-color: #4AC16D;
}
</style>