Shades of Shamrock #48F096
Tints of Shamrock #48F096
RGB
CMYK
RGB Variations
Color information
#48F096 (or 0x48F096) is known color: Shamrock. HEX triplet: 48, F0 and 96. RGB value is (72,240,150). Sum of RGB (Red+Green+Blue) = 72+240+150=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #48F096 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F096 is #B70F69. Grayscale: #B3B3B3. Windows color (decimal): -11997034 or 9891912. OLE color: 9891912.
HSL color Cylindrical-coordinate representation of color #48F096: hue angle of 147.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F096 is Cyan = 0.7, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 240 | 150 | - |
| CMYK | 0.7 | 0 | 0.37 | 0.06 |
| HSL | 147.86º | 0.85% | 0.61% | - |
| HSV(B) | 147.86º | 0.7% | 0.94% | - |
| XYZ | 39.34 | 65.9 | 39.5 | - |
| YUV | 179.51 | 111.34 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 240 | 150 | 0.7 | 0 | 0.37 | 0.06 | 147.86 | 0.85 | 0.61 |
| Hex | 48 | F0 | 96 | 46 | 0 | 25 | 6 | 94 | 55 | 3D |
| Octal | 110 | 360 | 226 | 106 | 0 | 45 | 6 | 224 | 125 | 75 |
| Binary | 1001000 | 11110000 | 10010110 | 1000110 | 0 | 100101 | 110 | 10010100 | 1010101 | 111101 |
Color Harmonies of #48F096
Complementary color
Monochromatic Colors of #48F096
Black with #48F096
Text Example
Text Example
White with #48F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F096; }
p { color: rgb(72,240,150); }
H1.HeaderClassName
{
color: #48F096;
}
.AnyTagClassName
{
color: #48F096;
}
</style>
background-color css
<style>
a { background-color: #48F096; }
a { background-color: rgb(72,240,150); }
div.DivClassName
{
background-color: #48F096;
}
.BgClassName
{
background-color: #48F096;
}
</style>
border-color css
<style>
span { border-color: #48F096; }
span { border-color: rgb(72,240,150); }
td.TdClassName
{
border-color: #48F096;
}
.TagClassName
{
border-color: #48F096;
}
</style>