Shades of Shamrock Green #0B9E5D
Tints of Shamrock Green #0B9E5D
RGB
CMYK
RGB Variations
Color information
#0B9E5D (or 0x0B9E5D) is known color: Shamrock Green. HEX triplet: 0B, 9E and 5D. RGB value is (11,158,93). Sum of RGB (Red+Green+Blue) = 11+158+93=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 158 (62.11% from 255 or 60.31% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9E5D is #F461A2. Grayscale: #6A6A6A. Windows color (decimal): -16015779 or 6135307. OLE color: 6135307.
HSL color Cylindrical-coordinate representation of color #0B9E5D: hue angle of 153.47º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9E5D is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 158 | 93 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.38 |
| HSL | 153.47º | 0.87% | 0.33% | - |
| HSV(B) | 153.47º | 0.93% | 0.62% | - |
| XYZ | 14.34 | 25.32 | 14.49 | - |
| YUV | 106.64 | 120.3 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 158 | 93 | 0.93 | 0 | 0.41 | 0.38 | 153.47 | 0.87 | 0.33 |
| Hex | B | 9E | 5D | 5D | 0 | 29 | 26 | 99 | 57 | 21 |
| Octal | 13 | 236 | 135 | 135 | 0 | 51 | 46 | 231 | 127 | 41 |
| Binary | 1011 | 10011110 | 1011101 | 1011101 | 0 | 101001 | 100110 | 10011001 | 1010111 | 100001 |
Color Harmonies of #0B9E5D
Complementary color
Monochromatic Colors of #0B9E5D
Black with #0B9E5D
Text Example
Text Example
White with #0B9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9E5D; }
p { color: rgb(11,158,93); }
H1.HeaderClassName
{
color: #0B9E5D;
}
.AnyTagClassName
{
color: #0B9E5D;
}
</style>
background-color css
<style>
a { background-color: #0B9E5D; }
a { background-color: rgb(11,158,93); }
div.DivClassName
{
background-color: #0B9E5D;
}
.BgClassName
{
background-color: #0B9E5D;
}
</style>
border-color css
<style>
span { border-color: #0B9E5D; }
span { border-color: rgb(11,158,93); }
td.TdClassName
{
border-color: #0B9E5D;
}
.TagClassName
{
border-color: #0B9E5D;
}
</style>