Shades of Shamrock Green #0E9260
Tints of Shamrock Green #0E9260
RGB
CMYK
RGB Variations
Color information
#0E9260 (or 0x0E9260) is known color: Shamrock Green. HEX triplet: 0E, 92 and 60. RGB value is (14,146,96). Sum of RGB (Red+Green+Blue) = 14+146+96=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9260 is #F16D9F. Grayscale: #646464. Windows color (decimal): -15822240 or 6328846. OLE color: 6328846.
HSL color Cylindrical-coordinate representation of color #0E9260: hue angle of 157.27º 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 #0E9260 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 146 | 96 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.43 |
| HSL | 157.27º | 0.83% | 0.31% | - |
| HSV(B) | 157.27º | 0.9% | 0.57% | - |
| XYZ | 12.57 | 21.5 | 14.55 | - |
| YUV | 100.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 146 | 96 | 0.90 | 0 | 0.34 | 0.43 | 157.27 | 0.83 | 0.31 |
| Hex | E | 92 | 60 | 5A | 0 | 22 | 2B | 9D | 52 | 1F |
| Octal | 16 | 222 | 140 | 132 | 0 | 42 | 53 | 235 | 122 | 37 |
| Binary | 1110 | 10010010 | 1100000 | 1011010 | 0 | 100010 | 101011 | 10011101 | 1010010 | 11111 |
Color Harmonies of #0E9260
Complementary color
Monochromatic Colors of #0E9260
Black with #0E9260
Text Example
Text Example
White with #0E9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9260; }
p { color: rgb(14,146,96); }
H1.HeaderClassName
{
color: #0E9260;
}
.AnyTagClassName
{
color: #0E9260;
}
</style>
background-color css
<style>
a { background-color: #0E9260; }
a { background-color: rgb(14,146,96); }
div.DivClassName
{
background-color: #0E9260;
}
.BgClassName
{
background-color: #0E9260;
}
</style>
border-color css
<style>
span { border-color: #0E9260; }
span { border-color: rgb(14,146,96); }
td.TdClassName
{
border-color: #0E9260;
}
.TagClassName
{
border-color: #0E9260;
}
</style>