Shades of Shamrock Green #12945B
Tints of Shamrock Green #12945B
RGB
CMYK
RGB Variations
Color information
#12945B (or 0x12945B) is known color: Shamrock Green. HEX triplet: 12, 94 and 5B. RGB value is (18,148,91). Sum of RGB (Red+Green+Blue) = 18+148+91=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #12945B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12945B is #ED6BA4. Grayscale: #666666. Windows color (decimal): -15559589 or 6001682. OLE color: 6001682.
HSL color Cylindrical-coordinate representation of color #12945B: hue angle of 153.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12945B is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 91 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.42 |
| HSL | 153.69º | 0.78% | 0.33% | - |
| HSV(B) | 153.69º | 0.88% | 0.58% | - |
| XYZ | 12.73 | 22.06 | 13.49 | - |
| YUV | 102.63 | 121.43 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 91 | 0.88 | 0 | 0.39 | 0.42 | 153.69 | 0.78 | 0.33 |
| Hex | 12 | 94 | 5B | 58 | 0 | 27 | 2A | 9A | 4E | 21 |
| Octal | 22 | 224 | 133 | 130 | 0 | 47 | 52 | 232 | 116 | 41 |
| Binary | 10010 | 10010100 | 1011011 | 1011000 | 0 | 100111 | 101010 | 10011010 | 1001110 | 100001 |
Color Harmonies of #12945B
Complementary color
Monochromatic Colors of #12945B
Black with #12945B
Text Example
Text Example
White with #12945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12945B; }
p { color: rgb(18,148,91); }
H1.HeaderClassName
{
color: #12945B;
}
.AnyTagClassName
{
color: #12945B;
}
</style>
background-color css
<style>
a { background-color: #12945B; }
a { background-color: rgb(18,148,91); }
div.DivClassName
{
background-color: #12945B;
}
.BgClassName
{
background-color: #12945B;
}
</style>
border-color css
<style>
span { border-color: #12945B; }
span { border-color: rgb(18,148,91); }
td.TdClassName
{
border-color: #12945B;
}
.TagClassName
{
border-color: #12945B;
}
</style>