Shades of Shamrock Green #0D9E64
Tints of Shamrock Green #0D9E64
RGB
CMYK
RGB Variations
Color information
#0D9E64 (or 0x0D9E64) is known color: Shamrock Green. HEX triplet: 0D, 9E and 64. RGB value is (13,158,100). Sum of RGB (Red+Green+Blue) = 13+158+100=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 158 (62.11% from 255 or 58.30% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E64 is #F2619B. Grayscale: #6C6C6C. Windows color (decimal): -15884700 or 6594061. OLE color: 6594061.
HSL color Cylindrical-coordinate representation of color #0D9E64: hue angle of 156º 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 #0D9E64 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 158 | 100 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.38 |
| HSL | 156º | 0.85% | 0.34% | - |
| HSV(B) | 156º | 0.92% | 0.62% | - |
| XYZ | 14.69 | 25.46 | 16.2 | - |
| YUV | 108.03 | 123.46 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 100 | 0.92 | 0 | 0.37 | 0.38 | 156 | 0.85 | 0.34 |
| Hex | D | 9E | 64 | 5C | 0 | 25 | 26 | 9C | 55 | 22 |
| Octal | 15 | 236 | 144 | 134 | 0 | 45 | 46 | 234 | 125 | 42 |
| Binary | 1101 | 10011110 | 1100100 | 1011100 | 0 | 100101 | 100110 | 10011100 | 1010101 | 100010 |
Color Harmonies of #0D9E64
Complementary color
Monochromatic Colors of #0D9E64
Black with #0D9E64
Text Example
Text Example
White with #0D9E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9E64; }
p { color: rgb(13,158,100); }
H1.HeaderClassName
{
color: #0D9E64;
}
.AnyTagClassName
{
color: #0D9E64;
}
</style>
background-color css
<style>
a { background-color: #0D9E64; }
a { background-color: rgb(13,158,100); }
div.DivClassName
{
background-color: #0D9E64;
}
.BgClassName
{
background-color: #0D9E64;
}
</style>
border-color css
<style>
span { border-color: #0D9E64; }
span { border-color: rgb(13,158,100); }
td.TdClassName
{
border-color: #0D9E64;
}
.TagClassName
{
border-color: #0D9E64;
}
</style>