Shades of Shamrock Green #0B9E5C
Tints of Shamrock Green #0B9E5C
RGB
CMYK
RGB Variations
Color information
#0B9E5C (or 0x0B9E5C) is known color: Shamrock Green. HEX triplet: 0B, 9E and 5C. RGB value is (11,158,92). Sum of RGB (Red+Green+Blue) = 11+158+92=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 158 (62.11% from 255 or 60.54% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9E5C is #F461A3. Grayscale: #6A6A6A. Windows color (decimal): -16015780 or 6069771. OLE color: 6069771.
HSL color Cylindrical-coordinate representation of color #0B9E5C: hue angle of 153.06º 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 #0B9E5C is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 158 | 92 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.38 |
| HSL | 153.06º | 0.87% | 0.33% | - |
| HSV(B) | 153.06º | 0.93% | 0.62% | - |
| XYZ | 14.3 | 25.3 | 14.25 | - |
| YUV | 106.52 | 119.8 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 158 | 92 | 0.93 | 0 | 0.42 | 0.38 | 153.06 | 0.87 | 0.33 |
| Hex | B | 9E | 5C | 5D | 0 | 2A | 26 | 99 | 57 | 21 |
| Octal | 13 | 236 | 134 | 135 | 0 | 52 | 46 | 231 | 127 | 41 |
| Binary | 1011 | 10011110 | 1011100 | 1011101 | 0 | 101010 | 100110 | 10011001 | 1010111 | 100001 |
Color Harmonies of #0B9E5C
Complementary color
Monochromatic Colors of #0B9E5C
Black with #0B9E5C
Text Example
Text Example
White with #0B9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9E5C; }
p { color: rgb(11,158,92); }
H1.HeaderClassName
{
color: #0B9E5C;
}
.AnyTagClassName
{
color: #0B9E5C;
}
</style>
background-color css
<style>
a { background-color: #0B9E5C; }
a { background-color: rgb(11,158,92); }
div.DivClassName
{
background-color: #0B9E5C;
}
.BgClassName
{
background-color: #0B9E5C;
}
</style>
border-color css
<style>
span { border-color: #0B9E5C; }
span { border-color: rgb(11,158,92); }
td.TdClassName
{
border-color: #0B9E5C;
}
.TagClassName
{
border-color: #0B9E5C;
}
</style>