Shades of Shamrock Green #00945D
Tints of Shamrock Green #00945D
RGB
CMYK
RGB Variations
Color information
#00945D (or 0x00945D) is known color: Shamrock Green. HEX triplet: 00, 94 and 5D. RGB value is (0,148,93). Sum of RGB (Red+Green+Blue) = 0+148+93=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #00945D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00945D is #FF6BA2. Grayscale: #616161. Windows color (decimal): -16739235 or 6132736. OLE color: 6132736.
HSL color Cylindrical-coordinate representation of color #00945D: hue angle of 157.7º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00945D is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 93 | - |
| CMYK | 1 | 0 | 0.37 | 0.42 |
| HSL | 157.7º | 1% | 0.29% | - |
| HSV(B) | 157.7º | 1% | 0.58% | - |
| XYZ | 12.57 | 21.97 | 13.93 | - |
| YUV | 97.48 | 125.47 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 93 | 1 | 0 | 0.37 | 0.42 | 157.7 | 1 | 0.29 |
| Hex | 0 | 94 | 5D | 64 | 0 | 25 | 2A | 9E | 64 | 1D |
| Octal | 0 | 224 | 135 | 144 | 0 | 45 | 52 | 236 | 144 | 35 |
| Binary | 0 | 10010100 | 1011101 | 1100100 | 0 | 100101 | 101010 | 10011110 | 1100100 | 11101 |
Color Harmonies of #00945D
Complementary color
Monochromatic Colors of #00945D
Black with #00945D
Text Example
Text Example
White with #00945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00945D; }
p { color: rgb(0,148,93); }
H1.HeaderClassName
{
color: #00945D;
}
.AnyTagClassName
{
color: #00945D;
}
</style>
background-color css
<style>
a { background-color: #00945D; }
a { background-color: rgb(0,148,93); }
div.DivClassName
{
background-color: #00945D;
}
.BgClassName
{
background-color: #00945D;
}
</style>
border-color css
<style>
span { border-color: #00945D; }
span { border-color: rgb(0,148,93); }
td.TdClassName
{
border-color: #00945D;
}
.TagClassName
{
border-color: #00945D;
}
</style>