Shades of Shamrock Green #0E9C5F
Tints of Shamrock Green #0E9C5F
RGB
CMYK
RGB Variations
Color information
#0E9C5F (or 0x0E9C5F) is known color: Shamrock Green. HEX triplet: 0E, 9C and 5F. RGB value is (14,156,95). Sum of RGB (Red+Green+Blue) = 14+156+95=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9C5F is #F163A0. Grayscale: #6A6A6A. Windows color (decimal): -15819681 or 6265870. OLE color: 6265870.
HSL color Cylindrical-coordinate representation of color #0E9C5F: hue angle of 154.23º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C5F is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 156 | 95 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.39 |
| HSL | 154.23º | 0.84% | 0.33% | - |
| HSV(B) | 154.23º | 0.91% | 0.61% | - |
| XYZ | 14.14 | 24.7 | 14.85 | - |
| YUV | 106.59 | 121.46 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 156 | 95 | 0.91 | 0 | 0.39 | 0.39 | 154.23 | 0.84 | 0.33 |
| Hex | E | 9C | 5F | 5B | 0 | 27 | 27 | 9A | 54 | 21 |
| Octal | 16 | 234 | 137 | 133 | 0 | 47 | 47 | 232 | 124 | 41 |
| Binary | 1110 | 10011100 | 1011111 | 1011011 | 0 | 100111 | 100111 | 10011010 | 1010100 | 100001 |
Color Harmonies of #0E9C5F
Complementary color
Monochromatic Colors of #0E9C5F
Black with #0E9C5F
Text Example
Text Example
White with #0E9C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9C5F; }
p { color: rgb(14,156,95); }
H1.HeaderClassName
{
color: #0E9C5F;
}
.AnyTagClassName
{
color: #0E9C5F;
}
</style>
background-color css
<style>
a { background-color: #0E9C5F; }
a { background-color: rgb(14,156,95); }
div.DivClassName
{
background-color: #0E9C5F;
}
.BgClassName
{
background-color: #0E9C5F;
}
</style>
border-color css
<style>
span { border-color: #0E9C5F; }
span { border-color: rgb(14,156,95); }
td.TdClassName
{
border-color: #0E9C5F;
}
.TagClassName
{
border-color: #0E9C5F;
}
</style>