Shades of Emerald #4AC181
Tints of Emerald #4AC181
RGB
CMYK
RGB Variations
Color information
#4AC181 (or 0x4AC181) is known color: Emerald. HEX triplet: 4A, C1 and 81. RGB value is (74,193,129). Sum of RGB (Red+Green+Blue) = 74+193+129=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC181 is #B53E7E. Grayscale: #969696. Windows color (decimal): -11878015 or 8503626. OLE color: 8503626.
HSL color Cylindrical-coordinate representation of color #4AC181: hue angle of 147.73º 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 #4AC181 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 129 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.24 |
| HSL | 147.73º | 0.49% | 0.52% | - |
| HSV(B) | 147.73º | 0.62% | 0.76% | - |
| XYZ | 25.86 | 41.18 | 27.35 | - |
| YUV | 150.12 | 116.08 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 129 | 0.62 | 0 | 0.33 | 0.24 | 147.73 | 0.49 | 0.52 |
| Hex | 4A | C1 | 81 | 3E | 0 | 21 | 18 | 94 | 31 | 34 |
| Octal | 112 | 301 | 201 | 76 | 0 | 41 | 30 | 224 | 61 | 64 |
| Binary | 1001010 | 11000001 | 10000001 | 111110 | 0 | 100001 | 11000 | 10010100 | 110001 | 110100 |
Color Harmonies of #4AC181
Complementary color
Monochromatic Colors of #4AC181
Black with #4AC181
Text Example
Text Example
White with #4AC181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC181; }
p { color: rgb(74,193,129); }
H1.HeaderClassName
{
color: #4AC181;
}
.AnyTagClassName
{
color: #4AC181;
}
</style>
background-color css
<style>
a { background-color: #4AC181; }
a { background-color: rgb(74,193,129); }
div.DivClassName
{
background-color: #4AC181;
}
.BgClassName
{
background-color: #4AC181;
}
</style>
border-color css
<style>
span { border-color: #4AC181; }
span { border-color: rgb(74,193,129); }
td.TdClassName
{
border-color: #4AC181;
}
.TagClassName
{
border-color: #4AC181;
}
</style>