Shades of Shamrock Green #00955B
Tints of Shamrock Green #00955B
RGB
CMYK
RGB Variations
Color information
#00955B (or 0x00955B) is known color: Shamrock Green. HEX triplet: 00, 95 and 5B. RGB value is (0,149,91). Sum of RGB (Red+Green+Blue) = 0+149+91=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #00955B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00955B is #FF6AA4. Grayscale: #616161. Windows color (decimal): -16738981 or 6001920. OLE color: 6001920.
HSL color Cylindrical-coordinate representation of color #00955B: hue angle of 156.64º 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 #00955B is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 91 | - |
| CMYK | 1 | 0 | 0.39 | 0.42 |
| HSL | 156.64º | 1% | 0.29% | - |
| HSV(B) | 156.64º | 1% | 0.58% | - |
| XYZ | 12.64 | 22.25 | 13.53 | - |
| YUV | 97.84 | 124.14 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 91 | 1 | 0 | 0.39 | 0.42 | 156.64 | 1 | 0.29 |
| Hex | 0 | 95 | 5B | 64 | 0 | 27 | 2A | 9D | 64 | 1D |
| Octal | 0 | 225 | 133 | 144 | 0 | 47 | 52 | 235 | 144 | 35 |
| Binary | 0 | 10010101 | 1011011 | 1100100 | 0 | 100111 | 101010 | 10011101 | 1100100 | 11101 |
Color Harmonies of #00955B
Complementary color
Monochromatic Colors of #00955B
Black with #00955B
Text Example
Text Example
White with #00955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00955B; }
p { color: rgb(0,149,91); }
H1.HeaderClassName
{
color: #00955B;
}
.AnyTagClassName
{
color: #00955B;
}
</style>
background-color css
<style>
a { background-color: #00955B; }
a { background-color: rgb(0,149,91); }
div.DivClassName
{
background-color: #00955B;
}
.BgClassName
{
background-color: #00955B;
}
</style>
border-color css
<style>
span { border-color: #00955B; }
span { border-color: rgb(0,149,91); }
td.TdClassName
{
border-color: #00955B;
}
.TagClassName
{
border-color: #00955B;
}
</style>