Shades of Emerald #4AC062
Tints of Emerald #4AC062
RGB
CMYK
RGB Variations
Color information
#4AC062 (or 0x4AC062) is known color: Emerald. HEX triplet: 4A, C0 and 62. RGB value is (74,192,98). Sum of RGB (Red+Green+Blue) = 74+192+98=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC062 is #B53F9D. Grayscale: #929292. Windows color (decimal): -11878302 or 6471754. OLE color: 6471754.
HSL color Cylindrical-coordinate representation of color #4AC062: hue angle of 132.2º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC062 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 98 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.25 |
| HSL | 132.2º | 0.48% | 0.52% | - |
| HSV(B) | 132.2º | 0.61% | 0.75% | - |
| XYZ | 23.88 | 40.04 | 18.02 | - |
| YUV | 146 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 98 | 0.61 | 0 | 0.49 | 0.25 | 132.2 | 0.48 | 0.52 |
| Hex | 4A | C0 | 62 | 3D | 0 | 31 | 19 | 84 | 30 | 34 |
| Octal | 112 | 300 | 142 | 75 | 0 | 61 | 31 | 204 | 60 | 64 |
| Binary | 1001010 | 11000000 | 1100010 | 111101 | 0 | 110001 | 11001 | 10000100 | 110000 | 110100 |
Color Harmonies of #4AC062
Complementary color
Monochromatic Colors of #4AC062
Black with #4AC062
Text Example
Text Example
White with #4AC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC062; }
p { color: rgb(74,192,98); }
H1.HeaderClassName
{
color: #4AC062;
}
.AnyTagClassName
{
color: #4AC062;
}
</style>
background-color css
<style>
a { background-color: #4AC062; }
a { background-color: rgb(74,192,98); }
div.DivClassName
{
background-color: #4AC062;
}
.BgClassName
{
background-color: #4AC062;
}
</style>
border-color css
<style>
span { border-color: #4AC062; }
span { border-color: rgb(74,192,98); }
td.TdClassName
{
border-color: #4AC062;
}
.TagClassName
{
border-color: #4AC062;
}
</style>