Shades of Shamrock #49F9A0
Tints of Shamrock #49F9A0
RGB
CMYK
RGB Variations
Color information
#49F9A0 (or 0x49F9A0) is known color: Shamrock. HEX triplet: 49, F9 and A0. RGB value is (73,249,160). Sum of RGB (Red+Green+Blue) = 73+249+160=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F9A0 is #B6065F. Grayscale: #BABABA. Windows color (decimal): -11929184 or 10549577. OLE color: 10549577.
HSL color Cylindrical-coordinate representation of color #49F9A0: hue angle of 149.66º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F9A0 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 160 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.02 |
| HSL | 149.66º | 0.94% | 0.63% | - |
| HSV(B) | 149.66º | 0.71% | 0.98% | - |
| XYZ | 42.97 | 71.71 | 44.83 | - |
| YUV | 186.23 | 113.19 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 160 | 0.71 | 0 | 0.36 | 0.02 | 149.66 | 0.94 | 0.63 |
| Hex | 49 | F9 | A0 | 47 | 0 | 24 | 2 | 96 | 5E | 3F |
| Octal | 111 | 371 | 240 | 107 | 0 | 44 | 2 | 226 | 136 | 77 |
| Binary | 1001001 | 11111001 | 10100000 | 1000111 | 0 | 100100 | 10 | 10010110 | 1011110 | 111111 |
Color Harmonies of #49F9A0
Complementary color
Monochromatic Colors of #49F9A0
Black with #49F9A0
Text Example
Text Example
White with #49F9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9A0; }
p { color: rgb(73,249,160); }
H1.HeaderClassName
{
color: #49F9A0;
}
.AnyTagClassName
{
color: #49F9A0;
}
</style>
background-color css
<style>
a { background-color: #49F9A0; }
a { background-color: rgb(73,249,160); }
div.DivClassName
{
background-color: #49F9A0;
}
.BgClassName
{
background-color: #49F9A0;
}
</style>
border-color css
<style>
span { border-color: #49F9A0; }
span { border-color: rgb(73,249,160); }
td.TdClassName
{
border-color: #49F9A0;
}
.TagClassName
{
border-color: #49F9A0;
}
</style>