Shades of Emerald #4AC28B
Tints of Emerald #4AC28B
RGB
CMYK
RGB Variations
Color information
#4AC28B (or 0x4AC28B) is known color: Emerald. HEX triplet: 4A, C2 and 8B. RGB value is (74,194,139). Sum of RGB (Red+Green+Blue) = 74+194+139=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC28B is #B53D74. Grayscale: #979797. Windows color (decimal): -11877749 or 9159242. OLE color: 9159242.
HSL color Cylindrical-coordinate representation of color #4AC28B: hue angle of 152.5º 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 #4AC28B is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 139 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.24 |
| HSL | 152.5º | 0.5% | 0.53% | - |
| HSV(B) | 152.5º | 0.62% | 0.76% | - |
| XYZ | 26.78 | 41.9 | 31.1 | - |
| YUV | 151.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 139 | 0.62 | 0 | 0.28 | 0.24 | 152.5 | 0.5 | 0.53 |
| Hex | 4A | C2 | 8B | 3E | 0 | 1C | 18 | 98 | 32 | 35 |
| Octal | 112 | 302 | 213 | 76 | 0 | 34 | 30 | 230 | 62 | 65 |
| Binary | 1001010 | 11000010 | 10001011 | 111110 | 0 | 11100 | 11000 | 10011000 | 110010 | 110101 |
Color Harmonies of #4AC28B
Complementary color
Monochromatic Colors of #4AC28B
Black with #4AC28B
Text Example
Text Example
White with #4AC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC28B; }
p { color: rgb(74,194,139); }
H1.HeaderClassName
{
color: #4AC28B;
}
.AnyTagClassName
{
color: #4AC28B;
}
</style>
background-color css
<style>
a { background-color: #4AC28B; }
a { background-color: rgb(74,194,139); }
div.DivClassName
{
background-color: #4AC28B;
}
.BgClassName
{
background-color: #4AC28B;
}
</style>
border-color css
<style>
span { border-color: #4AC28B; }
span { border-color: rgb(74,194,139); }
td.TdClassName
{
border-color: #4AC28B;
}
.TagClassName
{
border-color: #4AC28B;
}
</style>