Shades of Shamrock #49F3A1
Tints of Shamrock #49F3A1
RGB
CMYK
RGB Variations
Color information
#49F3A1 (or 0x49F3A1) is known color: Shamrock. HEX triplet: 49, F3 and A1. RGB value is (73,243,161). Sum of RGB (Red+Green+Blue) = 73+243+161=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #49F3A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F3A1 is #B60C5E. Grayscale: #B6B6B6. Windows color (decimal): -11930719 or 10613577. OLE color: 10613577.
HSL color Cylindrical-coordinate representation of color #49F3A1: hue angle of 151.06º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F3A1 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 161 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.05 |
| HSL | 151.06º | 0.88% | 0.62% | - |
| HSV(B) | 151.06º | 0.7% | 0.95% | - |
| XYZ | 41.23 | 68.09 | 44.69 | - |
| YUV | 182.82 | 115.68 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 161 | 0.70 | 0 | 0.34 | 0.05 | 151.06 | 0.88 | 0.62 |
| Hex | 49 | F3 | A1 | 46 | 0 | 22 | 5 | 97 | 58 | 3E |
| Octal | 111 | 363 | 241 | 106 | 0 | 42 | 5 | 227 | 130 | 76 |
| Binary | 1001001 | 11110011 | 10100001 | 1000110 | 0 | 100010 | 101 | 10010111 | 1011000 | 111110 |
Color Harmonies of #49F3A1
Complementary color
Monochromatic Colors of #49F3A1
Black with #49F3A1
Text Example
Text Example
White with #49F3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F3A1; }
p { color: rgb(73,243,161); }
H1.HeaderClassName
{
color: #49F3A1;
}
.AnyTagClassName
{
color: #49F3A1;
}
</style>
background-color css
<style>
a { background-color: #49F3A1; }
a { background-color: rgb(73,243,161); }
div.DivClassName
{
background-color: #49F3A1;
}
.BgClassName
{
background-color: #49F3A1;
}
</style>
border-color css
<style>
span { border-color: #49F3A1; }
span { border-color: rgb(73,243,161); }
td.TdClassName
{
border-color: #49F3A1;
}
.TagClassName
{
border-color: #49F3A1;
}
</style>