Shades of Shamrock Green #09945D
Tints of Shamrock Green #09945D
RGB
CMYK
RGB Variations
Color information
#09945D (or 0x09945D) is known color: Shamrock Green. HEX triplet: 09, 94 and 5D. RGB value is (9,148,93). Sum of RGB (Red+Green+Blue) = 9+148+93=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #09945D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09945D is #F66BA2. Grayscale: #646464. Windows color (decimal): -16149411 or 6132745. OLE color: 6132745.
HSL color Cylindrical-coordinate representation of color #09945D: hue angle of 156.26º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09945D is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 93 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.42 |
| HSL | 156.26º | 0.89% | 0.31% | - |
| HSV(B) | 156.26º | 0.94% | 0.58% | - |
| XYZ | 12.68 | 22.03 | 13.94 | - |
| YUV | 100.17 | 123.95 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 93 | 0.94 | 0 | 0.37 | 0.42 | 156.26 | 0.89 | 0.31 |
| Hex | 9 | 94 | 5D | 5E | 0 | 25 | 2A | 9C | 59 | 1F |
| Octal | 11 | 224 | 135 | 136 | 0 | 45 | 52 | 234 | 131 | 37 |
| Binary | 1001 | 10010100 | 1011101 | 1011110 | 0 | 100101 | 101010 | 10011100 | 1011001 | 11111 |
Color Harmonies of #09945D
Complementary color
Monochromatic Colors of #09945D
Black with #09945D
Text Example
Text Example
White with #09945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09945D; }
p { color: rgb(9,148,93); }
H1.HeaderClassName
{
color: #09945D;
}
.AnyTagClassName
{
color: #09945D;
}
</style>
background-color css
<style>
a { background-color: #09945D; }
a { background-color: rgb(9,148,93); }
div.DivClassName
{
background-color: #09945D;
}
.BgClassName
{
background-color: #09945D;
}
</style>
border-color css
<style>
span { border-color: #09945D; }
span { border-color: rgb(9,148,93); }
td.TdClassName
{
border-color: #09945D;
}
.TagClassName
{
border-color: #09945D;
}
</style>