Shades of Shamrock Green #0E9766
Tints of Shamrock Green #0E9766
RGB
CMYK
RGB Variations
Color information
#0E9766 (or 0x0E9766) is known color: Shamrock Green. HEX triplet: 0E, 97 and 66. RGB value is (14,151,102). Sum of RGB (Red+Green+Blue) = 14+151+102=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #0E9766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9766 is #F16899. Grayscale: #686868. Windows color (decimal): -15820954 or 6723342. OLE color: 6723342.
HSL color Cylindrical-coordinate representation of color #0E9766: hue angle of 158.54º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9766 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 151 | 102 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.41 |
| HSL | 158.54º | 0.83% | 0.32% | - |
| HSV(B) | 158.54º | 0.91% | 0.59% | - |
| XYZ | 13.65 | 23.19 | 16.33 | - |
| YUV | 104.45 | 126.61 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 151 | 102 | 0.91 | 0 | 0.32 | 0.41 | 158.54 | 0.83 | 0.32 |
| Hex | E | 97 | 66 | 5B | 0 | 20 | 29 | 9F | 53 | 20 |
| Octal | 16 | 227 | 146 | 133 | 0 | 40 | 51 | 237 | 123 | 40 |
| Binary | 1110 | 10010111 | 1100110 | 1011011 | 0 | 100000 | 101001 | 10011111 | 1010011 | 100000 |
Color Harmonies of #0E9766
Complementary color
Monochromatic Colors of #0E9766
Black with #0E9766
Text Example
Text Example
White with #0E9766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9766; }
p { color: rgb(14,151,102); }
H1.HeaderClassName
{
color: #0E9766;
}
.AnyTagClassName
{
color: #0E9766;
}
</style>
background-color css
<style>
a { background-color: #0E9766; }
a { background-color: rgb(14,151,102); }
div.DivClassName
{
background-color: #0E9766;
}
.BgClassName
{
background-color: #0E9766;
}
</style>
border-color css
<style>
span { border-color: #0E9766; }
span { border-color: rgb(14,151,102); }
td.TdClassName
{
border-color: #0E9766;
}
.TagClassName
{
border-color: #0E9766;
}
</style>