Shades of Shamrock Green #0D9660
Tints of Shamrock Green #0D9660
RGB
CMYK
RGB Variations
Color information
#0D9660 (or 0x0D9660) is known color: Shamrock Green. HEX triplet: 0D, 96 and 60. RGB value is (13,150,96). Sum of RGB (Red+Green+Blue) = 13+150+96=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9660 is #F2699F. Grayscale: #666666. Windows color (decimal): -15886752 or 6329869. OLE color: 6329869.
HSL color Cylindrical-coordinate representation of color #0D9660: hue angle of 156.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9660 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 96 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.41 |
| HSL | 156.35º | 0.84% | 0.32% | - |
| HSV(B) | 156.35º | 0.91% | 0.59% | - |
| XYZ | 13.18 | 22.74 | 14.76 | - |
| YUV | 102.88 | 124.11 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 96 | 0.91 | 0 | 0.36 | 0.41 | 156.35 | 0.84 | 0.32 |
| Hex | D | 96 | 60 | 5B | 0 | 24 | 29 | 9C | 54 | 20 |
| Octal | 15 | 226 | 140 | 133 | 0 | 44 | 51 | 234 | 124 | 40 |
| Binary | 1101 | 10010110 | 1100000 | 1011011 | 0 | 100100 | 101001 | 10011100 | 1010100 | 100000 |
Color Harmonies of #0D9660
Complementary color
Monochromatic Colors of #0D9660
Black with #0D9660
Text Example
Text Example
White with #0D9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9660; }
p { color: rgb(13,150,96); }
H1.HeaderClassName
{
color: #0D9660;
}
.AnyTagClassName
{
color: #0D9660;
}
</style>
background-color css
<style>
a { background-color: #0D9660; }
a { background-color: rgb(13,150,96); }
div.DivClassName
{
background-color: #0D9660;
}
.BgClassName
{
background-color: #0D9660;
}
</style>
border-color css
<style>
span { border-color: #0D9660; }
span { border-color: rgb(13,150,96); }
td.TdClassName
{
border-color: #0D9660;
}
.TagClassName
{
border-color: #0D9660;
}
</style>