Shades of Shamrock Green #12A163
Tints of Shamrock Green #12A163
RGB
CMYK
RGB Variations
Color information
#12A163 (or 0x12A163) is known color: Shamrock Green. HEX triplet: 12, A1 and 63. RGB value is (18,161,99). Sum of RGB (Red+Green+Blue) = 18+161+99=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #12A163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A163 is #ED5E9C. Grayscale: #6F6F6F. Windows color (decimal): -15556253 or 6529298. OLE color: 6529298.
HSL color Cylindrical-coordinate representation of color #12A163: hue angle of 153.99º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A163 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 161 | 99 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.37 |
| HSL | 153.99º | 0.8% | 0.35% | - |
| HSV(B) | 153.99º | 0.89% | 0.63% | - |
| XYZ | 15.25 | 26.52 | 16.12 | - |
| YUV | 111.18 | 121.12 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 99 | 0.89 | 0 | 0.39 | 0.37 | 153.99 | 0.8 | 0.35 |
| Hex | 12 | A1 | 63 | 59 | 0 | 27 | 25 | 9A | 50 | 23 |
| Octal | 22 | 241 | 143 | 131 | 0 | 47 | 45 | 232 | 120 | 43 |
| Binary | 10010 | 10100001 | 1100011 | 1011001 | 0 | 100111 | 100101 | 10011010 | 1010000 | 100011 |
Color Harmonies of #12A163
Complementary color
Monochromatic Colors of #12A163
Black with #12A163
Text Example
Text Example
White with #12A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A163; }
p { color: rgb(18,161,99); }
H1.HeaderClassName
{
color: #12A163;
}
.AnyTagClassName
{
color: #12A163;
}
</style>
background-color css
<style>
a { background-color: #12A163; }
a { background-color: rgb(18,161,99); }
div.DivClassName
{
background-color: #12A163;
}
.BgClassName
{
background-color: #12A163;
}
</style>
border-color css
<style>
span { border-color: #12A163; }
span { border-color: rgb(18,161,99); }
td.TdClassName
{
border-color: #12A163;
}
.TagClassName
{
border-color: #12A163;
}
</style>