Shades of Shamrock Green #09965C
Tints of Shamrock Green #09965C
RGB
CMYK
RGB Variations
Color information
#09965C (or 0x09965C) is known color: Shamrock Green. HEX triplet: 09, 96 and 5C. RGB value is (9,150,92). Sum of RGB (Red+Green+Blue) = 9+150+92=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #09965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09965C is #F669A3. Grayscale: #656565. Windows color (decimal): -16148900 or 6067721. OLE color: 6067721.
HSL color Cylindrical-coordinate representation of color #09965C: hue angle of 155.32º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09965C is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 92 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.41 |
| HSL | 155.32º | 0.89% | 0.31% | - |
| HSV(B) | 155.32º | 0.94% | 0.59% | - |
| XYZ | 12.95 | 22.64 | 13.81 | - |
| YUV | 101.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 92 | 0.94 | 0 | 0.39 | 0.41 | 155.32 | 0.89 | 0.31 |
| Hex | 9 | 96 | 5C | 5E | 0 | 27 | 29 | 9B | 59 | 1F |
| Octal | 11 | 226 | 134 | 136 | 0 | 47 | 51 | 233 | 131 | 37 |
| Binary | 1001 | 10010110 | 1011100 | 1011110 | 0 | 100111 | 101001 | 10011011 | 1011001 | 11111 |
Color Harmonies of #09965C
Complementary color
Monochromatic Colors of #09965C
Black with #09965C
Text Example
Text Example
White with #09965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09965C; }
p { color: rgb(9,150,92); }
H1.HeaderClassName
{
color: #09965C;
}
.AnyTagClassName
{
color: #09965C;
}
</style>
background-color css
<style>
a { background-color: #09965C; }
a { background-color: rgb(9,150,92); }
div.DivClassName
{
background-color: #09965C;
}
.BgClassName
{
background-color: #09965C;
}
</style>
border-color css
<style>
span { border-color: #09965C; }
span { border-color: rgb(9,150,92); }
td.TdClassName
{
border-color: #09965C;
}
.TagClassName
{
border-color: #09965C;
}
</style>