Shades of Shamrock Green #0D9667
Tints of Shamrock Green #0D9667
RGB
CMYK
RGB Variations
Color information
#0D9667 (or 0x0D9667) is known color: Shamrock Green. HEX triplet: 0D, 96 and 67. RGB value is (13,150,103). Sum of RGB (Red+Green+Blue) = 13+150+103=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9667 is #F26998. Grayscale: #676767. Windows color (decimal): -15886745 or 6788621. OLE color: 6788621.
HSL color Cylindrical-coordinate representation of color #0D9667: hue angle of 159.42º 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 #0D9667 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 103 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.41 |
| HSL | 159.42º | 0.84% | 0.32% | - |
| HSV(B) | 159.42º | 0.91% | 0.59% | - |
| XYZ | 13.52 | 22.88 | 16.54 | - |
| YUV | 103.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 103 | 0.91 | 0 | 0.31 | 0.41 | 159.42 | 0.84 | 0.32 |
| Hex | D | 96 | 67 | 5B | 0 | 1F | 29 | 9F | 54 | 20 |
| Octal | 15 | 226 | 147 | 133 | 0 | 37 | 51 | 237 | 124 | 40 |
| Binary | 1101 | 10010110 | 1100111 | 1011011 | 0 | 11111 | 101001 | 10011111 | 1010100 | 100000 |
Color Harmonies of #0D9667
Complementary color
Monochromatic Colors of #0D9667
Black with #0D9667
Text Example
Text Example
White with #0D9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9667; }
p { color: rgb(13,150,103); }
H1.HeaderClassName
{
color: #0D9667;
}
.AnyTagClassName
{
color: #0D9667;
}
</style>
background-color css
<style>
a { background-color: #0D9667; }
a { background-color: rgb(13,150,103); }
div.DivClassName
{
background-color: #0D9667;
}
.BgClassName
{
background-color: #0D9667;
}
</style>
border-color css
<style>
span { border-color: #0D9667; }
span { border-color: rgb(13,150,103); }
td.TdClassName
{
border-color: #0D9667;
}
.TagClassName
{
border-color: #0D9667;
}
</style>