Shades of Shamrock Green #0D9E68
Tints of Shamrock Green #0D9E68
RGB
CMYK
RGB Variations
Color information
#0D9E68 (or 0x0D9E68) is known color: Shamrock Green. HEX triplet: 0D, 9E and 68. RGB value is (13,158,104). Sum of RGB (Red+Green+Blue) = 13+158+104=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E68 is #F26197. Grayscale: #6C6C6C. Windows color (decimal): -15884696 or 6856205. OLE color: 6856205.
HSL color Cylindrical-coordinate representation of color #0D9E68: hue angle of 157.66º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E68 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 158 | 104 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.38 |
| HSL | 157.66º | 0.85% | 0.34% | - |
| HSV(B) | 157.66º | 0.92% | 0.62% | - |
| XYZ | 14.89 | 25.54 | 17.24 | - |
| YUV | 108.49 | 125.46 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 104 | 0.92 | 0 | 0.34 | 0.38 | 157.66 | 0.85 | 0.34 |
| Hex | D | 9E | 68 | 5C | 0 | 22 | 26 | 9E | 55 | 22 |
| Octal | 15 | 236 | 150 | 134 | 0 | 42 | 46 | 236 | 125 | 42 |
| Binary | 1101 | 10011110 | 1101000 | 1011100 | 0 | 100010 | 100110 | 10011110 | 1010101 | 100010 |
Color Harmonies of #0D9E68
Complementary color
Monochromatic Colors of #0D9E68
Black with #0D9E68
Text Example
Text Example
White with #0D9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9E68; }
p { color: rgb(13,158,104); }
H1.HeaderClassName
{
color: #0D9E68;
}
.AnyTagClassName
{
color: #0D9E68;
}
</style>
background-color css
<style>
a { background-color: #0D9E68; }
a { background-color: rgb(13,158,104); }
div.DivClassName
{
background-color: #0D9E68;
}
.BgClassName
{
background-color: #0D9E68;
}
</style>
border-color css
<style>
span { border-color: #0D9E68; }
span { border-color: rgb(13,158,104); }
td.TdClassName
{
border-color: #0D9E68;
}
.TagClassName
{
border-color: #0D9E68;
}
</style>