Shades of Shamrock #4ACD9E
Tints of Shamrock #4ACD9E
RGB
CMYK
RGB Variations
Color information
#4ACD9E (or 0x4ACD9E) is known color: Shamrock. HEX triplet: 4A, CD and 9E. RGB value is (74,205,158). Sum of RGB (Red+Green+Blue) = 74+205+158=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACD9E is #B53261. Grayscale: #A0A0A0. Windows color (decimal): -11874914 or 10407242. OLE color: 10407242.
HSL color Cylindrical-coordinate representation of color #4ACD9E: hue angle of 158.47º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACD9E is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 158 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.20 |
| HSL | 158.47º | 0.57% | 0.55% | - |
| HSV(B) | 158.47º | 0.64% | 0.8% | - |
| XYZ | 30.83 | 47.59 | 39.91 | - |
| YUV | 160.47 | 126.6 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 158 | 0.64 | 0 | 0.23 | 0.20 | 158.47 | 0.57 | 0.55 |
| Hex | 4A | CD | 9E | 40 | 0 | 17 | 14 | 9E | 39 | 37 |
| Octal | 112 | 315 | 236 | 100 | 0 | 27 | 24 | 236 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10011110 | 1000000 | 0 | 10111 | 10100 | 10011110 | 111001 | 110111 |
Color Harmonies of #4ACD9E
Complementary color
Monochromatic Colors of #4ACD9E
Black with #4ACD9E
Text Example
Text Example
White with #4ACD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD9E; }
p { color: rgb(74,205,158); }
H1.HeaderClassName
{
color: #4ACD9E;
}
.AnyTagClassName
{
color: #4ACD9E;
}
</style>
background-color css
<style>
a { background-color: #4ACD9E; }
a { background-color: rgb(74,205,158); }
div.DivClassName
{
background-color: #4ACD9E;
}
.BgClassName
{
background-color: #4ACD9E;
}
</style>
border-color css
<style>
span { border-color: #4ACD9E; }
span { border-color: rgb(74,205,158); }
td.TdClassName
{
border-color: #4ACD9E;
}
.TagClassName
{
border-color: #4ACD9E;
}
</style>