Shades of Shamrock #49FF9A
Tints of Shamrock #49FF9A
RGB
CMYK
RGB Variations
Color information
#49FF9A (or 0x49FF9A) is known color: Shamrock. HEX triplet: 49, FF and 9A. RGB value is (73,255,154). Sum of RGB (Red+Green+Blue) = 73+255+154=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF9A is #B60065. Grayscale: #BDBDBD. Windows color (decimal): -11927654 or 10157897. OLE color: 10157897.
HSL color Cylindrical-coordinate representation of color #49FF9A: hue angle of 146.7º 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 #49FF9A is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 154 | - |
| CMYK | 0.71 | 0 | 0.40 | 0 |
| HSL | 146.7º | 1% | 0.64% | - |
| HSV(B) | 146.7º | 0.71% | 1% | - |
| XYZ | 44.34 | 75.27 | 42.76 | - |
| YUV | 189.07 | 108.2 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 154 | 0.71 | 0 | 0.40 | 0 | 146.7 | 1 | 0.64 |
| Hex | 49 | FF | 9A | 47 | 0 | 28 | 0 | 93 | 64 | 40 |
| Octal | 111 | 377 | 232 | 107 | 0 | 50 | 0 | 223 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10011010 | 1000111 | 0 | 101000 | 0 | 10010011 | 1100100 | 1000000 |
Color Harmonies of #49FF9A
Complementary color
Monochromatic Colors of #49FF9A
Black with #49FF9A
Text Example
Text Example
White with #49FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF9A; }
p { color: rgb(73,255,154); }
H1.HeaderClassName
{
color: #49FF9A;
}
.AnyTagClassName
{
color: #49FF9A;
}
</style>
background-color css
<style>
a { background-color: #49FF9A; }
a { background-color: rgb(73,255,154); }
div.DivClassName
{
background-color: #49FF9A;
}
.BgClassName
{
background-color: #49FF9A;
}
</style>
border-color css
<style>
span { border-color: #49FF9A; }
span { border-color: rgb(73,255,154); }
td.TdClassName
{
border-color: #49FF9A;
}
.TagClassName
{
border-color: #49FF9A;
}
</style>