Shades of Shamrock Green #0E9F5D
Tints of Shamrock Green #0E9F5D
RGB
CMYK
RGB Variations
Color information
#0E9F5D (or 0x0E9F5D) is known color: Shamrock Green. HEX triplet: 0E, 9F and 5D. RGB value is (14,159,93). Sum of RGB (Red+Green+Blue) = 14+159+93=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 159 (62.5% from 255 or 59.77% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9F5D is #F160A2. Grayscale: #6C6C6C. Windows color (decimal): -15818915 or 6135566. OLE color: 6135566.
HSL color Cylindrical-coordinate representation of color #0E9F5D: hue angle of 152.69º 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 #0E9F5D is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 93 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.38 |
| HSL | 152.69º | 0.84% | 0.34% | - |
| HSV(B) | 152.69º | 0.91% | 0.62% | - |
| XYZ | 14.56 | 25.68 | 14.55 | - |
| YUV | 108.12 | 119.46 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 93 | 0.91 | 0 | 0.42 | 0.38 | 152.69 | 0.84 | 0.34 |
| Hex | E | 9F | 5D | 5B | 0 | 2A | 26 | 99 | 54 | 22 |
| Octal | 16 | 237 | 135 | 133 | 0 | 52 | 46 | 231 | 124 | 42 |
| Binary | 1110 | 10011111 | 1011101 | 1011011 | 0 | 101010 | 100110 | 10011001 | 1010100 | 100010 |
Color Harmonies of #0E9F5D
Complementary color
Monochromatic Colors of #0E9F5D
Black with #0E9F5D
Text Example
Text Example
White with #0E9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F5D; }
p { color: rgb(14,159,93); }
H1.HeaderClassName
{
color: #0E9F5D;
}
.AnyTagClassName
{
color: #0E9F5D;
}
</style>
background-color css
<style>
a { background-color: #0E9F5D; }
a { background-color: rgb(14,159,93); }
div.DivClassName
{
background-color: #0E9F5D;
}
.BgClassName
{
background-color: #0E9F5D;
}
</style>
border-color css
<style>
span { border-color: #0E9F5D; }
span { border-color: rgb(14,159,93); }
td.TdClassName
{
border-color: #0E9F5D;
}
.TagClassName
{
border-color: #0E9F5D;
}
</style>