Shades of Shamrock Green #10965D
Tints of Shamrock Green #10965D
RGB
CMYK
RGB Variations
Color information
#10965D (or 0x10965D) is known color: Shamrock Green. HEX triplet: 10, 96 and 5D. RGB value is (16,150,93). Sum of RGB (Red+Green+Blue) = 16+150+93=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #10965D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10965D is #EF69A2. Grayscale: #676767. Windows color (decimal): -15690147 or 6133264. OLE color: 6133264.
HSL color Cylindrical-coordinate representation of color #10965D: hue angle of 154.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10965D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 93 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.41 |
| HSL | 154.48º | 0.81% | 0.33% | - |
| HSV(B) | 154.48º | 0.89% | 0.59% | - |
| XYZ | 13.1 | 22.71 | 14.05 | - |
| YUV | 103.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 93 | 0.89 | 0 | 0.38 | 0.41 | 154.48 | 0.81 | 0.33 |
| Hex | 10 | 96 | 5D | 59 | 0 | 26 | 29 | 9A | 51 | 21 |
| Octal | 20 | 226 | 135 | 131 | 0 | 46 | 51 | 232 | 121 | 41 |
| Binary | 10000 | 10010110 | 1011101 | 1011001 | 0 | 100110 | 101001 | 10011010 | 1010001 | 100001 |
Color Harmonies of #10965D
Complementary color
Monochromatic Colors of #10965D
Black with #10965D
Text Example
Text Example
White with #10965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10965D; }
p { color: rgb(16,150,93); }
H1.HeaderClassName
{
color: #10965D;
}
.AnyTagClassName
{
color: #10965D;
}
</style>
background-color css
<style>
a { background-color: #10965D; }
a { background-color: rgb(16,150,93); }
div.DivClassName
{
background-color: #10965D;
}
.BgClassName
{
background-color: #10965D;
}
</style>
border-color css
<style>
span { border-color: #10965D; }
span { border-color: rgb(16,150,93); }
td.TdClassName
{
border-color: #10965D;
}
.TagClassName
{
border-color: #10965D;
}
</style>