Shades of Shamrock #49EE9E
Tints of Shamrock #49EE9E
RGB
CMYK
RGB Variations
Color information
#49EE9E (or 0x49EE9E) is known color: Shamrock. HEX triplet: 49, EE and 9E. RGB value is (73,238,158). Sum of RGB (Red+Green+Blue) = 73+238+158=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EE9E is #B61161. Grayscale: #B3B3B3. Windows color (decimal): -11932002 or 10415689. OLE color: 10415689.
HSL color Cylindrical-coordinate representation of color #49EE9E: hue angle of 150.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EE9E is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 158 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.07 |
| HSL | 150.91º | 0.83% | 0.61% | - |
| HSV(B) | 150.91º | 0.69% | 0.93% | - |
| XYZ | 39.49 | 65.03 | 42.82 | - |
| YUV | 179.55 | 115.84 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 158 | 0.69 | 0 | 0.34 | 0.07 | 150.91 | 0.83 | 0.61 |
| Hex | 49 | EE | 9E | 45 | 0 | 22 | 7 | 97 | 53 | 3D |
| Octal | 111 | 356 | 236 | 105 | 0 | 42 | 7 | 227 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10011110 | 1000101 | 0 | 100010 | 111 | 10010111 | 1010011 | 111101 |
Color Harmonies of #49EE9E
Complementary color
Monochromatic Colors of #49EE9E
Black with #49EE9E
Text Example
Text Example
White with #49EE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE9E; }
p { color: rgb(73,238,158); }
H1.HeaderClassName
{
color: #49EE9E;
}
.AnyTagClassName
{
color: #49EE9E;
}
</style>
background-color css
<style>
a { background-color: #49EE9E; }
a { background-color: rgb(73,238,158); }
div.DivClassName
{
background-color: #49EE9E;
}
.BgClassName
{
background-color: #49EE9E;
}
</style>
border-color css
<style>
span { border-color: #49EE9E; }
span { border-color: rgb(73,238,158); }
td.TdClassName
{
border-color: #49EE9E;
}
.TagClassName
{
border-color: #49EE9E;
}
</style>