Shades of Shamrock Green #0B985D
Tints of Shamrock Green #0B985D
RGB
CMYK
RGB Variations
Color information
#0B985D (or 0x0B985D) is known color: Shamrock Green. HEX triplet: 0B, 98 and 5D. RGB value is (11,152,93). Sum of RGB (Red+Green+Blue) = 11+152+93=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #0B985D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B985D is #F467A2. Grayscale: #676767. Windows color (decimal): -16017315 or 6133771. OLE color: 6133771.
HSL color Cylindrical-coordinate representation of color #0B985D: hue angle of 154.89º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B985D is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 152 | 93 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.40 |
| HSL | 154.89º | 0.87% | 0.32% | - |
| HSV(B) | 154.89º | 0.93% | 0.6% | - |
| XYZ | 13.34 | 23.32 | 14.15 | - |
| YUV | 103.12 | 122.29 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 152 | 93 | 0.93 | 0 | 0.39 | 0.40 | 154.89 | 0.87 | 0.32 |
| Hex | B | 98 | 5D | 5D | 0 | 27 | 28 | 9B | 57 | 20 |
| Octal | 13 | 230 | 135 | 135 | 0 | 47 | 50 | 233 | 127 | 40 |
| Binary | 1011 | 10011000 | 1011101 | 1011101 | 0 | 100111 | 101000 | 10011011 | 1010111 | 100000 |
Color Harmonies of #0B985D
Complementary color
Monochromatic Colors of #0B985D
Black with #0B985D
Text Example
Text Example
White with #0B985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B985D; }
p { color: rgb(11,152,93); }
H1.HeaderClassName
{
color: #0B985D;
}
.AnyTagClassName
{
color: #0B985D;
}
</style>
background-color css
<style>
a { background-color: #0B985D; }
a { background-color: rgb(11,152,93); }
div.DivClassName
{
background-color: #0B985D;
}
.BgClassName
{
background-color: #0B985D;
}
</style>
border-color css
<style>
span { border-color: #0B985D; }
span { border-color: rgb(11,152,93); }
td.TdClassName
{
border-color: #0B985D;
}
.TagClassName
{
border-color: #0B985D;
}
</style>