Shades of Shamrock #48F3A0
Tints of Shamrock #48F3A0
RGB
CMYK
RGB Variations
Color information
#48F3A0 (or 0x48F3A0) is known color: Shamrock. HEX triplet: 48, F3 and A0. RGB value is (72,243,160). Sum of RGB (Red+Green+Blue) = 72+243+160=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #48F3A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F3A0 is #B70C5F. Grayscale: #B6B6B6. Windows color (decimal): -11996256 or 10548040. OLE color: 10548040.
HSL color Cylindrical-coordinate representation of color #48F3A0: hue angle of 150.88º 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 #48F3A0 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 243 | 160 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.05 |
| HSL | 150.88º | 0.88% | 0.62% | - |
| HSV(B) | 150.88º | 0.7% | 0.95% | - |
| XYZ | 41.07 | 68.02 | 44.22 | - |
| YUV | 182.41 | 115.35 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 243 | 160 | 0.70 | 0 | 0.34 | 0.05 | 150.88 | 0.88 | 0.62 |
| Hex | 48 | F3 | A0 | 46 | 0 | 22 | 5 | 97 | 58 | 3E |
| Octal | 110 | 363 | 240 | 106 | 0 | 42 | 5 | 227 | 130 | 76 |
| Binary | 1001000 | 11110011 | 10100000 | 1000110 | 0 | 100010 | 101 | 10010111 | 1011000 | 111110 |
Color Harmonies of #48F3A0
Complementary color
Monochromatic Colors of #48F3A0
Black with #48F3A0
Text Example
Text Example
White with #48F3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F3A0; }
p { color: rgb(72,243,160); }
H1.HeaderClassName
{
color: #48F3A0;
}
.AnyTagClassName
{
color: #48F3A0;
}
</style>
background-color css
<style>
a { background-color: #48F3A0; }
a { background-color: rgb(72,243,160); }
div.DivClassName
{
background-color: #48F3A0;
}
.BgClassName
{
background-color: #48F3A0;
}
</style>
border-color css
<style>
span { border-color: #48F3A0; }
span { border-color: rgb(72,243,160); }
td.TdClassName
{
border-color: #48F3A0;
}
.TagClassName
{
border-color: #48F3A0;
}
</style>