Shades of Shamrock Green #009D5D
Tints of Shamrock Green #009D5D
RGB
CMYK
RGB Variations
Color information
#009D5D (or 0x009D5D) is known color: Shamrock Green. HEX triplet: 00, 9D and 5D. RGB value is (0,157,93). Sum of RGB (Red+Green+Blue) = 0+157+93=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 157 (61.72% from 255 or 62.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 157 - color contains mainly: green. Hex color #009D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009D5D is #FF62A2. Grayscale: #666666. Windows color (decimal): -16736931 or 6135040. OLE color: 6135040.
HSL color Cylindrical-coordinate representation of color #009D5D: hue angle of 155.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009D5D is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 93 | - |
| CMYK | 1 | 0 | 0.41 | 0.38 |
| HSL | 155.54º | 1% | 0.31% | - |
| HSV(B) | 155.54º | 1% | 0.62% | - |
| XYZ | 14.03 | 24.9 | 14.42 | - |
| YUV | 102.76 | 122.49 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 93 | 1 | 0 | 0.41 | 0.38 | 155.54 | 1 | 0.31 |
| Hex | 0 | 9D | 5D | 64 | 0 | 29 | 26 | 9C | 64 | 1F |
| Octal | 0 | 235 | 135 | 144 | 0 | 51 | 46 | 234 | 144 | 37 |
| Binary | 0 | 10011101 | 1011101 | 1100100 | 0 | 101001 | 100110 | 10011100 | 1100100 | 11111 |
Color Harmonies of #009D5D
Complementary color
Monochromatic Colors of #009D5D
Black with #009D5D
Text Example
Text Example
White with #009D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D5D; }
p { color: rgb(0,157,93); }
H1.HeaderClassName
{
color: #009D5D;
}
.AnyTagClassName
{
color: #009D5D;
}
</style>
background-color css
<style>
a { background-color: #009D5D; }
a { background-color: rgb(0,157,93); }
div.DivClassName
{
background-color: #009D5D;
}
.BgClassName
{
background-color: #009D5D;
}
</style>
border-color css
<style>
span { border-color: #009D5D; }
span { border-color: rgb(0,157,93); }
td.TdClassName
{
border-color: #009D5D;
}
.TagClassName
{
border-color: #009D5D;
}
</style>