Shades of Emerald #4AC27B
Tints of Emerald #4AC27B
RGB
CMYK
RGB Variations
Color information
#4AC27B (or 0x4AC27B) is known color: Emerald. HEX triplet: 4A, C2 and 7B. RGB value is (74,194,123). Sum of RGB (Red+Green+Blue) = 74+194+123=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC27B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC27B is #B53D84. Grayscale: #969696. Windows color (decimal): -11877765 or 8110666. OLE color: 8110666.
HSL color Cylindrical-coordinate representation of color #4AC27B: hue angle of 144.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 #4AC27B is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 123 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.24 |
| HSL | 144.5º | 0.5% | 0.53% | - |
| HSV(B) | 144.5º | 0.62% | 0.76% | - |
| XYZ | 25.69 | 41.47 | 25.39 | - |
| YUV | 150.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 123 | 0.62 | 0 | 0.37 | 0.24 | 144.5 | 0.5 | 0.53 |
| Hex | 4A | C2 | 7B | 3E | 0 | 25 | 18 | 90 | 32 | 35 |
| Octal | 112 | 302 | 173 | 76 | 0 | 45 | 30 | 220 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1111011 | 111110 | 0 | 100101 | 11000 | 10010000 | 110010 | 110101 |
Color Harmonies of #4AC27B
Complementary color
Monochromatic Colors of #4AC27B
Black with #4AC27B
Text Example
Text Example
White with #4AC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC27B; }
p { color: rgb(74,194,123); }
H1.HeaderClassName
{
color: #4AC27B;
}
.AnyTagClassName
{
color: #4AC27B;
}
</style>
background-color css
<style>
a { background-color: #4AC27B; }
a { background-color: rgb(74,194,123); }
div.DivClassName
{
background-color: #4AC27B;
}
.BgClassName
{
background-color: #4AC27B;
}
</style>
border-color css
<style>
span { border-color: #4AC27B; }
span { border-color: rgb(74,194,123); }
td.TdClassName
{
border-color: #4AC27B;
}
.TagClassName
{
border-color: #4AC27B;
}
</style>