Shades of Shamrock #49ED9A
Tints of Shamrock #49ED9A
RGB
CMYK
RGB Variations
Color information
#49ED9A (or 0x49ED9A) is known color: Shamrock. HEX triplet: 49, ED and 9A. RGB value is (73,237,154). Sum of RGB (Red+Green+Blue) = 73+237+154=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED9A is #B61265. Grayscale: #B2B2B2. Windows color (decimal): -11932262 or 10153289. OLE color: 10153289.
HSL color Cylindrical-coordinate representation of color #49ED9A: hue angle of 149.63º degrees, saturation: 0.82, 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 #49ED9A is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 154 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.07 |
| HSL | 149.63º | 0.82% | 0.61% | - |
| HSV(B) | 149.63º | 0.69% | 0.93% | - |
| XYZ | 38.86 | 64.32 | 40.94 | - |
| YUV | 178.5 | 114.17 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 154 | 0.69 | 0 | 0.35 | 0.07 | 149.63 | 0.82 | 0.61 |
| Hex | 49 | ED | 9A | 45 | 0 | 23 | 7 | 96 | 52 | 3D |
| Octal | 111 | 355 | 232 | 105 | 0 | 43 | 7 | 226 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10011010 | 1000101 | 0 | 100011 | 111 | 10010110 | 1010010 | 111101 |
Color Harmonies of #49ED9A
Complementary color
Monochromatic Colors of #49ED9A
Black with #49ED9A
Text Example
Text Example
White with #49ED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED9A; }
p { color: rgb(73,237,154); }
H1.HeaderClassName
{
color: #49ED9A;
}
.AnyTagClassName
{
color: #49ED9A;
}
</style>
background-color css
<style>
a { background-color: #49ED9A; }
a { background-color: rgb(73,237,154); }
div.DivClassName
{
background-color: #49ED9A;
}
.BgClassName
{
background-color: #49ED9A;
}
</style>
border-color css
<style>
span { border-color: #49ED9A; }
span { border-color: rgb(73,237,154); }
td.TdClassName
{
border-color: #49ED9A;
}
.TagClassName
{
border-color: #49ED9A;
}
</style>