Shades of Emerald #4ABC6A
Tints of Emerald #4ABC6A
RGB
CMYK
RGB Variations
Color information
#4ABC6A (or 0x4ABC6A) is known color: Emerald. HEX triplet: 4A, BC and 6A. RGB value is (74,188,106). Sum of RGB (Red+Green+Blue) = 74+188+106=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC6A is #B54395. Grayscale: #909090. Windows color (decimal): -11879318 or 6995018. OLE color: 6995018.
HSL color Cylindrical-coordinate representation of color #4ABC6A: hue angle of 136.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC6A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 106 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.26 |
| HSL | 136.84º | 0.46% | 0.51% | - |
| HSV(B) | 136.84º | 0.61% | 0.74% | - |
| XYZ | 23.41 | 38.46 | 19.83 | - |
| YUV | 144.57 | 106.23 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 106 | 0.61 | 0 | 0.44 | 0.26 | 136.84 | 0.46 | 0.51 |
| Hex | 4A | BC | 6A | 3D | 0 | 2C | 1A | 89 | 2E | 33 |
| Octal | 112 | 274 | 152 | 75 | 0 | 54 | 32 | 211 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1101010 | 111101 | 0 | 101100 | 11010 | 10001001 | 101110 | 110011 |
Color Harmonies of #4ABC6A
Complementary color
Monochromatic Colors of #4ABC6A
Black with #4ABC6A
Text Example
Text Example
White with #4ABC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC6A; }
p { color: rgb(74,188,106); }
H1.HeaderClassName
{
color: #4ABC6A;
}
.AnyTagClassName
{
color: #4ABC6A;
}
</style>
background-color css
<style>
a { background-color: #4ABC6A; }
a { background-color: rgb(74,188,106); }
div.DivClassName
{
background-color: #4ABC6A;
}
.BgClassName
{
background-color: #4ABC6A;
}
</style>
border-color css
<style>
span { border-color: #4ABC6A; }
span { border-color: rgb(74,188,106); }
td.TdClassName
{
border-color: #4ABC6A;
}
.TagClassName
{
border-color: #4ABC6A;
}
</style>