Shades of Shamrock Green #00955E
Tints of Shamrock Green #00955E
RGB
CMYK
RGB Variations
Color information
#00955E (or 0x00955E) is known color: Shamrock Green. HEX triplet: 00, 95 and 5E. RGB value is (0,149,94). Sum of RGB (Red+Green+Blue) = 0+149+94=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #00955E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00955E is #FF6AA1. Grayscale: #626262. Windows color (decimal): -16738978 or 6198528. OLE color: 6198528.
HSL color Cylindrical-coordinate representation of color #00955E: hue angle of 157.85º 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 #00955E is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 94 | - |
| CMYK | 1 | 0 | 0.37 | 0.42 |
| HSL | 157.85º | 1% | 0.29% | - |
| HSV(B) | 157.85º | 1% | 0.58% | - |
| XYZ | 12.77 | 22.3 | 14.22 | - |
| YUV | 98.18 | 125.64 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 94 | 1 | 0 | 0.37 | 0.42 | 157.85 | 1 | 0.29 |
| Hex | 0 | 95 | 5E | 64 | 0 | 25 | 2A | 9E | 64 | 1D |
| Octal | 0 | 225 | 136 | 144 | 0 | 45 | 52 | 236 | 144 | 35 |
| Binary | 0 | 10010101 | 1011110 | 1100100 | 0 | 100101 | 101010 | 10011110 | 1100100 | 11101 |
Color Harmonies of #00955E
Complementary color
Monochromatic Colors of #00955E
Black with #00955E
Text Example
Text Example
White with #00955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00955E; }
p { color: rgb(0,149,94); }
H1.HeaderClassName
{
color: #00955E;
}
.AnyTagClassName
{
color: #00955E;
}
</style>
background-color css
<style>
a { background-color: #00955E; }
a { background-color: rgb(0,149,94); }
div.DivClassName
{
background-color: #00955E;
}
.BgClassName
{
background-color: #00955E;
}
</style>
border-color css
<style>
span { border-color: #00955E; }
span { border-color: rgb(0,149,94); }
td.TdClassName
{
border-color: #00955E;
}
.TagClassName
{
border-color: #00955E;
}
</style>