Shades of Shamrock #49F09A
Tints of Shamrock #49F09A
RGB
CMYK
RGB Variations
Color information
#49F09A (or 0x49F09A) is known color: Shamrock. HEX triplet: 49, F0 and 9A. RGB value is (73,240,154). Sum of RGB (Red+Green+Blue) = 73+240+154=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #49F09A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F09A is #B60F65. Grayscale: #B4B4B4. Windows color (decimal): -11931494 or 10154057. OLE color: 10154057.
HSL color Cylindrical-coordinate representation of color #49F09A: hue angle of 149.1º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F09A is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 154 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.06 |
| HSL | 149.1º | 0.85% | 0.61% | - |
| HSV(B) | 149.1º | 0.7% | 0.94% | - |
| XYZ | 39.74 | 66.07 | 41.23 | - |
| YUV | 180.26 | 113.17 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 154 | 0.70 | 0 | 0.36 | 0.06 | 149.1 | 0.85 | 0.61 |
| Hex | 49 | F0 | 9A | 46 | 0 | 24 | 6 | 95 | 55 | 3D |
| Octal | 111 | 360 | 232 | 106 | 0 | 44 | 6 | 225 | 125 | 75 |
| Binary | 1001001 | 11110000 | 10011010 | 1000110 | 0 | 100100 | 110 | 10010101 | 1010101 | 111101 |
Color Harmonies of #49F09A
Complementary color
Monochromatic Colors of #49F09A
Black with #49F09A
Text Example
Text Example
White with #49F09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F09A; }
p { color: rgb(73,240,154); }
H1.HeaderClassName
{
color: #49F09A;
}
.AnyTagClassName
{
color: #49F09A;
}
</style>
background-color css
<style>
a { background-color: #49F09A; }
a { background-color: rgb(73,240,154); }
div.DivClassName
{
background-color: #49F09A;
}
.BgClassName
{
background-color: #49F09A;
}
</style>
border-color css
<style>
span { border-color: #49F09A; }
span { border-color: rgb(73,240,154); }
td.TdClassName
{
border-color: #49F09A;
}
.TagClassName
{
border-color: #49F09A;
}
</style>