Shades of Shamrock #49E99A
Tints of Shamrock #49E99A
RGB
CMYK
RGB Variations
Color information
#49E99A (or 0x49E99A) is known color: Shamrock. HEX triplet: 49, E9 and 9A. RGB value is (73,233,154). Sum of RGB (Red+Green+Blue) = 73+233+154=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #49E99A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E99A is #B61665. Grayscale: #B0B0B0. Windows color (decimal): -11933286 or 10152265. OLE color: 10152265.
HSL color Cylindrical-coordinate representation of color #49E99A: hue angle of 150.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E99A is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 233 | 154 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.09 |
| HSL | 150.38º | 0.78% | 0.6% | - |
| HSV(B) | 150.38º | 0.69% | 0.91% | - |
| XYZ | 37.72 | 62.03 | 40.56 | - |
| YUV | 176.15 | 115.49 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 233 | 154 | 0.69 | 0 | 0.34 | 0.09 | 150.38 | 0.78 | 0.6 |
| Hex | 49 | E9 | 9A | 45 | 0 | 22 | 9 | 96 | 4E | 3C |
| Octal | 111 | 351 | 232 | 105 | 0 | 42 | 11 | 226 | 116 | 74 |
| Binary | 1001001 | 11101001 | 10011010 | 1000101 | 0 | 100010 | 1001 | 10010110 | 1001110 | 111100 |
Color Harmonies of #49E99A
Complementary color
Monochromatic Colors of #49E99A
Black with #49E99A
Text Example
Text Example
White with #49E99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E99A; }
p { color: rgb(73,233,154); }
H1.HeaderClassName
{
color: #49E99A;
}
.AnyTagClassName
{
color: #49E99A;
}
</style>
background-color css
<style>
a { background-color: #49E99A; }
a { background-color: rgb(73,233,154); }
div.DivClassName
{
background-color: #49E99A;
}
.BgClassName
{
background-color: #49E99A;
}
</style>
border-color css
<style>
span { border-color: #49E99A; }
span { border-color: rgb(73,233,154); }
td.TdClassName
{
border-color: #49E99A;
}
.TagClassName
{
border-color: #49E99A;
}
</style>