Shades of Shamrock Green #12935B
Tints of Shamrock Green #12935B
RGB
CMYK
RGB Variations
Color information
#12935B (or 0x12935B) is known color: Shamrock Green. HEX triplet: 12, 93 and 5B. RGB value is (18,147,91). Sum of RGB (Red+Green+Blue) = 18+147+91=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #12935B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12935B is #ED6CA4. Grayscale: #666666. Windows color (decimal): -15559845 or 6001426. OLE color: 6001426.
HSL color Cylindrical-coordinate representation of color #12935B: hue angle of 153.95º 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 #12935B is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 91 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.42 |
| HSL | 153.95º | 0.78% | 0.32% | - |
| HSV(B) | 153.95º | 0.88% | 0.58% | - |
| XYZ | 12.57 | 21.75 | 13.43 | - |
| YUV | 102.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 91 | 0.88 | 0 | 0.38 | 0.42 | 153.95 | 0.78 | 0.32 |
| Hex | 12 | 93 | 5B | 58 | 0 | 26 | 2A | 9A | 4E | 20 |
| Octal | 22 | 223 | 133 | 130 | 0 | 46 | 52 | 232 | 116 | 40 |
| Binary | 10010 | 10010011 | 1011011 | 1011000 | 0 | 100110 | 101010 | 10011010 | 1001110 | 100000 |
Color Harmonies of #12935B
Complementary color
Monochromatic Colors of #12935B
Black with #12935B
Text Example
Text Example
White with #12935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12935B; }
p { color: rgb(18,147,91); }
H1.HeaderClassName
{
color: #12935B;
}
.AnyTagClassName
{
color: #12935B;
}
</style>
background-color css
<style>
a { background-color: #12935B; }
a { background-color: rgb(18,147,91); }
div.DivClassName
{
background-color: #12935B;
}
.BgClassName
{
background-color: #12935B;
}
</style>
border-color css
<style>
span { border-color: #12935B; }
span { border-color: rgb(18,147,91); }
td.TdClassName
{
border-color: #12935B;
}
.TagClassName
{
border-color: #12935B;
}
</style>