Shades of Emerald #4AC25E
Tints of Emerald #4AC25E
RGB
CMYK
RGB Variations
Color information
#4AC25E (or 0x4AC25E) is known color: Emerald. HEX triplet: 4A, C2 and 5E. RGB value is (74,194,94). Sum of RGB (Red+Green+Blue) = 74+194+94=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC25E is #B53DA1. Grayscale: #939393. Windows color (decimal): -11877794 or 6210122. OLE color: 6210122.
HSL color Cylindrical-coordinate representation of color #4AC25E: hue angle of 130º 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 #4AC25E is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 94 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.24 |
| HSL | 130º | 0.5% | 0.53% | - |
| HSV(B) | 130º | 0.62% | 0.76% | - |
| XYZ | 24.14 | 40.85 | 17.2 | - |
| YUV | 146.72 | 98.24 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 94 | 0.62 | 0 | 0.52 | 0.24 | 130 | 0.5 | 0.53 |
| Hex | 4A | C2 | 5E | 3E | 0 | 34 | 18 | 82 | 32 | 35 |
| Octal | 112 | 302 | 136 | 76 | 0 | 64 | 30 | 202 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1011110 | 111110 | 0 | 110100 | 11000 | 10000010 | 110010 | 110101 |
Color Harmonies of #4AC25E
Complementary color
Monochromatic Colors of #4AC25E
Black with #4AC25E
Text Example
Text Example
White with #4AC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC25E; }
p { color: rgb(74,194,94); }
H1.HeaderClassName
{
color: #4AC25E;
}
.AnyTagClassName
{
color: #4AC25E;
}
</style>
background-color css
<style>
a { background-color: #4AC25E; }
a { background-color: rgb(74,194,94); }
div.DivClassName
{
background-color: #4AC25E;
}
.BgClassName
{
background-color: #4AC25E;
}
</style>
border-color css
<style>
span { border-color: #4AC25E; }
span { border-color: rgb(74,194,94); }
td.TdClassName
{
border-color: #4AC25E;
}
.TagClassName
{
border-color: #4AC25E;
}
</style>