Shades of Shamrock Green #0D9666
Tints of Shamrock Green #0D9666
RGB
CMYK
RGB Variations
Color information
#0D9666 (or 0x0D9666) is known color: Shamrock Green. HEX triplet: 0D, 96 and 66. RGB value is (13,150,102). Sum of RGB (Red+Green+Blue) = 13+150+102=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9666 is #F26999. Grayscale: #676767. Windows color (decimal): -15886746 or 6723085. OLE color: 6723085.
HSL color Cylindrical-coordinate representation of color #0D9666: hue angle of 158.98º 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 #0D9666 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 102 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.41 |
| HSL | 158.98º | 0.84% | 0.32% | - |
| HSV(B) | 158.98º | 0.91% | 0.59% | - |
| XYZ | 13.47 | 22.86 | 16.27 | - |
| YUV | 103.57 | 127.11 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 102 | 0.91 | 0 | 0.32 | 0.41 | 158.98 | 0.84 | 0.32 |
| Hex | D | 96 | 66 | 5B | 0 | 20 | 29 | 9F | 54 | 20 |
| Octal | 15 | 226 | 146 | 133 | 0 | 40 | 51 | 237 | 124 | 40 |
| Binary | 1101 | 10010110 | 1100110 | 1011011 | 0 | 100000 | 101001 | 10011111 | 1010100 | 100000 |
Color Harmonies of #0D9666
Complementary color
Monochromatic Colors of #0D9666
Black with #0D9666
Text Example
Text Example
White with #0D9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9666; }
p { color: rgb(13,150,102); }
H1.HeaderClassName
{
color: #0D9666;
}
.AnyTagClassName
{
color: #0D9666;
}
</style>
background-color css
<style>
a { background-color: #0D9666; }
a { background-color: rgb(13,150,102); }
div.DivClassName
{
background-color: #0D9666;
}
.BgClassName
{
background-color: #0D9666;
}
</style>
border-color css
<style>
span { border-color: #0D9666; }
span { border-color: rgb(13,150,102); }
td.TdClassName
{
border-color: #0D9666;
}
.TagClassName
{
border-color: #0D9666;
}
</style>