Shades of Shamrock #49F3A8
Tints of Shamrock #49F3A8
RGB
CMYK
RGB Variations
Color information
#49F3A8 (or 0x49F3A8) is known color: Shamrock. HEX triplet: 49, F3 and A8. RGB value is (73,243,168). Sum of RGB (Red+Green+Blue) = 73+243+168=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #49F3A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F3A8 is #B60C57. Grayscale: #B7B7B7. Windows color (decimal): -11930712 or 11072329. OLE color: 11072329.
HSL color Cylindrical-coordinate representation of color #49F3A8: hue angle of 153.53º 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 #49F3A8 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 168 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.05 |
| HSL | 153.53º | 0.88% | 0.62% | - |
| HSV(B) | 153.53º | 0.7% | 0.95% | - |
| XYZ | 41.87 | 68.34 | 48.03 | - |
| YUV | 183.62 | 119.18 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 168 | 0.70 | 0 | 0.31 | 0.05 | 153.53 | 0.88 | 0.62 |
| Hex | 49 | F3 | A8 | 46 | 0 | 1F | 5 | 9A | 58 | 3E |
| Octal | 111 | 363 | 250 | 106 | 0 | 37 | 5 | 232 | 130 | 76 |
| Binary | 1001001 | 11110011 | 10101000 | 1000110 | 0 | 11111 | 101 | 10011010 | 1011000 | 111110 |
Color Harmonies of #49F3A8
Complementary color
Monochromatic Colors of #49F3A8
Black with #49F3A8
Text Example
Text Example
White with #49F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F3A8; }
p { color: rgb(73,243,168); }
H1.HeaderClassName
{
color: #49F3A8;
}
.AnyTagClassName
{
color: #49F3A8;
}
</style>
background-color css
<style>
a { background-color: #49F3A8; }
a { background-color: rgb(73,243,168); }
div.DivClassName
{
background-color: #49F3A8;
}
.BgClassName
{
background-color: #49F3A8;
}
</style>
border-color css
<style>
span { border-color: #49F3A8; }
span { border-color: rgb(73,243,168); }
td.TdClassName
{
border-color: #49F3A8;
}
.TagClassName
{
border-color: #49F3A8;
}
</style>