Shades of Shamrock #48E2A0
Tints of Shamrock #48E2A0
RGB
CMYK
RGB Variations
Color information
#48E2A0 (or 0x48E2A0) is known color: Shamrock. HEX triplet: 48, E2 and A0. RGB value is (72,226,160). Sum of RGB (Red+Green+Blue) = 72+226+160=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #48E2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E2A0 is #B71D5F. Grayscale: #ACACAC. Windows color (decimal): -12000608 or 10543688. OLE color: 10543688.
HSL color Cylindrical-coordinate representation of color #48E2A0: hue angle of 154.29º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E2A0 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 160 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.11 |
| HSL | 154.29º | 0.73% | 0.58% | - |
| HSV(B) | 154.29º | 0.68% | 0.89% | - |
| XYZ | 36.21 | 58.31 | 42.6 | - |
| YUV | 172.43 | 120.98 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 160 | 0.68 | 0 | 0.29 | 0.11 | 154.29 | 0.73 | 0.58 |
| Hex | 48 | E2 | A0 | 44 | 0 | 1D | B | 9A | 49 | 3A |
| Octal | 110 | 342 | 240 | 104 | 0 | 35 | 13 | 232 | 111 | 72 |
| Binary | 1001000 | 11100010 | 10100000 | 1000100 | 0 | 11101 | 1011 | 10011010 | 1001001 | 111010 |
Color Harmonies of #48E2A0
Complementary color
Monochromatic Colors of #48E2A0
Black with #48E2A0
Text Example
Text Example
White with #48E2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E2A0; }
p { color: rgb(72,226,160); }
H1.HeaderClassName
{
color: #48E2A0;
}
.AnyTagClassName
{
color: #48E2A0;
}
</style>
background-color css
<style>
a { background-color: #48E2A0; }
a { background-color: rgb(72,226,160); }
div.DivClassName
{
background-color: #48E2A0;
}
.BgClassName
{
background-color: #48E2A0;
}
</style>
border-color css
<style>
span { border-color: #48E2A0; }
span { border-color: rgb(72,226,160); }
td.TdClassName
{
border-color: #48E2A0;
}
.TagClassName
{
border-color: #48E2A0;
}
</style>