Shades of Shamrock #49F3A2
Tints of Shamrock #49F3A2
RGB
CMYK
RGB Variations
Color information
#49F3A2 (or 0x49F3A2) is known color: Shamrock. HEX triplet: 49, F3 and A2. RGB value is (73,243,162). Sum of RGB (Red+Green+Blue) = 73+243+162=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #49F3A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F3A2 is #B60C5D. Grayscale: #B7B7B7. Windows color (decimal): -11930718 or 10679113. OLE color: 10679113.
HSL color Cylindrical-coordinate representation of color #49F3A2: hue angle of 151.41º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F3A2 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 162 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.05 |
| HSL | 151.41º | 0.88% | 0.62% | - |
| HSV(B) | 151.41º | 0.7% | 0.95% | - |
| XYZ | 41.32 | 68.13 | 45.15 | - |
| YUV | 182.94 | 116.18 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 162 | 0.70 | 0 | 0.33 | 0.05 | 151.41 | 0.88 | 0.62 |
| Hex | 49 | F3 | A2 | 46 | 0 | 21 | 5 | 97 | 58 | 3E |
| Octal | 111 | 363 | 242 | 106 | 0 | 41 | 5 | 227 | 130 | 76 |
| Binary | 1001001 | 11110011 | 10100010 | 1000110 | 0 | 100001 | 101 | 10010111 | 1011000 | 111110 |
Color Harmonies of #49F3A2
Complementary color
Monochromatic Colors of #49F3A2
Black with #49F3A2
Text Example
Text Example
White with #49F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F3A2; }
p { color: rgb(73,243,162); }
H1.HeaderClassName
{
color: #49F3A2;
}
.AnyTagClassName
{
color: #49F3A2;
}
</style>
background-color css
<style>
a { background-color: #49F3A2; }
a { background-color: rgb(73,243,162); }
div.DivClassName
{
background-color: #49F3A2;
}
.BgClassName
{
background-color: #49F3A2;
}
</style>
border-color css
<style>
span { border-color: #49F3A2; }
span { border-color: rgb(73,243,162); }
td.TdClassName
{
border-color: #49F3A2;
}
.TagClassName
{
border-color: #49F3A2;
}
</style>