Shades of Shamrock Green #0E9C68
Tints of Shamrock Green #0E9C68
RGB
CMYK
RGB Variations
Color information
#0E9C68 (or 0x0E9C68) is known color: Shamrock Green. HEX triplet: 0E, 9C and 68. RGB value is (14,156,104). Sum of RGB (Red+Green+Blue) = 14+156+104=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9C68 is #F16397. Grayscale: #6B6B6B. Windows color (decimal): -15819672 or 6855694. OLE color: 6855694.
HSL color Cylindrical-coordinate representation of color #0E9C68: hue angle of 158.03º 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 #0E9C68 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 156 | 104 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.39 |
| HSL | 158.03º | 0.84% | 0.33% | - |
| HSV(B) | 158.03º | 0.91% | 0.61% | - |
| XYZ | 14.57 | 24.87 | 17.13 | - |
| YUV | 107.61 | 125.96 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 156 | 104 | 0.91 | 0 | 0.33 | 0.39 | 158.03 | 0.84 | 0.33 |
| Hex | E | 9C | 68 | 5B | 0 | 21 | 27 | 9E | 54 | 21 |
| Octal | 16 | 234 | 150 | 133 | 0 | 41 | 47 | 236 | 124 | 41 |
| Binary | 1110 | 10011100 | 1101000 | 1011011 | 0 | 100001 | 100111 | 10011110 | 1010100 | 100001 |
Color Harmonies of #0E9C68
Complementary color
Monochromatic Colors of #0E9C68
Black with #0E9C68
Text Example
Text Example
White with #0E9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9C68; }
p { color: rgb(14,156,104); }
H1.HeaderClassName
{
color: #0E9C68;
}
.AnyTagClassName
{
color: #0E9C68;
}
</style>
background-color css
<style>
a { background-color: #0E9C68; }
a { background-color: rgb(14,156,104); }
div.DivClassName
{
background-color: #0E9C68;
}
.BgClassName
{
background-color: #0E9C68;
}
</style>
border-color css
<style>
span { border-color: #0E9C68; }
span { border-color: rgb(14,156,104); }
td.TdClassName
{
border-color: #0E9C68;
}
.TagClassName
{
border-color: #0E9C68;
}
</style>