Shades of Shamrock Green #00975B
Tints of Shamrock Green #00975B
RGB
CMYK
RGB Variations
Color information
#00975B (or 0x00975B) is known color: Shamrock Green. HEX triplet: 00, 97 and 5B. RGB value is (0,151,91). Sum of RGB (Red+Green+Blue) = 0+151+91=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #00975B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00975B is #FF68A4. Grayscale: #636363. Windows color (decimal): -16738469 or 6002432. OLE color: 6002432.
HSL color Cylindrical-coordinate representation of color #00975B: hue angle of 156.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00975B is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 151 | 91 | - |
| CMYK | 1 | 0 | 0.40 | 0.41 |
| HSL | 156.16º | 1% | 0.3% | - |
| HSV(B) | 156.16º | 1% | 0.59% | - |
| XYZ | 12.95 | 22.89 | 13.63 | - |
| YUV | 99.01 | 123.47 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 91 | 1 | 0 | 0.40 | 0.41 | 156.16 | 1 | 0.3 |
| Hex | 0 | 97 | 5B | 64 | 0 | 28 | 29 | 9C | 64 | 1E |
| Octal | 0 | 227 | 133 | 144 | 0 | 50 | 51 | 234 | 144 | 36 |
| Binary | 0 | 10010111 | 1011011 | 1100100 | 0 | 101000 | 101001 | 10011100 | 1100100 | 11110 |
Color Harmonies of #00975B
Complementary color
Monochromatic Colors of #00975B
Black with #00975B
Text Example
Text Example
White with #00975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00975B; }
p { color: rgb(0,151,91); }
H1.HeaderClassName
{
color: #00975B;
}
.AnyTagClassName
{
color: #00975B;
}
</style>
background-color css
<style>
a { background-color: #00975B; }
a { background-color: rgb(0,151,91); }
div.DivClassName
{
background-color: #00975B;
}
.BgClassName
{
background-color: #00975B;
}
</style>
border-color css
<style>
span { border-color: #00975B; }
span { border-color: rgb(0,151,91); }
td.TdClassName
{
border-color: #00975B;
}
.TagClassName
{
border-color: #00975B;
}
</style>