Shades of Shamrock Green #0E8F59
Tints of Shamrock Green #0E8F59
RGB
CMYK
RGB Variations
Color information
#0E8F59 (or 0x0E8F59) is known color: Shamrock Green. HEX triplet: 0E, 8F and 59. RGB value is (14,143,89). Sum of RGB (Red+Green+Blue) = 14+143+89=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 143 (56.25% from 255 or 58.13% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 143 - color contains mainly: green. Hex color #0E8F59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8F59 is #F170A6. Grayscale: #626262. Windows color (decimal): -15823015 or 5869326. OLE color: 5869326.
HSL color Cylindrical-coordinate representation of color #0E8F59: hue angle of 154.88º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8F59 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 143 | 89 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.44 |
| HSL | 154.88º | 0.82% | 0.31% | - |
| HSV(B) | 154.88º | 0.9% | 0.56% | - |
| XYZ | 11.81 | 20.46 | 12.78 | - |
| YUV | 98.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 143 | 89 | 0.90 | 0 | 0.38 | 0.44 | 154.88 | 0.82 | 0.31 |
| Hex | E | 8F | 59 | 5A | 0 | 26 | 2C | 9B | 52 | 1F |
| Octal | 16 | 217 | 131 | 132 | 0 | 46 | 54 | 233 | 122 | 37 |
| Binary | 1110 | 10001111 | 1011001 | 1011010 | 0 | 100110 | 101100 | 10011011 | 1010010 | 11111 |
Color Harmonies of #0E8F59
Complementary color
Monochromatic Colors of #0E8F59
Black with #0E8F59
Text Example
Text Example
White with #0E8F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8F59; }
p { color: rgb(14,143,89); }
H1.HeaderClassName
{
color: #0E8F59;
}
.AnyTagClassName
{
color: #0E8F59;
}
</style>
background-color css
<style>
a { background-color: #0E8F59; }
a { background-color: rgb(14,143,89); }
div.DivClassName
{
background-color: #0E8F59;
}
.BgClassName
{
background-color: #0E8F59;
}
</style>
border-color css
<style>
span { border-color: #0E8F59; }
span { border-color: rgb(14,143,89); }
td.TdClassName
{
border-color: #0E8F59;
}
.TagClassName
{
border-color: #0E8F59;
}
</style>