Shades of Shamrock Green #12945A
Tints of Shamrock Green #12945A
RGB
CMYK
RGB Variations
Color information
#12945A (or 0x12945A) is known color: Shamrock Green. HEX triplet: 12, 94 and 5A. RGB value is (18,148,90). Sum of RGB (Red+Green+Blue) = 18+148+90=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #12945A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12945A is #ED6BA5. Grayscale: #666666. Windows color (decimal): -15559590 or 5936146. OLE color: 5936146.
HSL color Cylindrical-coordinate representation of color #12945A: hue angle of 153.23º 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 #12945A is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 90 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.42 |
| HSL | 153.23º | 0.78% | 0.33% | - |
| HSV(B) | 153.23º | 0.88% | 0.58% | - |
| XYZ | 12.68 | 22.05 | 13.26 | - |
| YUV | 102.52 | 120.93 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 90 | 0.88 | 0 | 0.39 | 0.42 | 153.23 | 0.78 | 0.33 |
| Hex | 12 | 94 | 5A | 58 | 0 | 27 | 2A | 99 | 4E | 21 |
| Octal | 22 | 224 | 132 | 130 | 0 | 47 | 52 | 231 | 116 | 41 |
| Binary | 10010 | 10010100 | 1011010 | 1011000 | 0 | 100111 | 101010 | 10011001 | 1001110 | 100001 |
Color Harmonies of #12945A
Complementary color
Monochromatic Colors of #12945A
Black with #12945A
Text Example
Text Example
White with #12945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12945A; }
p { color: rgb(18,148,90); }
H1.HeaderClassName
{
color: #12945A;
}
.AnyTagClassName
{
color: #12945A;
}
</style>
background-color css
<style>
a { background-color: #12945A; }
a { background-color: rgb(18,148,90); }
div.DivClassName
{
background-color: #12945A;
}
.BgClassName
{
background-color: #12945A;
}
</style>
border-color css
<style>
span { border-color: #12945A; }
span { border-color: rgb(18,148,90); }
td.TdClassName
{
border-color: #12945A;
}
.TagClassName
{
border-color: #12945A;
}
</style>