Shades of Shamrock Green #00935D
Tints of Shamrock Green #00935D
RGB
CMYK
RGB Variations
Color information
#00935D (or 0x00935D) is known color: Shamrock Green. HEX triplet: 00, 93 and 5D. RGB value is (0,147,93). Sum of RGB (Red+Green+Blue) = 0+147+93=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #00935D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00935D is #FF6CA2. Grayscale: #606060. Windows color (decimal): -16739491 or 6132480. OLE color: 6132480.
HSL color Cylindrical-coordinate representation of color #00935D: hue angle of 157.96º 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 #00935D is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 93 | - |
| CMYK | 1 | 0 | 0.37 | 0.42 |
| HSL | 157.96º | 1% | 0.29% | - |
| HSV(B) | 157.96º | 1% | 0.58% | - |
| XYZ | 12.41 | 21.66 | 13.88 | - |
| YUV | 96.89 | 125.8 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 93 | 1 | 0 | 0.37 | 0.42 | 157.96 | 1 | 0.29 |
| Hex | 0 | 93 | 5D | 64 | 0 | 25 | 2A | 9E | 64 | 1D |
| Octal | 0 | 223 | 135 | 144 | 0 | 45 | 52 | 236 | 144 | 35 |
| Binary | 0 | 10010011 | 1011101 | 1100100 | 0 | 100101 | 101010 | 10011110 | 1100100 | 11101 |
Color Harmonies of #00935D
Complementary color
Monochromatic Colors of #00935D
Black with #00935D
Text Example
Text Example
White with #00935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00935D; }
p { color: rgb(0,147,93); }
H1.HeaderClassName
{
color: #00935D;
}
.AnyTagClassName
{
color: #00935D;
}
</style>
background-color css
<style>
a { background-color: #00935D; }
a { background-color: rgb(0,147,93); }
div.DivClassName
{
background-color: #00935D;
}
.BgClassName
{
background-color: #00935D;
}
</style>
border-color css
<style>
span { border-color: #00935D; }
span { border-color: rgb(0,147,93); }
td.TdClassName
{
border-color: #00935D;
}
.TagClassName
{
border-color: #00935D;
}
</style>