Shades of Shamrock #49C98E
Tints of Shamrock #49C98E
RGB
CMYK
RGB Variations
Color information
#49C98E (or 0x49C98E) is known color: Shamrock. HEX triplet: 49, C9 and 8E. RGB value is (73,201,142). Sum of RGB (Red+Green+Blue) = 73+201+142=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #49C98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C98E is #B63671. Grayscale: #9C9C9C. Windows color (decimal): -11941490 or 9357641. OLE color: 9357641.
HSL color Cylindrical-coordinate representation of color #49C98E: hue angle of 152.34º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C98E is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 142 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.21 |
| HSL | 152.34º | 0.54% | 0.54% | - |
| HSV(B) | 152.34º | 0.64% | 0.79% | - |
| XYZ | 28.52 | 45.14 | 32.8 | - |
| YUV | 156 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 142 | 0.64 | 0 | 0.29 | 0.21 | 152.34 | 0.54 | 0.54 |
| Hex | 49 | C9 | 8E | 40 | 0 | 1D | 15 | 98 | 36 | 36 |
| Octal | 111 | 311 | 216 | 100 | 0 | 35 | 25 | 230 | 66 | 66 |
| Binary | 1001001 | 11001001 | 10001110 | 1000000 | 0 | 11101 | 10101 | 10011000 | 110110 | 110110 |
Color Harmonies of #49C98E
Complementary color
Monochromatic Colors of #49C98E
Black with #49C98E
Text Example
Text Example
White with #49C98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C98E; }
p { color: rgb(73,201,142); }
H1.HeaderClassName
{
color: #49C98E;
}
.AnyTagClassName
{
color: #49C98E;
}
</style>
background-color css
<style>
a { background-color: #49C98E; }
a { background-color: rgb(73,201,142); }
div.DivClassName
{
background-color: #49C98E;
}
.BgClassName
{
background-color: #49C98E;
}
</style>
border-color css
<style>
span { border-color: #49C98E; }
span { border-color: rgb(73,201,142); }
td.TdClassName
{
border-color: #49C98E;
}
.TagClassName
{
border-color: #49C98E;
}
</style>