Shades of Shamrock Green #09965B
Tints of Shamrock Green #09965B
RGB
CMYK
RGB Variations
Color information
#09965B (or 0x09965B) is known color: Shamrock Green. HEX triplet: 09, 96 and 5B. RGB value is (9,150,91). Sum of RGB (Red+Green+Blue) = 9+150+91=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #09965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09965B is #F669A4. Grayscale: #656565. Windows color (decimal): -16148901 or 6002185. OLE color: 6002185.
HSL color Cylindrical-coordinate representation of color #09965B: hue angle of 154.89º 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 #09965B is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 91 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.41 |
| HSL | 154.89º | 0.89% | 0.31% | - |
| HSV(B) | 154.89º | 0.94% | 0.59% | - |
| XYZ | 12.91 | 22.63 | 13.58 | - |
| YUV | 101.12 | 122.29 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 91 | 0.94 | 0 | 0.39 | 0.41 | 154.89 | 0.89 | 0.31 |
| Hex | 9 | 96 | 5B | 5E | 0 | 27 | 29 | 9B | 59 | 1F |
| Octal | 11 | 226 | 133 | 136 | 0 | 47 | 51 | 233 | 131 | 37 |
| Binary | 1001 | 10010110 | 1011011 | 1011110 | 0 | 100111 | 101001 | 10011011 | 1011001 | 11111 |
Color Harmonies of #09965B
Complementary color
Monochromatic Colors of #09965B
Black with #09965B
Text Example
Text Example
White with #09965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09965B; }
p { color: rgb(9,150,91); }
H1.HeaderClassName
{
color: #09965B;
}
.AnyTagClassName
{
color: #09965B;
}
</style>
background-color css
<style>
a { background-color: #09965B; }
a { background-color: rgb(9,150,91); }
div.DivClassName
{
background-color: #09965B;
}
.BgClassName
{
background-color: #09965B;
}
</style>
border-color css
<style>
span { border-color: #09965B; }
span { border-color: rgb(9,150,91); }
td.TdClassName
{
border-color: #09965B;
}
.TagClassName
{
border-color: #09965B;
}
</style>