Shades of Shamrock #48D3A9
Tints of Shamrock #48D3A9
RGB
CMYK
RGB Variations
Color information
#48D3A9 (or 0x48D3A9) is known color: Shamrock. HEX triplet: 48, D3 and A9. RGB value is (72,211,169). Sum of RGB (Red+Green+Blue) = 72+211+169=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #48D3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D3A9 is #B72C56. Grayscale: #A4A4A4. Windows color (decimal): -12004439 or 11129672. OLE color: 11129672.
HSL color Cylindrical-coordinate representation of color #48D3A9: hue angle of 161.87º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D3A9 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 211 | 169 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.17 |
| HSL | 161.87º | 0.61% | 0.55% | - |
| HSV(B) | 161.87º | 0.66% | 0.83% | - |
| XYZ | 33.13 | 50.83 | 45.6 | - |
| YUV | 164.65 | 130.45 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 169 | 0.66 | 0 | 0.20 | 0.17 | 161.87 | 0.61 | 0.55 |
| Hex | 48 | D3 | A9 | 42 | 0 | 14 | 11 | A2 | 3D | 37 |
| Octal | 110 | 323 | 251 | 102 | 0 | 24 | 21 | 242 | 75 | 67 |
| Binary | 1001000 | 11010011 | 10101001 | 1000010 | 0 | 10100 | 10001 | 10100010 | 111101 | 110111 |
Color Harmonies of #48D3A9
Complementary color
Monochromatic Colors of #48D3A9
Black with #48D3A9
Text Example
Text Example
White with #48D3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D3A9; }
p { color: rgb(72,211,169); }
H1.HeaderClassName
{
color: #48D3A9;
}
.AnyTagClassName
{
color: #48D3A9;
}
</style>
background-color css
<style>
a { background-color: #48D3A9; }
a { background-color: rgb(72,211,169); }
div.DivClassName
{
background-color: #48D3A9;
}
.BgClassName
{
background-color: #48D3A9;
}
</style>
border-color css
<style>
span { border-color: #48D3A9; }
span { border-color: rgb(72,211,169); }
td.TdClassName
{
border-color: #48D3A9;
}
.TagClassName
{
border-color: #48D3A9;
}
</style>