Shades of Shamrock #49E9A1
Tints of Shamrock #49E9A1
RGB
CMYK
RGB Variations
Color information
#49E9A1 (or 0x49E9A1) is known color: Shamrock. HEX triplet: 49, E9 and A1. RGB value is (73,233,161). Sum of RGB (Red+Green+Blue) = 73+233+161=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #49E9A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E9A1 is #B6165E. Grayscale: #B1B1B1. Windows color (decimal): -11933279 or 10611017. OLE color: 10611017.
HSL color Cylindrical-coordinate representation of color #49E9A1: hue angle of 153º 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 #49E9A1 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 233 | 161 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.09 |
| HSL | 153º | 0.78% | 0.6% | - |
| HSV(B) | 153º | 0.69% | 0.91% | - |
| XYZ | 38.32 | 62.27 | 43.72 | - |
| YUV | 176.95 | 118.99 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 233 | 161 | 0.69 | 0 | 0.31 | 0.09 | 153 | 0.78 | 0.6 |
| Hex | 49 | E9 | A1 | 45 | 0 | 1F | 9 | 99 | 4E | 3C |
| Octal | 111 | 351 | 241 | 105 | 0 | 37 | 11 | 231 | 116 | 74 |
| Binary | 1001001 | 11101001 | 10100001 | 1000101 | 0 | 11111 | 1001 | 10011001 | 1001110 | 111100 |
Color Harmonies of #49E9A1
Complementary color
Monochromatic Colors of #49E9A1
Black with #49E9A1
Text Example
Text Example
White with #49E9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E9A1; }
p { color: rgb(73,233,161); }
H1.HeaderClassName
{
color: #49E9A1;
}
.AnyTagClassName
{
color: #49E9A1;
}
</style>
background-color css
<style>
a { background-color: #49E9A1; }
a { background-color: rgb(73,233,161); }
div.DivClassName
{
background-color: #49E9A1;
}
.BgClassName
{
background-color: #49E9A1;
}
</style>
border-color css
<style>
span { border-color: #49E9A1; }
span { border-color: rgb(73,233,161); }
td.TdClassName
{
border-color: #49E9A1;
}
.TagClassName
{
border-color: #49E9A1;
}
</style>