Shades of Shamrock Green #0B8F5D
Tints of Shamrock Green #0B8F5D
RGB
CMYK
RGB Variations
Color information
#0B8F5D (or 0x0B8F5D) is known color: Shamrock Green. HEX triplet: 0B, 8F and 5D. RGB value is (11,143,93). Sum of RGB (Red+Green+Blue) = 11+143+93=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #0B8F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8F5D is #F470A2. Grayscale: #616161. Windows color (decimal): -16019619 or 6131467. OLE color: 6131467.
HSL color Cylindrical-coordinate representation of color #0B8F5D: hue angle of 157.27º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8F5D is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 143 | 93 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.44 |
| HSL | 157.27º | 0.86% | 0.3% | - |
| HSV(B) | 157.27º | 0.92% | 0.56% | - |
| XYZ | 11.94 | 20.51 | 13.68 | - |
| YUV | 97.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 93 | 0.92 | 0 | 0.35 | 0.44 | 157.27 | 0.86 | 0.3 |
| Hex | B | 8F | 5D | 5C | 0 | 23 | 2C | 9D | 56 | 1E |
| Octal | 13 | 217 | 135 | 134 | 0 | 43 | 54 | 235 | 126 | 36 |
| Binary | 1011 | 10001111 | 1011101 | 1011100 | 0 | 100011 | 101100 | 10011101 | 1010110 | 11110 |
Color Harmonies of #0B8F5D
Complementary color
Monochromatic Colors of #0B8F5D
Black with #0B8F5D
Text Example
Text Example
White with #0B8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8F5D; }
p { color: rgb(11,143,93); }
H1.HeaderClassName
{
color: #0B8F5D;
}
.AnyTagClassName
{
color: #0B8F5D;
}
</style>
background-color css
<style>
a { background-color: #0B8F5D; }
a { background-color: rgb(11,143,93); }
div.DivClassName
{
background-color: #0B8F5D;
}
.BgClassName
{
background-color: #0B8F5D;
}
</style>
border-color css
<style>
span { border-color: #0B8F5D; }
span { border-color: rgb(11,143,93); }
td.TdClassName
{
border-color: #0B8F5D;
}
.TagClassName
{
border-color: #0B8F5D;
}
</style>