Shades of Emerald #4AC268
Tints of Emerald #4AC268
RGB
CMYK
RGB Variations
Color information
#4AC268 (or 0x4AC268) is known color: Emerald. HEX triplet: 4A, C2 and 68. RGB value is (74,194,104). Sum of RGB (Red+Green+Blue) = 74+194+104=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC268 is #B53D97. Grayscale: #949494. Windows color (decimal): -11877784 or 6865482. OLE color: 6865482.
HSL color Cylindrical-coordinate representation of color #4AC268: hue angle of 135º 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 #4AC268 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 104 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.24 |
| HSL | 135º | 0.5% | 0.53% | - |
| HSV(B) | 135º | 0.62% | 0.76% | - |
| XYZ | 24.61 | 41.04 | 19.72 | - |
| YUV | 147.86 | 103.24 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 104 | 0.62 | 0 | 0.46 | 0.24 | 135 | 0.5 | 0.53 |
| Hex | 4A | C2 | 68 | 3E | 0 | 2E | 18 | 87 | 32 | 35 |
| Octal | 112 | 302 | 150 | 76 | 0 | 56 | 30 | 207 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1101000 | 111110 | 0 | 101110 | 11000 | 10000111 | 110010 | 110101 |
Color Harmonies of #4AC268
Complementary color
Monochromatic Colors of #4AC268
Black with #4AC268
Text Example
Text Example
White with #4AC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC268; }
p { color: rgb(74,194,104); }
H1.HeaderClassName
{
color: #4AC268;
}
.AnyTagClassName
{
color: #4AC268;
}
</style>
background-color css
<style>
a { background-color: #4AC268; }
a { background-color: rgb(74,194,104); }
div.DivClassName
{
background-color: #4AC268;
}
.BgClassName
{
background-color: #4AC268;
}
</style>
border-color css
<style>
span { border-color: #4AC268; }
span { border-color: rgb(74,194,104); }
td.TdClassName
{
border-color: #4AC268;
}
.TagClassName
{
border-color: #4AC268;
}
</style>