Shades of Emerald #4AC26E
Tints of Emerald #4AC26E
RGB
CMYK
RGB Variations
Color information
#4AC26E (or 0x4AC26E) is known color: Emerald. HEX triplet: 4A, C2 and 6E. RGB value is (74,194,110). Sum of RGB (Red+Green+Blue) = 74+194+110=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC26E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC26E is #B53D91. Grayscale: #949494. Windows color (decimal): -11877778 or 7258698. OLE color: 7258698.
HSL color Cylindrical-coordinate representation of color #4AC26E: hue angle of 138º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC26E is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 110 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.24 |
| HSL | 138º | 0.5% | 0.53% | - |
| HSV(B) | 138º | 0.62% | 0.76% | - |
| XYZ | 24.93 | 41.17 | 21.38 | - |
| YUV | 148.54 | 106.24 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 110 | 0.62 | 0 | 0.43 | 0.24 | 138 | 0.5 | 0.53 |
| Hex | 4A | C2 | 6E | 3E | 0 | 2B | 18 | 8A | 32 | 35 |
| Octal | 112 | 302 | 156 | 76 | 0 | 53 | 30 | 212 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1101110 | 111110 | 0 | 101011 | 11000 | 10001010 | 110010 | 110101 |
Color Harmonies of #4AC26E
Complementary color
Monochromatic Colors of #4AC26E
Black with #4AC26E
Text Example
Text Example
White with #4AC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC26E; }
p { color: rgb(74,194,110); }
H1.HeaderClassName
{
color: #4AC26E;
}
.AnyTagClassName
{
color: #4AC26E;
}
</style>
background-color css
<style>
a { background-color: #4AC26E; }
a { background-color: rgb(74,194,110); }
div.DivClassName
{
background-color: #4AC26E;
}
.BgClassName
{
background-color: #4AC26E;
}
</style>
border-color css
<style>
span { border-color: #4AC26E; }
span { border-color: rgb(74,194,110); }
td.TdClassName
{
border-color: #4AC26E;
}
.TagClassName
{
border-color: #4AC26E;
}
</style>