Shades of Shamrock #49FEA0
Tints of Shamrock #49FEA0
RGB
CMYK
RGB Variations
Color information
#49FEA0 (or 0x49FEA0) is known color: Shamrock. HEX triplet: 49, FE and A0. RGB value is (73,254,160). Sum of RGB (Red+Green+Blue) = 73+254+160=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FEA0 is #B6015F. Grayscale: #BDBDBD. Windows color (decimal): -11927904 or 10550857. OLE color: 10550857.
HSL color Cylindrical-coordinate representation of color #49FEA0: hue angle of 148.84º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEA0 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 160 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.00 |
| HSL | 148.84º | 0.99% | 0.64% | - |
| HSV(B) | 148.84º | 0.71% | 1% | - |
| XYZ | 44.53 | 74.84 | 45.36 | - |
| YUV | 189.17 | 111.53 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 160 | 0.71 | 0 | 0.37 | 0.00 | 148.84 | 0.99 | 0.64 |
| Hex | 49 | FE | A0 | 47 | 0 | 25 | 0 | 95 | 63 | 40 |
| Octal | 111 | 376 | 240 | 107 | 0 | 45 | 0 | 225 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10100000 | 1000111 | 0 | 100101 | 0 | 10010101 | 1100011 | 1000000 |
Color Harmonies of #49FEA0
Complementary color
Monochromatic Colors of #49FEA0
Black with #49FEA0
Text Example
Text Example
White with #49FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEA0; }
p { color: rgb(73,254,160); }
H1.HeaderClassName
{
color: #49FEA0;
}
.AnyTagClassName
{
color: #49FEA0;
}
</style>
background-color css
<style>
a { background-color: #49FEA0; }
a { background-color: rgb(73,254,160); }
div.DivClassName
{
background-color: #49FEA0;
}
.BgClassName
{
background-color: #49FEA0;
}
</style>
border-color css
<style>
span { border-color: #49FEA0; }
span { border-color: rgb(73,254,160); }
td.TdClassName
{
border-color: #49FEA0;
}
.TagClassName
{
border-color: #49FEA0;
}
</style>