Shades of Shamrock Green #10975C
Tints of Shamrock Green #10975C
RGB
CMYK
RGB Variations
Color information
#10975C (or 0x10975C) is known color: Shamrock Green. HEX triplet: 10, 97 and 5C. RGB value is (16,151,92). Sum of RGB (Red+Green+Blue) = 16+151+92=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #10975C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10975C is #EF68A3. Grayscale: #686868. Windows color (decimal): -15689892 or 6067984. OLE color: 6067984.
HSL color Cylindrical-coordinate representation of color #10975C: hue angle of 153.78º 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 #10975C is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 151 | 92 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.41 |
| HSL | 153.78º | 0.81% | 0.33% | - |
| HSV(B) | 153.78º | 0.89% | 0.59% | - |
| XYZ | 13.21 | 23.02 | 13.87 | - |
| YUV | 103.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 92 | 0.89 | 0 | 0.39 | 0.41 | 153.78 | 0.81 | 0.33 |
| Hex | 10 | 97 | 5C | 59 | 0 | 27 | 29 | 9A | 51 | 21 |
| Octal | 20 | 227 | 134 | 131 | 0 | 47 | 51 | 232 | 121 | 41 |
| Binary | 10000 | 10010111 | 1011100 | 1011001 | 0 | 100111 | 101001 | 10011010 | 1010001 | 100001 |
Color Harmonies of #10975C
Complementary color
Monochromatic Colors of #10975C
Black with #10975C
Text Example
Text Example
White with #10975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10975C; }
p { color: rgb(16,151,92); }
H1.HeaderClassName
{
color: #10975C;
}
.AnyTagClassName
{
color: #10975C;
}
</style>
background-color css
<style>
a { background-color: #10975C; }
a { background-color: rgb(16,151,92); }
div.DivClassName
{
background-color: #10975C;
}
.BgClassName
{
background-color: #10975C;
}
</style>
border-color css
<style>
span { border-color: #10975C; }
span { border-color: rgb(16,151,92); }
td.TdClassName
{
border-color: #10975C;
}
.TagClassName
{
border-color: #10975C;
}
</style>