Shades of Shamrock Green #009D64
Tints of Shamrock Green #009D64
RGB
CMYK
RGB Variations
Color information
#009D64 (or 0x009D64) is known color: Shamrock Green. HEX triplet: 00, 9D and 64. RGB value is (0,157,100). Sum of RGB (Red+Green+Blue) = 0+157+100=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 157 (61.72% from 255 or 61.09% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 157 - color contains mainly: green. Hex color #009D64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009D64 is #FF629B. Grayscale: #676767. Windows color (decimal): -16736924 or 6593792. OLE color: 6593792.
HSL color Cylindrical-coordinate representation of color #009D64: hue angle of 158.22º 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 #009D64 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 100 | - |
| CMYK | 1 | 0 | 0.36 | 0.38 |
| HSL | 158.22º | 1% | 0.31% | - |
| HSV(B) | 158.22º | 1% | 0.62% | - |
| XYZ | 14.36 | 25.03 | 16.13 | - |
| YUV | 103.56 | 125.99 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 100 | 1 | 0 | 0.36 | 0.38 | 158.22 | 1 | 0.31 |
| Hex | 0 | 9D | 64 | 64 | 0 | 24 | 26 | 9E | 64 | 1F |
| Octal | 0 | 235 | 144 | 144 | 0 | 44 | 46 | 236 | 144 | 37 |
| Binary | 0 | 10011101 | 1100100 | 1100100 | 0 | 100100 | 100110 | 10011110 | 1100100 | 11111 |
Color Harmonies of #009D64
Complementary color
Monochromatic Colors of #009D64
Black with #009D64
Text Example
Text Example
White with #009D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D64; }
p { color: rgb(0,157,100); }
H1.HeaderClassName
{
color: #009D64;
}
.AnyTagClassName
{
color: #009D64;
}
</style>
background-color css
<style>
a { background-color: #009D64; }
a { background-color: rgb(0,157,100); }
div.DivClassName
{
background-color: #009D64;
}
.BgClassName
{
background-color: #009D64;
}
</style>
border-color css
<style>
span { border-color: #009D64; }
span { border-color: rgb(0,157,100); }
td.TdClassName
{
border-color: #009D64;
}
.TagClassName
{
border-color: #009D64;
}
</style>