Shades of Shamrock #49FF9C
Tints of Shamrock #49FF9C
RGB
CMYK
RGB Variations
Color information
#49FF9C (or 0x49FF9C) is known color: Shamrock. HEX triplet: 49, FF and 9C. RGB value is (73,255,156). Sum of RGB (Red+Green+Blue) = 73+255+156=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF9C is #B60063. Grayscale: #BDBDBD. Windows color (decimal): -11927652 or 10288969. OLE color: 10288969.
HSL color Cylindrical-coordinate representation of color #49FF9C: hue angle of 147.36º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FF9C is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 156 | - |
| CMYK | 0.71 | 0 | 0.39 | 0 |
| HSL | 147.36º | 1% | 0.64% | - |
| HSV(B) | 147.36º | 0.71% | 1% | - |
| XYZ | 44.51 | 75.34 | 43.65 | - |
| YUV | 189.3 | 109.2 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 156 | 0.71 | 0 | 0.39 | 0 | 147.36 | 1 | 0.64 |
| Hex | 49 | FF | 9C | 47 | 0 | 27 | 0 | 93 | 64 | 40 |
| Octal | 111 | 377 | 234 | 107 | 0 | 47 | 0 | 223 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10011100 | 1000111 | 0 | 100111 | 0 | 10010011 | 1100100 | 1000000 |
Color Harmonies of #49FF9C
Complementary color
Monochromatic Colors of #49FF9C
Black with #49FF9C
Text Example
Text Example
White with #49FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF9C; }
p { color: rgb(73,255,156); }
H1.HeaderClassName
{
color: #49FF9C;
}
.AnyTagClassName
{
color: #49FF9C;
}
</style>
background-color css
<style>
a { background-color: #49FF9C; }
a { background-color: rgb(73,255,156); }
div.DivClassName
{
background-color: #49FF9C;
}
.BgClassName
{
background-color: #49FF9C;
}
</style>
border-color css
<style>
span { border-color: #49FF9C; }
span { border-color: rgb(73,255,156); }
td.TdClassName
{
border-color: #49FF9C;
}
.TagClassName
{
border-color: #49FF9C;
}
</style>