Shades of Shamrock Green #0D9767
Tints of Shamrock Green #0D9767
RGB
CMYK
RGB Variations
Color information
#0D9767 (or 0x0D9767) is known color: Shamrock Green. HEX triplet: 0D, 97 and 67. RGB value is (13,151,103). Sum of RGB (Red+Green+Blue) = 13+151+103=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #0D9767 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9767 is #F26898. Grayscale: #686868. Windows color (decimal): -15886489 or 6788877. OLE color: 6788877.
HSL color Cylindrical-coordinate representation of color #0D9767: hue angle of 159.13º 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 #0D9767 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 103 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.41 |
| HSL | 159.13º | 0.84% | 0.32% | - |
| HSV(B) | 159.13º | 0.91% | 0.59% | - |
| XYZ | 13.68 | 23.2 | 16.59 | - |
| YUV | 104.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 103 | 0.91 | 0 | 0.32 | 0.41 | 159.13 | 0.84 | 0.32 |
| Hex | D | 97 | 67 | 5B | 0 | 20 | 29 | 9F | 54 | 20 |
| Octal | 15 | 227 | 147 | 133 | 0 | 40 | 51 | 237 | 124 | 40 |
| Binary | 1101 | 10010111 | 1100111 | 1011011 | 0 | 100000 | 101001 | 10011111 | 1010100 | 100000 |
Color Harmonies of #0D9767
Complementary color
Monochromatic Colors of #0D9767
Black with #0D9767
Text Example
Text Example
White with #0D9767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9767; }
p { color: rgb(13,151,103); }
H1.HeaderClassName
{
color: #0D9767;
}
.AnyTagClassName
{
color: #0D9767;
}
</style>
background-color css
<style>
a { background-color: #0D9767; }
a { background-color: rgb(13,151,103); }
div.DivClassName
{
background-color: #0D9767;
}
.BgClassName
{
background-color: #0D9767;
}
</style>
border-color css
<style>
span { border-color: #0D9767; }
span { border-color: rgb(13,151,103); }
td.TdClassName
{
border-color: #0D9767;
}
.TagClassName
{
border-color: #0D9767;
}
</style>