Shades of Shamrock #4AD39D
Tints of Shamrock #4AD39D
RGB
CMYK
RGB Variations
Color information
#4AD39D (or 0x4AD39D) is known color: Shamrock. HEX triplet: 4A, D3 and 9D. RGB value is (74,211,157). Sum of RGB (Red+Green+Blue) = 74+211+157=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD39D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD39D is #B52C62. Grayscale: #A3A3A3. Windows color (decimal): -11873379 or 10343242. OLE color: 10343242.
HSL color Cylindrical-coordinate representation of color #4AD39D: hue angle of 156.35º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD39D is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 157 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.17 |
| HSL | 156.35º | 0.61% | 0.56% | - |
| HSV(B) | 156.35º | 0.65% | 0.83% | - |
| XYZ | 32.2 | 50.48 | 39.94 | - |
| YUV | 163.88 | 124.11 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 157 | 0.65 | 0 | 0.26 | 0.17 | 156.35 | 0.61 | 0.56 |
| Hex | 4A | D3 | 9D | 41 | 0 | 1A | 11 | 9C | 3D | 38 |
| Octal | 112 | 323 | 235 | 101 | 0 | 32 | 21 | 234 | 75 | 70 |
| Binary | 1001010 | 11010011 | 10011101 | 1000001 | 0 | 11010 | 10001 | 10011100 | 111101 | 111000 |
Color Harmonies of #4AD39D
Complementary color
Monochromatic Colors of #4AD39D
Black with #4AD39D
Text Example
Text Example
White with #4AD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD39D; }
p { color: rgb(74,211,157); }
H1.HeaderClassName
{
color: #4AD39D;
}
.AnyTagClassName
{
color: #4AD39D;
}
</style>
background-color css
<style>
a { background-color: #4AD39D; }
a { background-color: rgb(74,211,157); }
div.DivClassName
{
background-color: #4AD39D;
}
.BgClassName
{
background-color: #4AD39D;
}
</style>
border-color css
<style>
span { border-color: #4AD39D; }
span { border-color: rgb(74,211,157); }
td.TdClassName
{
border-color: #4AD39D;
}
.TagClassName
{
border-color: #4AD39D;
}
</style>