Shades of Shamrock Green #009D68
Tints of Shamrock Green #009D68
RGB
CMYK
RGB Variations
Color information
#009D68 (or 0x009D68) is known color: Shamrock Green. HEX triplet: 00, 9D and 68. RGB value is (0,157,104). Sum of RGB (Red+Green+Blue) = 0+157+104=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #009D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009D68 is #FF6297. Grayscale: #686868. Windows color (decimal): -16736920 or 6855936. OLE color: 6855936.
HSL color Cylindrical-coordinate representation of color #009D68: hue angle of 159.75º 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 #009D68 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 104 | - |
| CMYK | 1 | 0 | 0.34 | 0.38 |
| HSL | 159.75º | 1% | 0.31% | - |
| HSV(B) | 159.75º | 1% | 0.62% | - |
| XYZ | 14.56 | 25.11 | 17.18 | - |
| YUV | 104.02 | 127.99 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 104 | 1 | 0 | 0.34 | 0.38 | 159.75 | 1 | 0.31 |
| Hex | 0 | 9D | 68 | 64 | 0 | 22 | 26 | A0 | 64 | 1F |
| Octal | 0 | 235 | 150 | 144 | 0 | 42 | 46 | 240 | 144 | 37 |
| Binary | 0 | 10011101 | 1101000 | 1100100 | 0 | 100010 | 100110 | 10100000 | 1100100 | 11111 |
Color Harmonies of #009D68
Complementary color
Monochromatic Colors of #009D68
Black with #009D68
Text Example
Text Example
White with #009D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D68; }
p { color: rgb(0,157,104); }
H1.HeaderClassName
{
color: #009D68;
}
.AnyTagClassName
{
color: #009D68;
}
</style>
background-color css
<style>
a { background-color: #009D68; }
a { background-color: rgb(0,157,104); }
div.DivClassName
{
background-color: #009D68;
}
.BgClassName
{
background-color: #009D68;
}
</style>
border-color css
<style>
span { border-color: #009D68; }
span { border-color: rgb(0,157,104); }
td.TdClassName
{
border-color: #009D68;
}
.TagClassName
{
border-color: #009D68;
}
</style>