Shades of Shamrock #49FFA3
Tints of Shamrock #49FFA3
RGB
CMYK
RGB Variations
Color information
#49FFA3 (or 0x49FFA3) is known color: Shamrock. HEX triplet: 49, FF and A3. RGB value is (73,255,163). Sum of RGB (Red+Green+Blue) = 73+255+163=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFA3 is #B6005C. Grayscale: #BEBEBE. Windows color (decimal): -11927645 or 10747721. OLE color: 10747721.
HSL color Cylindrical-coordinate representation of color #49FFA3: hue angle of 149.67º 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 #49FFA3 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 163 | - |
| CMYK | 0.71 | 0 | 0.36 | 0 |
| HSL | 149.67º | 1% | 0.64% | - |
| HSV(B) | 149.67º | 0.71% | 1% | - |
| XYZ | 45.12 | 75.58 | 46.86 | - |
| YUV | 190.09 | 112.7 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 163 | 0.71 | 0 | 0.36 | 0 | 149.67 | 1 | 0.64 |
| Hex | 49 | FF | A3 | 47 | 0 | 24 | 0 | 96 | 64 | 40 |
| Octal | 111 | 377 | 243 | 107 | 0 | 44 | 0 | 226 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10100011 | 1000111 | 0 | 100100 | 0 | 10010110 | 1100100 | 1000000 |
Color Harmonies of #49FFA3
Complementary color
Monochromatic Colors of #49FFA3
Black with #49FFA3
Text Example
Text Example
White with #49FFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFA3; }
p { color: rgb(73,255,163); }
H1.HeaderClassName
{
color: #49FFA3;
}
.AnyTagClassName
{
color: #49FFA3;
}
</style>
background-color css
<style>
a { background-color: #49FFA3; }
a { background-color: rgb(73,255,163); }
div.DivClassName
{
background-color: #49FFA3;
}
.BgClassName
{
background-color: #49FFA3;
}
</style>
border-color css
<style>
span { border-color: #49FFA3; }
span { border-color: rgb(73,255,163); }
td.TdClassName
{
border-color: #49FFA3;
}
.TagClassName
{
border-color: #49FFA3;
}
</style>