Shades of Shamrock #48C296
Tints of Shamrock #48C296
RGB
CMYK
RGB Variations
Color information
#48C296 (or 0x48C296) is known color: Shamrock. HEX triplet: 48, C2 and 96. RGB value is (72,194,150). Sum of RGB (Red+Green+Blue) = 72+194+150=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #48C296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C296 is #B73D69. Grayscale: #989898. Windows color (decimal): -12008810 or 9880136. OLE color: 9880136.
HSL color Cylindrical-coordinate representation of color #48C296: hue angle of 158.36º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C296 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 150 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.24 |
| HSL | 158.36º | 0.5% | 0.52% | - |
| HSV(B) | 158.36º | 0.63% | 0.76% | - |
| XYZ | 27.47 | 42.16 | 35.54 | - |
| YUV | 152.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 150 | 0.63 | 0 | 0.23 | 0.24 | 158.36 | 0.5 | 0.52 |
| Hex | 48 | C2 | 96 | 3F | 0 | 17 | 18 | 9E | 32 | 34 |
| Octal | 110 | 302 | 226 | 77 | 0 | 27 | 30 | 236 | 62 | 64 |
| Binary | 1001000 | 11000010 | 10010110 | 111111 | 0 | 10111 | 11000 | 10011110 | 110010 | 110100 |
Color Harmonies of #48C296
Complementary color
Monochromatic Colors of #48C296
Black with #48C296
Text Example
Text Example
White with #48C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C296; }
p { color: rgb(72,194,150); }
H1.HeaderClassName
{
color: #48C296;
}
.AnyTagClassName
{
color: #48C296;
}
</style>
background-color css
<style>
a { background-color: #48C296; }
a { background-color: rgb(72,194,150); }
div.DivClassName
{
background-color: #48C296;
}
.BgClassName
{
background-color: #48C296;
}
</style>
border-color css
<style>
span { border-color: #48C296; }
span { border-color: rgb(72,194,150); }
td.TdClassName
{
border-color: #48C296;
}
.TagClassName
{
border-color: #48C296;
}
</style>