Shades of Emerald #4AC68A
Tints of Emerald #4AC68A
RGB
CMYK
RGB Variations
Color information
#4AC68A (or 0x4AC68A) is known color: Emerald. HEX triplet: 4A, C6 and 8A. RGB value is (74,198,138). Sum of RGB (Red+Green+Blue) = 74+198+138=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC68A is #B53975. Grayscale: #9A9A9A. Windows color (decimal): -11876726 or 9094730. OLE color: 9094730.
HSL color Cylindrical-coordinate representation of color #4AC68A: hue angle of 150.97º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC68A is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 138 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.22 |
| HSL | 150.97º | 0.52% | 0.53% | - |
| HSV(B) | 150.97º | 0.63% | 0.78% | - |
| XYZ | 27.61 | 43.68 | 31.02 | - |
| YUV | 154.08 | 118.92 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 138 | 0.63 | 0 | 0.30 | 0.22 | 150.97 | 0.52 | 0.53 |
| Hex | 4A | C6 | 8A | 3F | 0 | 1E | 16 | 97 | 34 | 35 |
| Octal | 112 | 306 | 212 | 77 | 0 | 36 | 26 | 227 | 64 | 65 |
| Binary | 1001010 | 11000110 | 10001010 | 111111 | 0 | 11110 | 10110 | 10010111 | 110100 | 110101 |
Color Harmonies of #4AC68A
Complementary color
Monochromatic Colors of #4AC68A
Black with #4AC68A
Text Example
Text Example
White with #4AC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC68A; }
p { color: rgb(74,198,138); }
H1.HeaderClassName
{
color: #4AC68A;
}
.AnyTagClassName
{
color: #4AC68A;
}
</style>
background-color css
<style>
a { background-color: #4AC68A; }
a { background-color: rgb(74,198,138); }
div.DivClassName
{
background-color: #4AC68A;
}
.BgClassName
{
background-color: #4AC68A;
}
</style>
border-color css
<style>
span { border-color: #4AC68A; }
span { border-color: rgb(74,198,138); }
td.TdClassName
{
border-color: #4AC68A;
}
.TagClassName
{
border-color: #4AC68A;
}
</style>