Shades of Shamrock Green #0E9153
Tints of Shamrock Green #0E9153
RGB
CMYK
RGB Variations
Color information
#0E9153 (or 0x0E9153) is known color: Shamrock Green. HEX triplet: 0E, 91 and 53. RGB value is (14,145,83). Sum of RGB (Red+Green+Blue) = 14+145+83=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9153 is #F16EAC. Grayscale: #626262. Windows color (decimal): -15822509 or 5476622. OLE color: 5476622.
HSL color Cylindrical-coordinate representation of color #0E9153: hue angle of 151.6º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9153 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 145 | 83 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.43 |
| HSL | 151.6º | 0.82% | 0.31% | - |
| HSV(B) | 151.6º | 0.9% | 0.57% | - |
| XYZ | 11.87 | 20.97 | 11.61 | - |
| YUV | 98.76 | 119.1 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 83 | 0.90 | 0 | 0.43 | 0.43 | 151.6 | 0.82 | 0.31 |
| Hex | E | 91 | 53 | 5A | 0 | 2B | 2B | 98 | 52 | 1F |
| Octal | 16 | 221 | 123 | 132 | 0 | 53 | 53 | 230 | 122 | 37 |
| Binary | 1110 | 10010001 | 1010011 | 1011010 | 0 | 101011 | 101011 | 10011000 | 1010010 | 11111 |
Color Harmonies of #0E9153
Complementary color
Monochromatic Colors of #0E9153
Black with #0E9153
Text Example
Text Example
White with #0E9153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9153; }
p { color: rgb(14,145,83); }
H1.HeaderClassName
{
color: #0E9153;
}
.AnyTagClassName
{
color: #0E9153;
}
</style>
background-color css
<style>
a { background-color: #0E9153; }
a { background-color: rgb(14,145,83); }
div.DivClassName
{
background-color: #0E9153;
}
.BgClassName
{
background-color: #0E9153;
}
</style>
border-color css
<style>
span { border-color: #0E9153; }
span { border-color: rgb(14,145,83); }
td.TdClassName
{
border-color: #0E9153;
}
.TagClassName
{
border-color: #0E9153;
}
</style>