Shades of Shamrock Green #0D9560
Tints of Shamrock Green #0D9560
RGB
CMYK
RGB Variations
Color information
#0D9560 (or 0x0D9560) is known color: Shamrock Green. HEX triplet: 0D, 95 and 60. RGB value is (13,149,96). Sum of RGB (Red+Green+Blue) = 13+149+96=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #0D9560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9560 is #F26A9F. Grayscale: #666666. Windows color (decimal): -15887008 or 6329613. OLE color: 6329613.
HSL color Cylindrical-coordinate representation of color #0D9560: hue angle of 156.62º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9560 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 96 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.42 |
| HSL | 156.62º | 0.84% | 0.32% | - |
| HSV(B) | 156.62º | 0.91% | 0.58% | - |
| XYZ | 13.02 | 22.42 | 14.71 | - |
| YUV | 102.29 | 124.44 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 96 | 0.91 | 0 | 0.36 | 0.42 | 156.62 | 0.84 | 0.32 |
| Hex | D | 95 | 60 | 5B | 0 | 24 | 2A | 9D | 54 | 20 |
| Octal | 15 | 225 | 140 | 133 | 0 | 44 | 52 | 235 | 124 | 40 |
| Binary | 1101 | 10010101 | 1100000 | 1011011 | 0 | 100100 | 101010 | 10011101 | 1010100 | 100000 |
Color Harmonies of #0D9560
Complementary color
Monochromatic Colors of #0D9560
Black with #0D9560
Text Example
Text Example
White with #0D9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9560; }
p { color: rgb(13,149,96); }
H1.HeaderClassName
{
color: #0D9560;
}
.AnyTagClassName
{
color: #0D9560;
}
</style>
background-color css
<style>
a { background-color: #0D9560; }
a { background-color: rgb(13,149,96); }
div.DivClassName
{
background-color: #0D9560;
}
.BgClassName
{
background-color: #0D9560;
}
</style>
border-color css
<style>
span { border-color: #0D9560; }
span { border-color: rgb(13,149,96); }
td.TdClassName
{
border-color: #0D9560;
}
.TagClassName
{
border-color: #0D9560;
}
</style>