Shades of Emerald #4AC966
Tints of Emerald #4AC966
RGB
CMYK
RGB Variations
Color information
#4AC966 (or 0x4AC966) is known color: Emerald. HEX triplet: 4A, C9 and 66. RGB value is (74,201,102). Sum of RGB (Red+Green+Blue) = 74+201+102=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC966 is #B53699. Grayscale: #989898. Windows color (decimal): -11875994 or 6736202. OLE color: 6736202.
HSL color Cylindrical-coordinate representation of color #4AC966: hue angle of 133.23º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC966 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 102 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.21 |
| HSL | 133.23º | 0.54% | 0.54% | - |
| HSV(B) | 133.23º | 0.63% | 0.79% | - |
| XYZ | 26.11 | 44.19 | 19.72 | - |
| YUV | 151.74 | 99.92 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 102 | 0.63 | 0 | 0.49 | 0.21 | 133.23 | 0.54 | 0.54 |
| Hex | 4A | C9 | 66 | 3F | 0 | 31 | 15 | 85 | 36 | 36 |
| Octal | 112 | 311 | 146 | 77 | 0 | 61 | 25 | 205 | 66 | 66 |
| Binary | 1001010 | 11001001 | 1100110 | 111111 | 0 | 110001 | 10101 | 10000101 | 110110 | 110110 |
Color Harmonies of #4AC966
Complementary color
Monochromatic Colors of #4AC966
Black with #4AC966
Text Example
Text Example
White with #4AC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC966; }
p { color: rgb(74,201,102); }
H1.HeaderClassName
{
color: #4AC966;
}
.AnyTagClassName
{
color: #4AC966;
}
</style>
background-color css
<style>
a { background-color: #4AC966; }
a { background-color: rgb(74,201,102); }
div.DivClassName
{
background-color: #4AC966;
}
.BgClassName
{
background-color: #4AC966;
}
</style>
border-color css
<style>
span { border-color: #4AC966; }
span { border-color: rgb(74,201,102); }
td.TdClassName
{
border-color: #4AC966;
}
.TagClassName
{
border-color: #4AC966;
}
</style>