Shades of Shamrock Green #00945B
Tints of Shamrock Green #00945B
RGB
CMYK
RGB Variations
Color information
#00945B (or 0x00945B) is known color: Shamrock Green. HEX triplet: 00, 94 and 5B. RGB value is (0,148,91). Sum of RGB (Red+Green+Blue) = 0+148+91=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #00945B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00945B is #FF6BA4. Grayscale: #616161. Windows color (decimal): -16739237 or 6001664. OLE color: 6001664.
HSL color Cylindrical-coordinate representation of color #00945B: hue angle of 156.89º 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 #00945B is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 91 | - |
| CMYK | 1 | 0 | 0.39 | 0.42 |
| HSL | 156.89º | 1% | 0.29% | - |
| HSV(B) | 156.89º | 1% | 0.58% | - |
| XYZ | 12.48 | 21.94 | 13.47 | - |
| YUV | 97.25 | 124.47 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 91 | 1 | 0 | 0.39 | 0.42 | 156.89 | 1 | 0.29 |
| Hex | 0 | 94 | 5B | 64 | 0 | 27 | 2A | 9D | 64 | 1D |
| Octal | 0 | 224 | 133 | 144 | 0 | 47 | 52 | 235 | 144 | 35 |
| Binary | 0 | 10010100 | 1011011 | 1100100 | 0 | 100111 | 101010 | 10011101 | 1100100 | 11101 |
Color Harmonies of #00945B
Complementary color
Monochromatic Colors of #00945B
Black with #00945B
Text Example
Text Example
White with #00945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00945B; }
p { color: rgb(0,148,91); }
H1.HeaderClassName
{
color: #00945B;
}
.AnyTagClassName
{
color: #00945B;
}
</style>
background-color css
<style>
a { background-color: #00945B; }
a { background-color: rgb(0,148,91); }
div.DivClassName
{
background-color: #00945B;
}
.BgClassName
{
background-color: #00945B;
}
</style>
border-color css
<style>
span { border-color: #00945B; }
span { border-color: rgb(0,148,91); }
td.TdClassName
{
border-color: #00945B;
}
.TagClassName
{
border-color: #00945B;
}
</style>