Shades of Shamrock #48DCA9
Tints of Shamrock #48DCA9
RGB
CMYK
RGB Variations
Color information
#48DCA9 (or 0x48DCA9) is known color: Shamrock. HEX triplet: 48, DC and A9. RGB value is (72,220,169). Sum of RGB (Red+Green+Blue) = 72+220+169=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DCA9 is #B72356. Grayscale: #A9A9A9. Windows color (decimal): -12002135 or 11131976. OLE color: 11131976.
HSL color Cylindrical-coordinate representation of color #48DCA9: hue angle of 159.32º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DCA9 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 169 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.14 |
| HSL | 159.32º | 0.68% | 0.57% | - |
| HSV(B) | 159.32º | 0.67% | 0.86% | - |
| XYZ | 35.43 | 55.43 | 46.37 | - |
| YUV | 169.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 169 | 0.67 | 0 | 0.23 | 0.14 | 159.32 | 0.68 | 0.57 |
| Hex | 48 | DC | A9 | 43 | 0 | 17 | E | 9F | 44 | 39 |
| Octal | 110 | 334 | 251 | 103 | 0 | 27 | 16 | 237 | 104 | 71 |
| Binary | 1001000 | 11011100 | 10101001 | 1000011 | 0 | 10111 | 1110 | 10011111 | 1000100 | 111001 |
Color Harmonies of #48DCA9
Complementary color
Monochromatic Colors of #48DCA9
Black with #48DCA9
Text Example
Text Example
White with #48DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCA9; }
p { color: rgb(72,220,169); }
H1.HeaderClassName
{
color: #48DCA9;
}
.AnyTagClassName
{
color: #48DCA9;
}
</style>
background-color css
<style>
a { background-color: #48DCA9; }
a { background-color: rgb(72,220,169); }
div.DivClassName
{
background-color: #48DCA9;
}
.BgClassName
{
background-color: #48DCA9;
}
</style>
border-color css
<style>
span { border-color: #48DCA9; }
span { border-color: rgb(72,220,169); }
td.TdClassName
{
border-color: #48DCA9;
}
.TagClassName
{
border-color: #48DCA9;
}
</style>