Shades of Emerald #4AC46C
Tints of Emerald #4AC46C
RGB
CMYK
RGB Variations
Color information
#4AC46C (or 0x4AC46C) is known color: Emerald. HEX triplet: 4A, C4 and 6C. RGB value is (74,196,108). Sum of RGB (Red+Green+Blue) = 74+196+108=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC46C is #B53B93. Grayscale: #959595. Windows color (decimal): -11877268 or 7128138. OLE color: 7128138.
HSL color Cylindrical-coordinate representation of color #4AC46C: hue angle of 136.72º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC46C is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 108 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.23 |
| HSL | 136.72º | 0.51% | 0.53% | - |
| HSV(B) | 136.72º | 0.62% | 0.77% | - |
| XYZ | 25.27 | 42.02 | 20.97 | - |
| YUV | 149.49 | 104.58 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 108 | 0.62 | 0 | 0.45 | 0.23 | 136.72 | 0.51 | 0.53 |
| Hex | 4A | C4 | 6C | 3E | 0 | 2D | 17 | 89 | 33 | 35 |
| Octal | 112 | 304 | 154 | 76 | 0 | 55 | 27 | 211 | 63 | 65 |
| Binary | 1001010 | 11000100 | 1101100 | 111110 | 0 | 101101 | 10111 | 10001001 | 110011 | 110101 |
Color Harmonies of #4AC46C
Complementary color
Monochromatic Colors of #4AC46C
Black with #4AC46C
Text Example
Text Example
White with #4AC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC46C; }
p { color: rgb(74,196,108); }
H1.HeaderClassName
{
color: #4AC46C;
}
.AnyTagClassName
{
color: #4AC46C;
}
</style>
background-color css
<style>
a { background-color: #4AC46C; }
a { background-color: rgb(74,196,108); }
div.DivClassName
{
background-color: #4AC46C;
}
.BgClassName
{
background-color: #4AC46C;
}
</style>
border-color css
<style>
span { border-color: #4AC46C; }
span { border-color: rgb(74,196,108); }
td.TdClassName
{
border-color: #4AC46C;
}
.TagClassName
{
border-color: #4AC46C;
}
</style>