Shades of Shamrock #49F9A8
Tints of Shamrock #49F9A8
RGB
CMYK
RGB Variations
Color information
#49F9A8 (or 0x49F9A8) is known color: Shamrock. HEX triplet: 49, F9 and A8. RGB value is (73,249,168). Sum of RGB (Red+Green+Blue) = 73+249+168=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F9A8 is #B60657. Grayscale: #BBBBBB. Windows color (decimal): -11929176 or 11073865. OLE color: 11073865.
HSL color Cylindrical-coordinate representation of color #49F9A8: hue angle of 152.39º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F9A8 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 168 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.02 |
| HSL | 152.39º | 0.94% | 0.63% | - |
| HSV(B) | 152.39º | 0.71% | 0.98% | - |
| XYZ | 43.69 | 71.99 | 48.64 | - |
| YUV | 187.14 | 117.19 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 168 | 0.71 | 0 | 0.33 | 0.02 | 152.39 | 0.94 | 0.63 |
| Hex | 49 | F9 | A8 | 47 | 0 | 21 | 2 | 98 | 5E | 3F |
| Octal | 111 | 371 | 250 | 107 | 0 | 41 | 2 | 230 | 136 | 77 |
| Binary | 1001001 | 11111001 | 10101000 | 1000111 | 0 | 100001 | 10 | 10011000 | 1011110 | 111111 |
Color Harmonies of #49F9A8
Complementary color
Monochromatic Colors of #49F9A8
Black with #49F9A8
Text Example
Text Example
White with #49F9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9A8; }
p { color: rgb(73,249,168); }
H1.HeaderClassName
{
color: #49F9A8;
}
.AnyTagClassName
{
color: #49F9A8;
}
</style>
background-color css
<style>
a { background-color: #49F9A8; }
a { background-color: rgb(73,249,168); }
div.DivClassName
{
background-color: #49F9A8;
}
.BgClassName
{
background-color: #49F9A8;
}
</style>
border-color css
<style>
span { border-color: #49F9A8; }
span { border-color: rgb(73,249,168); }
td.TdClassName
{
border-color: #49F9A8;
}
.TagClassName
{
border-color: #49F9A8;
}
</style>