Shades of Shamrock Green #0BA15D
Tints of Shamrock Green #0BA15D
RGB
CMYK
RGB Variations
Color information
#0BA15D (or 0x0BA15D) is known color: Shamrock Green. HEX triplet: 0B, A1 and 5D. RGB value is (11,161,93). Sum of RGB (Red+Green+Blue) = 11+161+93=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 161 (63.28% from 255 or 60.75% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA15D is #F45EA2. Grayscale: #6C6C6C. Windows color (decimal): -16015011 or 6136075. OLE color: 6136075.
HSL color Cylindrical-coordinate representation of color #0BA15D: hue angle of 152.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA15D is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 93 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.37 |
| HSL | 152.8º | 0.87% | 0.34% | - |
| HSV(B) | 152.8º | 0.93% | 0.63% | - |
| XYZ | 14.86 | 26.35 | 14.66 | - |
| YUV | 108.4 | 119.31 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 93 | 0.93 | 0 | 0.42 | 0.37 | 152.8 | 0.87 | 0.34 |
| Hex | B | A1 | 5D | 5D | 0 | 2A | 25 | 99 | 57 | 22 |
| Octal | 13 | 241 | 135 | 135 | 0 | 52 | 45 | 231 | 127 | 42 |
| Binary | 1011 | 10100001 | 1011101 | 1011101 | 0 | 101010 | 100101 | 10011001 | 1010111 | 100010 |
Color Harmonies of #0BA15D
Complementary color
Monochromatic Colors of #0BA15D
Black with #0BA15D
Text Example
Text Example
White with #0BA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA15D; }
p { color: rgb(11,161,93); }
H1.HeaderClassName
{
color: #0BA15D;
}
.AnyTagClassName
{
color: #0BA15D;
}
</style>
background-color css
<style>
a { background-color: #0BA15D; }
a { background-color: rgb(11,161,93); }
div.DivClassName
{
background-color: #0BA15D;
}
.BgClassName
{
background-color: #0BA15D;
}
</style>
border-color css
<style>
span { border-color: #0BA15D; }
span { border-color: rgb(11,161,93); }
td.TdClassName
{
border-color: #0BA15D;
}
.TagClassName
{
border-color: #0BA15D;
}
</style>