Shades of Shamrock #49FFA2
Tints of Shamrock #49FFA2
RGB
CMYK
RGB Variations
Color information
#49FFA2 (or 0x49FFA2) is known color: Shamrock. HEX triplet: 49, FF and A2. RGB value is (73,255,162). Sum of RGB (Red+Green+Blue) = 73+255+162=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFA2 is #B6005D. Grayscale: #BEBEBE. Windows color (decimal): -11927646 or 10682185. OLE color: 10682185.
HSL color Cylindrical-coordinate representation of color #49FFA2: hue angle of 149.34º 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 #49FFA2 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 162 | - |
| CMYK | 0.71 | 0 | 0.36 | 0 |
| HSL | 149.34º | 1% | 0.64% | - |
| HSV(B) | 149.34º | 0.71% | 1% | - |
| XYZ | 45.03 | 75.55 | 46.39 | - |
| YUV | 189.98 | 112.2 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 162 | 0.71 | 0 | 0.36 | 0 | 149.34 | 1 | 0.64 |
| Hex | 49 | FF | A2 | 47 | 0 | 24 | 0 | 95 | 64 | 40 |
| Octal | 111 | 377 | 242 | 107 | 0 | 44 | 0 | 225 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10100010 | 1000111 | 0 | 100100 | 0 | 10010101 | 1100100 | 1000000 |
Color Harmonies of #49FFA2
Complementary color
Monochromatic Colors of #49FFA2
Black with #49FFA2
Text Example
Text Example
White with #49FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFA2; }
p { color: rgb(73,255,162); }
H1.HeaderClassName
{
color: #49FFA2;
}
.AnyTagClassName
{
color: #49FFA2;
}
</style>
background-color css
<style>
a { background-color: #49FFA2; }
a { background-color: rgb(73,255,162); }
div.DivClassName
{
background-color: #49FFA2;
}
.BgClassName
{
background-color: #49FFA2;
}
</style>
border-color css
<style>
span { border-color: #49FFA2; }
span { border-color: rgb(73,255,162); }
td.TdClassName
{
border-color: #49FFA2;
}
.TagClassName
{
border-color: #49FFA2;
}
</style>