Shades of Shamrock #49FFA7
Tints of Shamrock #49FFA7
RGB
CMYK
RGB Variations
Color information
#49FFA7 (or 0x49FFA7) is known color: Shamrock. HEX triplet: 49, FF and A7. RGB value is (73,255,167). Sum of RGB (Red+Green+Blue) = 73+255+167=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFA7 is #B60058. Grayscale: #BEBEBE. Windows color (decimal): -11927641 or 11009865. OLE color: 11009865.
HSL color Cylindrical-coordinate representation of color #49FFA7: hue angle of 150.99º 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 #49FFA7 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 167 | - |
| CMYK | 0.71 | 0 | 0.35 | 0 |
| HSL | 150.99º | 1% | 0.64% | - |
| HSV(B) | 150.99º | 0.71% | 1% | - |
| XYZ | 45.48 | 75.73 | 48.78 | - |
| YUV | 190.55 | 114.7 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 167 | 0.71 | 0 | 0.35 | 0 | 150.99 | 1 | 0.64 |
| Hex | 49 | FF | A7 | 47 | 0 | 23 | 0 | 97 | 64 | 40 |
| Octal | 111 | 377 | 247 | 107 | 0 | 43 | 0 | 227 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10100111 | 1000111 | 0 | 100011 | 0 | 10010111 | 1100100 | 1000000 |
Color Harmonies of #49FFA7
Complementary color
Monochromatic Colors of #49FFA7
Black with #49FFA7
Text Example
Text Example
White with #49FFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFA7; }
p { color: rgb(73,255,167); }
H1.HeaderClassName
{
color: #49FFA7;
}
.AnyTagClassName
{
color: #49FFA7;
}
</style>
background-color css
<style>
a { background-color: #49FFA7; }
a { background-color: rgb(73,255,167); }
div.DivClassName
{
background-color: #49FFA7;
}
.BgClassName
{
background-color: #49FFA7;
}
</style>
border-color css
<style>
span { border-color: #49FFA7; }
span { border-color: rgb(73,255,167); }
td.TdClassName
{
border-color: #49FFA7;
}
.TagClassName
{
border-color: #49FFA7;
}
</style>