Shades of Shamrock #49FC9A
Tints of Shamrock #49FC9A
RGB
CMYK
RGB Variations
Color information
#49FC9A (or 0x49FC9A) is known color: Shamrock. HEX triplet: 49, FC and 9A. RGB value is (73,252,154). Sum of RGB (Red+Green+Blue) = 73+252+154=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FC9A is #B60365. Grayscale: #BBBBBB. Windows color (decimal): -11928422 or 10157129. OLE color: 10157129.
HSL color Cylindrical-coordinate representation of color #49FC9A: hue angle of 147.15º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FC9A is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 154 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.01 |
| HSL | 147.15º | 0.97% | 0.64% | - |
| HSV(B) | 147.15º | 0.71% | 0.99% | - |
| XYZ | 43.39 | 73.37 | 42.45 | - |
| YUV | 187.31 | 109.2 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 154 | 0.71 | 0 | 0.39 | 0.01 | 147.15 | 0.97 | 0.64 |
| Hex | 49 | FC | 9A | 47 | 0 | 27 | 1 | 93 | 61 | 40 |
| Octal | 111 | 374 | 232 | 107 | 0 | 47 | 1 | 223 | 141 | 100 |
| Binary | 1001001 | 11111100 | 10011010 | 1000111 | 0 | 100111 | 1 | 10010011 | 1100001 | 1000000 |
Color Harmonies of #49FC9A
Complementary color
Monochromatic Colors of #49FC9A
Black with #49FC9A
Text Example
Text Example
White with #49FC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FC9A; }
p { color: rgb(73,252,154); }
H1.HeaderClassName
{
color: #49FC9A;
}
.AnyTagClassName
{
color: #49FC9A;
}
</style>
background-color css
<style>
a { background-color: #49FC9A; }
a { background-color: rgb(73,252,154); }
div.DivClassName
{
background-color: #49FC9A;
}
.BgClassName
{
background-color: #49FC9A;
}
</style>
border-color css
<style>
span { border-color: #49FC9A; }
span { border-color: rgb(73,252,154); }
td.TdClassName
{
border-color: #49FC9A;
}
.TagClassName
{
border-color: #49FC9A;
}
</style>