Shades of Shamrock Green #0B965D
Tints of Shamrock Green #0B965D
RGB
CMYK
RGB Variations
Color information
#0B965D (or 0x0B965D) is known color: Shamrock Green. HEX triplet: 0B, 96 and 5D. RGB value is (11,150,93). Sum of RGB (Red+Green+Blue) = 11+150+93=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #0B965D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B965D is #F469A2. Grayscale: #666666. Windows color (decimal): -16017827 or 6133259. OLE color: 6133259.
HSL color Cylindrical-coordinate representation of color #0B965D: hue angle of 155.4º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B965D is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 150 | 93 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.41 |
| HSL | 155.4º | 0.86% | 0.32% | - |
| HSV(B) | 155.4º | 0.93% | 0.59% | - |
| XYZ | 13.02 | 22.67 | 14.05 | - |
| YUV | 101.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 150 | 93 | 0.93 | 0 | 0.38 | 0.41 | 155.4 | 0.86 | 0.32 |
| Hex | B | 96 | 5D | 5D | 0 | 26 | 29 | 9B | 56 | 20 |
| Octal | 13 | 226 | 135 | 135 | 0 | 46 | 51 | 233 | 126 | 40 |
| Binary | 1011 | 10010110 | 1011101 | 1011101 | 0 | 100110 | 101001 | 10011011 | 1010110 | 100000 |
Color Harmonies of #0B965D
Complementary color
Monochromatic Colors of #0B965D
Black with #0B965D
Text Example
Text Example
White with #0B965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B965D; }
p { color: rgb(11,150,93); }
H1.HeaderClassName
{
color: #0B965D;
}
.AnyTagClassName
{
color: #0B965D;
}
</style>
background-color css
<style>
a { background-color: #0B965D; }
a { background-color: rgb(11,150,93); }
div.DivClassName
{
background-color: #0B965D;
}
.BgClassName
{
background-color: #0B965D;
}
</style>
border-color css
<style>
span { border-color: #0B965D; }
span { border-color: rgb(11,150,93); }
td.TdClassName
{
border-color: #0B965D;
}
.TagClassName
{
border-color: #0B965D;
}
</style>