Shades of Emerald #4AC36A
Tints of Emerald #4AC36A
RGB
CMYK
RGB Variations
Color information
#4AC36A (or 0x4AC36A) is known color: Emerald. HEX triplet: 4A, C3 and 6A. RGB value is (74,195,106). Sum of RGB (Red+Green+Blue) = 74+195+106=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC36A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC36A is #B53C95. Grayscale: #949494. Windows color (decimal): -11877526 or 6996810. OLE color: 6996810.
HSL color Cylindrical-coordinate representation of color #4AC36A: hue angle of 135.87º 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 #4AC36A is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 106 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.24 |
| HSL | 135.87º | 0.5% | 0.53% | - |
| HSV(B) | 135.87º | 0.62% | 0.76% | - |
| XYZ | 24.94 | 41.53 | 20.34 | - |
| YUV | 148.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 106 | 0.62 | 0 | 0.46 | 0.24 | 135.87 | 0.5 | 0.53 |
| Hex | 4A | C3 | 6A | 3E | 0 | 2E | 18 | 88 | 32 | 35 |
| Octal | 112 | 303 | 152 | 76 | 0 | 56 | 30 | 210 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1101010 | 111110 | 0 | 101110 | 11000 | 10001000 | 110010 | 110101 |
Color Harmonies of #4AC36A
Complementary color
Monochromatic Colors of #4AC36A
Black with #4AC36A
Text Example
Text Example
White with #4AC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC36A; }
p { color: rgb(74,195,106); }
H1.HeaderClassName
{
color: #4AC36A;
}
.AnyTagClassName
{
color: #4AC36A;
}
</style>
background-color css
<style>
a { background-color: #4AC36A; }
a { background-color: rgb(74,195,106); }
div.DivClassName
{
background-color: #4AC36A;
}
.BgClassName
{
background-color: #4AC36A;
}
</style>
border-color css
<style>
span { border-color: #4AC36A; }
span { border-color: rgb(74,195,106); }
td.TdClassName
{
border-color: #4AC36A;
}
.TagClassName
{
border-color: #4AC36A;
}
</style>