Shades of Shamrock Green #12965A
Tints of Shamrock Green #12965A
RGB
CMYK
RGB Variations
Color information
#12965A (or 0x12965A) is known color: Shamrock Green. HEX triplet: 12, 96 and 5A. RGB value is (18,150,90). Sum of RGB (Red+Green+Blue) = 18+150+90=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #12965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12965A is #ED69A5. Grayscale: #676767. Windows color (decimal): -15559078 or 5936658. OLE color: 5936658.
HSL color Cylindrical-coordinate representation of color #12965A: hue angle of 152.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12965A is Cyan = 0.88, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 90 | - |
| CMYK | 0.88 | 0 | 0.4 | 0.41 |
| HSL | 152.73º | 0.79% | 0.33% | - |
| HSV(B) | 152.73º | 0.88% | 0.59% | - |
| XYZ | 13 | 22.68 | 13.37 | - |
| YUV | 103.69 | 120.27 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 90 | 0.88 | 0 | 0.4 | 0.41 | 152.73 | 0.79 | 0.33 |
| Hex | 12 | 96 | 5A | 58 | 0 | 28 | 29 | 99 | 4F | 21 |
| Octal | 22 | 226 | 132 | 130 | 0 | 50 | 51 | 231 | 117 | 41 |
| Binary | 10010 | 10010110 | 1011010 | 1011000 | 0 | 101000 | 101001 | 10011001 | 1001111 | 100001 |
Color Harmonies of #12965A
Complementary color
Monochromatic Colors of #12965A
Black with #12965A
Text Example
Text Example
White with #12965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12965A; }
p { color: rgb(18,150,90); }
H1.HeaderClassName
{
color: #12965A;
}
.AnyTagClassName
{
color: #12965A;
}
</style>
background-color css
<style>
a { background-color: #12965A; }
a { background-color: rgb(18,150,90); }
div.DivClassName
{
background-color: #12965A;
}
.BgClassName
{
background-color: #12965A;
}
</style>
border-color css
<style>
span { border-color: #12965A; }
span { border-color: rgb(18,150,90); }
td.TdClassName
{
border-color: #12965A;
}
.TagClassName
{
border-color: #12965A;
}
</style>