Shades of Shamrock Green #12955F
Tints of Shamrock Green #12955F
RGB
CMYK
RGB Variations
Color information
#12955F (or 0x12955F) is known color: Shamrock Green. HEX triplet: 12, 95 and 5F. RGB value is (18,149,95). Sum of RGB (Red+Green+Blue) = 18+149+95=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #12955F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12955F is #ED6AA0. Grayscale: #676767. Windows color (decimal): -15559329 or 6264082. OLE color: 6264082.
HSL color Cylindrical-coordinate representation of color #12955F: hue angle of 155.27º 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 #12955F is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 95 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.42 |
| HSL | 155.27º | 0.78% | 0.33% | - |
| HSV(B) | 155.27º | 0.88% | 0.58% | - |
| XYZ | 13.06 | 22.45 | 14.47 | - |
| YUV | 103.68 | 123.1 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 95 | 0.88 | 0 | 0.36 | 0.42 | 155.27 | 0.78 | 0.33 |
| Hex | 12 | 95 | 5F | 58 | 0 | 24 | 2A | 9B | 4E | 21 |
| Octal | 22 | 225 | 137 | 130 | 0 | 44 | 52 | 233 | 116 | 41 |
| Binary | 10010 | 10010101 | 1011111 | 1011000 | 0 | 100100 | 101010 | 10011011 | 1001110 | 100001 |
Color Harmonies of #12955F
Complementary color
Monochromatic Colors of #12955F
Black with #12955F
Text Example
Text Example
White with #12955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12955F; }
p { color: rgb(18,149,95); }
H1.HeaderClassName
{
color: #12955F;
}
.AnyTagClassName
{
color: #12955F;
}
</style>
background-color css
<style>
a { background-color: #12955F; }
a { background-color: rgb(18,149,95); }
div.DivClassName
{
background-color: #12955F;
}
.BgClassName
{
background-color: #12955F;
}
</style>
border-color css
<style>
span { border-color: #12955F; }
span { border-color: rgb(18,149,95); }
td.TdClassName
{
border-color: #12955F;
}
.TagClassName
{
border-color: #12955F;
}
</style>