Shades of Emerald #4AC168
Tints of Emerald #4AC168
RGB
CMYK
RGB Variations
Color information
#4AC168 (or 0x4AC168) is known color: Emerald. HEX triplet: 4A, C1 and 68. RGB value is (74,193,104). Sum of RGB (Red+Green+Blue) = 74+193+104=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC168 is #B53E97. Grayscale: #939393. Windows color (decimal): -11878040 or 6865226. OLE color: 6865226.
HSL color Cylindrical-coordinate representation of color #4AC168: hue angle of 135.13º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC168 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 104 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.24 |
| HSL | 135.13º | 0.49% | 0.52% | - |
| HSV(B) | 135.13º | 0.62% | 0.76% | - |
| XYZ | 24.39 | 40.6 | 19.65 | - |
| YUV | 147.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 104 | 0.62 | 0 | 0.46 | 0.24 | 135.13 | 0.49 | 0.52 |
| Hex | 4A | C1 | 68 | 3E | 0 | 2E | 18 | 87 | 31 | 34 |
| Octal | 112 | 301 | 150 | 76 | 0 | 56 | 30 | 207 | 61 | 64 |
| Binary | 1001010 | 11000001 | 1101000 | 111110 | 0 | 101110 | 11000 | 10000111 | 110001 | 110100 |
Color Harmonies of #4AC168
Complementary color
Monochromatic Colors of #4AC168
Black with #4AC168
Text Example
Text Example
White with #4AC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC168; }
p { color: rgb(74,193,104); }
H1.HeaderClassName
{
color: #4AC168;
}
.AnyTagClassName
{
color: #4AC168;
}
</style>
background-color css
<style>
a { background-color: #4AC168; }
a { background-color: rgb(74,193,104); }
div.DivClassName
{
background-color: #4AC168;
}
.BgClassName
{
background-color: #4AC168;
}
</style>
border-color css
<style>
span { border-color: #4AC168; }
span { border-color: rgb(74,193,104); }
td.TdClassName
{
border-color: #4AC168;
}
.TagClassName
{
border-color: #4AC168;
}
</style>