Shades of Shamrock Green #0BA55F
Tints of Shamrock Green #0BA55F
RGB
CMYK
RGB Variations
Color information
#0BA55F (or 0x0BA55F) is known color: Shamrock Green. HEX triplet: 0B, A5 and 5F. RGB value is (11,165,95). Sum of RGB (Red+Green+Blue) = 11+165+95=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA55F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA55F is #F45AA0. Grayscale: #6F6F6F. Windows color (decimal): -16013985 or 6268171. OLE color: 6268171.
HSL color Cylindrical-coordinate representation of color #0BA55F: hue angle of 152.73º 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 #0BA55F is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 165 | 95 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.35 |
| HSL | 152.73º | 0.88% | 0.35% | - |
| HSV(B) | 152.73º | 0.93% | 0.65% | - |
| XYZ | 15.66 | 27.81 | 15.37 | - |
| YUV | 110.97 | 118.98 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 95 | 0.93 | 0 | 0.42 | 0.35 | 152.73 | 0.88 | 0.35 |
| Hex | B | A5 | 5F | 5D | 0 | 2A | 23 | 99 | 58 | 23 |
| Octal | 13 | 245 | 137 | 135 | 0 | 52 | 43 | 231 | 130 | 43 |
| Binary | 1011 | 10100101 | 1011111 | 1011101 | 0 | 101010 | 100011 | 10011001 | 1011000 | 100011 |
Color Harmonies of #0BA55F
Complementary color
Monochromatic Colors of #0BA55F
Black with #0BA55F
Text Example
Text Example
White with #0BA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA55F; }
p { color: rgb(11,165,95); }
H1.HeaderClassName
{
color: #0BA55F;
}
.AnyTagClassName
{
color: #0BA55F;
}
</style>
background-color css
<style>
a { background-color: #0BA55F; }
a { background-color: rgb(11,165,95); }
div.DivClassName
{
background-color: #0BA55F;
}
.BgClassName
{
background-color: #0BA55F;
}
</style>
border-color css
<style>
span { border-color: #0BA55F; }
span { border-color: rgb(11,165,95); }
td.TdClassName
{
border-color: #0BA55F;
}
.TagClassName
{
border-color: #0BA55F;
}
</style>