Shades of Shamrock Green #12925C
Tints of Shamrock Green #12925C
RGB
CMYK
RGB Variations
Color information
#12925C (or 0x12925C) is known color: Shamrock Green. HEX triplet: 12, 92 and 5C. RGB value is (18,146,92). Sum of RGB (Red+Green+Blue) = 18+146+92=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #12925C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12925C is #ED6DA3. Grayscale: #656565. Windows color (decimal): -15560100 or 6066706. OLE color: 6066706.
HSL color Cylindrical-coordinate representation of color #12925C: hue angle of 154.69º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12925C is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 92 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.43 |
| HSL | 154.69º | 0.78% | 0.32% | - |
| HSV(B) | 154.69º | 0.88% | 0.57% | - |
| XYZ | 12.46 | 21.46 | 13.61 | - |
| YUV | 101.57 | 122.59 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 92 | 0.88 | 0 | 0.37 | 0.43 | 154.69 | 0.78 | 0.32 |
| Hex | 12 | 92 | 5C | 58 | 0 | 25 | 2B | 9B | 4E | 20 |
| Octal | 22 | 222 | 134 | 130 | 0 | 45 | 53 | 233 | 116 | 40 |
| Binary | 10010 | 10010010 | 1011100 | 1011000 | 0 | 100101 | 101011 | 10011011 | 1001110 | 100000 |
Color Harmonies of #12925C
Complementary color
Monochromatic Colors of #12925C
Black with #12925C
Text Example
Text Example
White with #12925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12925C; }
p { color: rgb(18,146,92); }
H1.HeaderClassName
{
color: #12925C;
}
.AnyTagClassName
{
color: #12925C;
}
</style>
background-color css
<style>
a { background-color: #12925C; }
a { background-color: rgb(18,146,92); }
div.DivClassName
{
background-color: #12925C;
}
.BgClassName
{
background-color: #12925C;
}
</style>
border-color css
<style>
span { border-color: #12925C; }
span { border-color: rgb(18,146,92); }
td.TdClassName
{
border-color: #12925C;
}
.TagClassName
{
border-color: #12925C;
}
</style>