Shades of Shamrock #49D6A0
Tints of Shamrock #49D6A0
RGB
CMYK
RGB Variations
Color information
#49D6A0 (or 0x49D6A0) is known color: Shamrock. HEX triplet: 49, D6 and A0. RGB value is (73,214,160). Sum of RGB (Red+Green+Blue) = 73+214+160=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D6A0 is #B6295F. Grayscale: #A5A5A5. Windows color (decimal): -11938144 or 10540617. OLE color: 10540617.
HSL color Cylindrical-coordinate representation of color #49D6A0: hue angle of 157.02º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D6A0 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 160 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.16 |
| HSL | 157.02º | 0.63% | 0.56% | - |
| HSV(B) | 157.02º | 0.66% | 0.84% | - |
| XYZ | 33.14 | 52.05 | 41.56 | - |
| YUV | 165.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 160 | 0.66 | 0 | 0.25 | 0.16 | 157.02 | 0.63 | 0.56 |
| Hex | 49 | D6 | A0 | 42 | 0 | 19 | 10 | 9D | 3F | 38 |
| Octal | 111 | 326 | 240 | 102 | 0 | 31 | 20 | 235 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10100000 | 1000010 | 0 | 11001 | 10000 | 10011101 | 111111 | 111000 |
Color Harmonies of #49D6A0
Complementary color
Monochromatic Colors of #49D6A0
Black with #49D6A0
Text Example
Text Example
White with #49D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6A0; }
p { color: rgb(73,214,160); }
H1.HeaderClassName
{
color: #49D6A0;
}
.AnyTagClassName
{
color: #49D6A0;
}
</style>
background-color css
<style>
a { background-color: #49D6A0; }
a { background-color: rgb(73,214,160); }
div.DivClassName
{
background-color: #49D6A0;
}
.BgClassName
{
background-color: #49D6A0;
}
</style>
border-color css
<style>
span { border-color: #49D6A0; }
span { border-color: rgb(73,214,160); }
td.TdClassName
{
border-color: #49D6A0;
}
.TagClassName
{
border-color: #49D6A0;
}
</style>