Shades of Shamrock Green #009768
Tints of Shamrock Green #009768
RGB
CMYK
RGB Variations
Color information
#009768 (or 0x009768) is known color: Shamrock Green. HEX triplet: 00, 97 and 68. RGB value is (0,151,104). Sum of RGB (Red+Green+Blue) = 0+151+104=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #009768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009768 is #FF6897. Grayscale: #646464. Windows color (decimal): -16738456 or 6854400. OLE color: 6854400.
HSL color Cylindrical-coordinate representation of color #009768: hue angle of 161.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009768 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 151 | 104 | - |
| CMYK | 1 | 0 | 0.31 | 0.41 |
| HSL | 161.32º | 1% | 0.3% | - |
| HSV(B) | 161.32º | 1% | 0.59% | - |
| XYZ | 13.57 | 23.13 | 16.85 | - |
| YUV | 100.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 104 | 1 | 0 | 0.31 | 0.41 | 161.32 | 1 | 0.3 |
| Hex | 0 | 97 | 68 | 64 | 0 | 1F | 29 | A1 | 64 | 1E |
| Octal | 0 | 227 | 150 | 144 | 0 | 37 | 51 | 241 | 144 | 36 |
| Binary | 0 | 10010111 | 1101000 | 1100100 | 0 | 11111 | 101001 | 10100001 | 1100100 | 11110 |
Color Harmonies of #009768
Complementary color
Monochromatic Colors of #009768
Black with #009768
Text Example
Text Example
White with #009768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009768; }
p { color: rgb(0,151,104); }
H1.HeaderClassName
{
color: #009768;
}
.AnyTagClassName
{
color: #009768;
}
</style>
background-color css
<style>
a { background-color: #009768; }
a { background-color: rgb(0,151,104); }
div.DivClassName
{
background-color: #009768;
}
.BgClassName
{
background-color: #009768;
}
</style>
border-color css
<style>
span { border-color: #009768; }
span { border-color: rgb(0,151,104); }
td.TdClassName
{
border-color: #009768;
}
.TagClassName
{
border-color: #009768;
}
</style>