Shades of Shamrock Green #09965A
Tints of Shamrock Green #09965A
RGB
CMYK
RGB Variations
Color information
#09965A (or 0x09965A) is known color: Shamrock Green. HEX triplet: 09, 96 and 5A. RGB value is (9,150,90). Sum of RGB (Red+Green+Blue) = 9+150+90=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #09965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09965A is #F669A5. Grayscale: #656565. Windows color (decimal): -16148902 or 5936649. OLE color: 5936649.
HSL color Cylindrical-coordinate representation of color #09965A: hue angle of 154.47º 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 #09965A is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 90 | - |
| CMYK | 0.94 | 0 | 0.4 | 0.41 |
| HSL | 154.47º | 0.89% | 0.31% | - |
| HSV(B) | 154.47º | 0.94% | 0.59% | - |
| XYZ | 12.86 | 22.61 | 13.36 | - |
| YUV | 101 | 121.79 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 90 | 0.94 | 0 | 0.4 | 0.41 | 154.47 | 0.89 | 0.31 |
| Hex | 9 | 96 | 5A | 5E | 0 | 28 | 29 | 9A | 59 | 1F |
| Octal | 11 | 226 | 132 | 136 | 0 | 50 | 51 | 232 | 131 | 37 |
| Binary | 1001 | 10010110 | 1011010 | 1011110 | 0 | 101000 | 101001 | 10011010 | 1011001 | 11111 |
Color Harmonies of #09965A
Complementary color
Monochromatic Colors of #09965A
Black with #09965A
Text Example
Text Example
White with #09965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09965A; }
p { color: rgb(9,150,90); }
H1.HeaderClassName
{
color: #09965A;
}
.AnyTagClassName
{
color: #09965A;
}
</style>
background-color css
<style>
a { background-color: #09965A; }
a { background-color: rgb(9,150,90); }
div.DivClassName
{
background-color: #09965A;
}
.BgClassName
{
background-color: #09965A;
}
</style>
border-color css
<style>
span { border-color: #09965A; }
span { border-color: rgb(9,150,90); }
td.TdClassName
{
border-color: #09965A;
}
.TagClassName
{
border-color: #09965A;
}
</style>