Shades of Shamrock Green #0E9D67
Tints of Shamrock Green #0E9D67
RGB
CMYK
RGB Variations
Color information
#0E9D67 (or 0x0E9D67) is known color: Shamrock Green. HEX triplet: 0E, 9D and 67. RGB value is (14,157,103). Sum of RGB (Red+Green+Blue) = 14+157+103=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9D67 is #F16298. Grayscale: #6C6C6C. Windows color (decimal): -15819417 or 6790414. OLE color: 6790414.
HSL color Cylindrical-coordinate representation of color #0E9D67: hue angle of 157.34º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9D67 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 103 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.38 |
| HSL | 157.34º | 0.84% | 0.34% | - |
| HSV(B) | 157.34º | 0.91% | 0.62% | - |
| XYZ | 14.69 | 25.19 | 16.92 | - |
| YUV | 108.09 | 125.12 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 103 | 0.91 | 0 | 0.34 | 0.38 | 157.34 | 0.84 | 0.34 |
| Hex | E | 9D | 67 | 5B | 0 | 22 | 26 | 9D | 54 | 22 |
| Octal | 16 | 235 | 147 | 133 | 0 | 42 | 46 | 235 | 124 | 42 |
| Binary | 1110 | 10011101 | 1100111 | 1011011 | 0 | 100010 | 100110 | 10011101 | 1010100 | 100010 |
Color Harmonies of #0E9D67
Complementary color
Monochromatic Colors of #0E9D67
Black with #0E9D67
Text Example
Text Example
White with #0E9D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D67; }
p { color: rgb(14,157,103); }
H1.HeaderClassName
{
color: #0E9D67;
}
.AnyTagClassName
{
color: #0E9D67;
}
</style>
background-color css
<style>
a { background-color: #0E9D67; }
a { background-color: rgb(14,157,103); }
div.DivClassName
{
background-color: #0E9D67;
}
.BgClassName
{
background-color: #0E9D67;
}
</style>
border-color css
<style>
span { border-color: #0E9D67; }
span { border-color: rgb(14,157,103); }
td.TdClassName
{
border-color: #0E9D67;
}
.TagClassName
{
border-color: #0E9D67;
}
</style>