Shades of Shamrock Green #0EA065
Tints of Shamrock Green #0EA065
RGB
CMYK
RGB Variations
Color information
#0EA065 (or 0x0EA065) is known color: Shamrock Green. HEX triplet: 0E, A0 and 65. RGB value is (14,160,101). Sum of RGB (Red+Green+Blue) = 14+160+101=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA065 is #F15F9A. Grayscale: #6D6D6D. Windows color (decimal): -15818651 or 6660110. OLE color: 6660110.
HSL color Cylindrical-coordinate representation of color #0EA065: hue angle of 155.75º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA065 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 160 | 101 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.37 |
| HSL | 155.75º | 0.84% | 0.34% | - |
| HSV(B) | 155.75º | 0.91% | 0.63% | - |
| XYZ | 15.1 | 26.17 | 16.57 | - |
| YUV | 109.62 | 123.13 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 101 | 0.91 | 0 | 0.37 | 0.37 | 155.75 | 0.84 | 0.34 |
| Hex | E | A0 | 65 | 5B | 0 | 25 | 25 | 9C | 54 | 22 |
| Octal | 16 | 240 | 145 | 133 | 0 | 45 | 45 | 234 | 124 | 42 |
| Binary | 1110 | 10100000 | 1100101 | 1011011 | 0 | 100101 | 100101 | 10011100 | 1010100 | 100010 |
Color Harmonies of #0EA065
Complementary color
Monochromatic Colors of #0EA065
Black with #0EA065
Text Example
Text Example
White with #0EA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA065; }
p { color: rgb(14,160,101); }
H1.HeaderClassName
{
color: #0EA065;
}
.AnyTagClassName
{
color: #0EA065;
}
</style>
background-color css
<style>
a { background-color: #0EA065; }
a { background-color: rgb(14,160,101); }
div.DivClassName
{
background-color: #0EA065;
}
.BgClassName
{
background-color: #0EA065;
}
</style>
border-color css
<style>
span { border-color: #0EA065; }
span { border-color: rgb(14,160,101); }
td.TdClassName
{
border-color: #0EA065;
}
.TagClassName
{
border-color: #0EA065;
}
</style>