Shades of Shamrock Green #0BA25B
Tints of Shamrock Green #0BA25B
RGB
CMYK
RGB Variations
Color information
#0BA25B (or 0x0BA25B) is known color: Shamrock Green. HEX triplet: 0B, A2 and 5B. RGB value is (11,162,91). Sum of RGB (Red+Green+Blue) = 11+162+91=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA25B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA25B is #F45DA4. Grayscale: #6C6C6C. Windows color (decimal): -16014757 or 6005259. OLE color: 6005259.
HSL color Cylindrical-coordinate representation of color #0BA25B: hue angle of 151.79º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA25B is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 91 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.36 |
| HSL | 151.79º | 0.87% | 0.34% | - |
| HSV(B) | 151.79º | 0.93% | 0.64% | - |
| XYZ | 14.95 | 26.67 | 14.26 | - |
| YUV | 108.76 | 117.97 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 91 | 0.93 | 0 | 0.44 | 0.36 | 151.79 | 0.87 | 0.34 |
| Hex | B | A2 | 5B | 5D | 0 | 2C | 24 | 98 | 57 | 22 |
| Octal | 13 | 242 | 133 | 135 | 0 | 54 | 44 | 230 | 127 | 42 |
| Binary | 1011 | 10100010 | 1011011 | 1011101 | 0 | 101100 | 100100 | 10011000 | 1010111 | 100010 |
Color Harmonies of #0BA25B
Complementary color
Monochromatic Colors of #0BA25B
Black with #0BA25B
Text Example
Text Example
White with #0BA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA25B; }
p { color: rgb(11,162,91); }
H1.HeaderClassName
{
color: #0BA25B;
}
.AnyTagClassName
{
color: #0BA25B;
}
</style>
background-color css
<style>
a { background-color: #0BA25B; }
a { background-color: rgb(11,162,91); }
div.DivClassName
{
background-color: #0BA25B;
}
.BgClassName
{
background-color: #0BA25B;
}
</style>
border-color css
<style>
span { border-color: #0BA25B; }
span { border-color: rgb(11,162,91); }
td.TdClassName
{
border-color: #0BA25B;
}
.TagClassName
{
border-color: #0BA25B;
}
</style>