Shades of Shamrock #49FFA8
Tints of Shamrock #49FFA8
RGB
CMYK
RGB Variations
Color information
#49FFA8 (or 0x49FFA8) is known color: Shamrock. HEX triplet: 49, FF and A8. RGB value is (73,255,168). Sum of RGB (Red+Green+Blue) = 73+255+168=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFA8 is #B60057. Grayscale: #BEBEBE. Windows color (decimal): -11927640 or 11075401. OLE color: 11075401.
HSL color Cylindrical-coordinate representation of color #49FFA8: hue angle of 151.32º 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 #49FFA8 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 168 | - |
| CMYK | 0.71 | 0 | 0.34 | 0 |
| HSL | 151.32º | 1% | 0.64% | - |
| HSV(B) | 151.32º | 0.71% | 1% | - |
| XYZ | 45.58 | 75.76 | 49.27 | - |
| YUV | 190.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 168 | 0.71 | 0 | 0.34 | 0 | 151.32 | 1 | 0.64 |
| Hex | 49 | FF | A8 | 47 | 0 | 22 | 0 | 97 | 64 | 40 |
| Octal | 111 | 377 | 250 | 107 | 0 | 42 | 0 | 227 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10101000 | 1000111 | 0 | 100010 | 0 | 10010111 | 1100100 | 1000000 |
Color Harmonies of #49FFA8
Complementary color
Monochromatic Colors of #49FFA8
Black with #49FFA8
Text Example
Text Example
White with #49FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFA8; }
p { color: rgb(73,255,168); }
H1.HeaderClassName
{
color: #49FFA8;
}
.AnyTagClassName
{
color: #49FFA8;
}
</style>
background-color css
<style>
a { background-color: #49FFA8; }
a { background-color: rgb(73,255,168); }
div.DivClassName
{
background-color: #49FFA8;
}
.BgClassName
{
background-color: #49FFA8;
}
</style>
border-color css
<style>
span { border-color: #49FFA8; }
span { border-color: rgb(73,255,168); }
td.TdClassName
{
border-color: #49FFA8;
}
.TagClassName
{
border-color: #49FFA8;
}
</style>