Shades of Shamrock Green #12935D
Tints of Shamrock Green #12935D
RGB
CMYK
RGB Variations
Color information
#12935D (or 0x12935D) is known color: Shamrock Green. HEX triplet: 12, 93 and 5D. RGB value is (18,147,93). Sum of RGB (Red+Green+Blue) = 18+147+93=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #12935D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12935D is #ED6CA2. Grayscale: #666666. Windows color (decimal): -15559843 or 6132498. OLE color: 6132498.
HSL color Cylindrical-coordinate representation of color #12935D: hue angle of 154.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12935D is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 93 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.42 |
| HSL | 154.88º | 0.78% | 0.32% | - |
| HSV(B) | 154.88º | 0.88% | 0.58% | - |
| XYZ | 12.66 | 21.79 | 13.89 | - |
| YUV | 102.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 93 | 0.88 | 0 | 0.37 | 0.42 | 154.88 | 0.78 | 0.32 |
| Hex | 12 | 93 | 5D | 58 | 0 | 25 | 2A | 9B | 4E | 20 |
| Octal | 22 | 223 | 135 | 130 | 0 | 45 | 52 | 233 | 116 | 40 |
| Binary | 10010 | 10010011 | 1011101 | 1011000 | 0 | 100101 | 101010 | 10011011 | 1001110 | 100000 |
Color Harmonies of #12935D
Complementary color
Monochromatic Colors of #12935D
Black with #12935D
Text Example
Text Example
White with #12935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12935D; }
p { color: rgb(18,147,93); }
H1.HeaderClassName
{
color: #12935D;
}
.AnyTagClassName
{
color: #12935D;
}
</style>
background-color css
<style>
a { background-color: #12935D; }
a { background-color: rgb(18,147,93); }
div.DivClassName
{
background-color: #12935D;
}
.BgClassName
{
background-color: #12935D;
}
</style>
border-color css
<style>
span { border-color: #12935D; }
span { border-color: rgb(18,147,93); }
td.TdClassName
{
border-color: #12935D;
}
.TagClassName
{
border-color: #12935D;
}
</style>