Shades of Shamrock Green #0BA563
Tints of Shamrock Green #0BA563
RGB
CMYK
RGB Variations
Color information
#0BA563 (or 0x0BA563) is known color: Shamrock Green. HEX triplet: 0B, A5 and 63. RGB value is (11,165,99). Sum of RGB (Red+Green+Blue) = 11+165+99=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA563 is #F45A9C. Grayscale: #6F6F6F. Windows color (decimal): -16013981 or 6530315. OLE color: 6530315.
HSL color Cylindrical-coordinate representation of color #0BA563: hue angle of 154.29º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA563 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 165 | 99 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.35 |
| HSL | 154.29º | 0.88% | 0.35% | - |
| HSV(B) | 154.29º | 0.93% | 0.65% | - |
| XYZ | 15.85 | 27.88 | 16.35 | - |
| YUV | 111.43 | 120.98 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 99 | 0.93 | 0 | 0.40 | 0.35 | 154.29 | 0.88 | 0.35 |
| Hex | B | A5 | 63 | 5D | 0 | 28 | 23 | 9A | 58 | 23 |
| Octal | 13 | 245 | 143 | 135 | 0 | 50 | 43 | 232 | 130 | 43 |
| Binary | 1011 | 10100101 | 1100011 | 1011101 | 0 | 101000 | 100011 | 10011010 | 1011000 | 100011 |
Color Harmonies of #0BA563
Complementary color
Monochromatic Colors of #0BA563
Black with #0BA563
Text Example
Text Example
White with #0BA563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA563; }
p { color: rgb(11,165,99); }
H1.HeaderClassName
{
color: #0BA563;
}
.AnyTagClassName
{
color: #0BA563;
}
</style>
background-color css
<style>
a { background-color: #0BA563; }
a { background-color: rgb(11,165,99); }
div.DivClassName
{
background-color: #0BA563;
}
.BgClassName
{
background-color: #0BA563;
}
</style>
border-color css
<style>
span { border-color: #0BA563; }
span { border-color: rgb(11,165,99); }
td.TdClassName
{
border-color: #0BA563;
}
.TagClassName
{
border-color: #0BA563;
}
</style>