Shades of Shamrock Green #10945B
Tints of Shamrock Green #10945B
RGB
CMYK
RGB Variations
Color information
#10945B (or 0x10945B) is known color: Shamrock Green. HEX triplet: 10, 94 and 5B. RGB value is (16,148,91). Sum of RGB (Red+Green+Blue) = 16+148+91=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #10945B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10945B is #EF6BA4. Grayscale: #666666. Windows color (decimal): -15690661 or 6001680. OLE color: 6001680.
HSL color Cylindrical-coordinate representation of color #10945B: hue angle of 154.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10945B is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 91 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.42 |
| HSL | 154.09º | 0.8% | 0.32% | - |
| HSV(B) | 154.09º | 0.89% | 0.58% | - |
| XYZ | 12.69 | 22.05 | 13.48 | - |
| YUV | 102.03 | 121.77 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 91 | 0.89 | 0 | 0.39 | 0.42 | 154.09 | 0.8 | 0.32 |
| Hex | 10 | 94 | 5B | 59 | 0 | 27 | 2A | 9A | 50 | 20 |
| Octal | 20 | 224 | 133 | 131 | 0 | 47 | 52 | 232 | 120 | 40 |
| Binary | 10000 | 10010100 | 1011011 | 1011001 | 0 | 100111 | 101010 | 10011010 | 1010000 | 100000 |
Color Harmonies of #10945B
Complementary color
Monochromatic Colors of #10945B
Black with #10945B
Text Example
Text Example
White with #10945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10945B; }
p { color: rgb(16,148,91); }
H1.HeaderClassName
{
color: #10945B;
}
.AnyTagClassName
{
color: #10945B;
}
</style>
background-color css
<style>
a { background-color: #10945B; }
a { background-color: rgb(16,148,91); }
div.DivClassName
{
background-color: #10945B;
}
.BgClassName
{
background-color: #10945B;
}
</style>
border-color css
<style>
span { border-color: #10945B; }
span { border-color: rgb(16,148,91); }
td.TdClassName
{
border-color: #10945B;
}
.TagClassName
{
border-color: #10945B;
}
</style>