Shades of Shamrock Green #0BA15B
Tints of Shamrock Green #0BA15B
RGB
CMYK
RGB Variations
Color information
#0BA15B (or 0x0BA15B) is known color: Shamrock Green. HEX triplet: 0B, A1 and 5B. RGB value is (11,161,91). Sum of RGB (Red+Green+Blue) = 11+161+91=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 161 (63.28% from 255 or 61.22% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA15B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA15B is #F45EA4. Grayscale: #6C6C6C. Windows color (decimal): -16015013 or 6005003. OLE color: 6005003.
HSL color Cylindrical-coordinate representation of color #0BA15B: hue angle of 152º 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 #0BA15B is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 91 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.37 |
| HSL | 152º | 0.87% | 0.34% | - |
| HSV(B) | 152º | 0.93% | 0.63% | - |
| XYZ | 14.77 | 26.32 | 14.2 | - |
| YUV | 108.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 91 | 0.93 | 0 | 0.43 | 0.37 | 152 | 0.87 | 0.34 |
| Hex | B | A1 | 5B | 5D | 0 | 2B | 25 | 98 | 57 | 22 |
| Octal | 13 | 241 | 133 | 135 | 0 | 53 | 45 | 230 | 127 | 42 |
| Binary | 1011 | 10100001 | 1011011 | 1011101 | 0 | 101011 | 100101 | 10011000 | 1010111 | 100010 |
Color Harmonies of #0BA15B
Complementary color
Monochromatic Colors of #0BA15B
Black with #0BA15B
Text Example
Text Example
White with #0BA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA15B; }
p { color: rgb(11,161,91); }
H1.HeaderClassName
{
color: #0BA15B;
}
.AnyTagClassName
{
color: #0BA15B;
}
</style>
background-color css
<style>
a { background-color: #0BA15B; }
a { background-color: rgb(11,161,91); }
div.DivClassName
{
background-color: #0BA15B;
}
.BgClassName
{
background-color: #0BA15B;
}
</style>
border-color css
<style>
span { border-color: #0BA15B; }
span { border-color: rgb(11,161,91); }
td.TdClassName
{
border-color: #0BA15B;
}
.TagClassName
{
border-color: #0BA15B;
}
</style>