Shades of Shamrock Green #0B935B
Tints of Shamrock Green #0B935B
RGB
CMYK
RGB Variations
Color information
#0B935B (or 0x0B935B) is known color: Shamrock Green. HEX triplet: 0B, 93 and 5B. RGB value is (11,147,91). Sum of RGB (Red+Green+Blue) = 11+147+91=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #0B935B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B935B is #F46CA4. Grayscale: #646464. Windows color (decimal): -16018597 or 6001419. OLE color: 6001419.
HSL color Cylindrical-coordinate representation of color #0B935B: hue angle of 155.29º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B935B is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 147 | 91 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.42 |
| HSL | 155.29º | 0.86% | 0.31% | - |
| HSV(B) | 155.29º | 0.93% | 0.58% | - |
| XYZ | 12.46 | 21.69 | 13.43 | - |
| YUV | 99.95 | 122.94 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 147 | 91 | 0.93 | 0 | 0.38 | 0.42 | 155.29 | 0.86 | 0.31 |
| Hex | B | 93 | 5B | 5D | 0 | 26 | 2A | 9B | 56 | 1F |
| Octal | 13 | 223 | 133 | 135 | 0 | 46 | 52 | 233 | 126 | 37 |
| Binary | 1011 | 10010011 | 1011011 | 1011101 | 0 | 100110 | 101010 | 10011011 | 1010110 | 11111 |
Color Harmonies of #0B935B
Complementary color
Monochromatic Colors of #0B935B
Black with #0B935B
Text Example
Text Example
White with #0B935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B935B; }
p { color: rgb(11,147,91); }
H1.HeaderClassName
{
color: #0B935B;
}
.AnyTagClassName
{
color: #0B935B;
}
</style>
background-color css
<style>
a { background-color: #0B935B; }
a { background-color: rgb(11,147,91); }
div.DivClassName
{
background-color: #0B935B;
}
.BgClassName
{
background-color: #0B935B;
}
</style>
border-color css
<style>
span { border-color: #0B935B; }
span { border-color: rgb(11,147,91); }
td.TdClassName
{
border-color: #0B935B;
}
.TagClassName
{
border-color: #0B935B;
}
</style>