Shades of Shamrock Green #0BAC5F
Tints of Shamrock Green #0BAC5F
RGB
CMYK
RGB Variations
Color information
#0BAC5F (or 0x0BAC5F) is known color: Shamrock Green. HEX triplet: 0B, AC and 5F. RGB value is (11,172,95). Sum of RGB (Red+Green+Blue) = 11+172+95=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC5F is #F453A0. Grayscale: #737373. Windows color (decimal): -16012193 or 6269963. OLE color: 6269963.
HSL color Cylindrical-coordinate representation of color #0BAC5F: hue angle of 151.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC5F is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 95 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.33 |
| HSL | 151.3º | 0.88% | 0.36% | - |
| HSV(B) | 151.3º | 0.94% | 0.67% | - |
| XYZ | 16.96 | 30.4 | 15.8 | - |
| YUV | 115.08 | 116.66 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 95 | 0.94 | 0 | 0.45 | 0.33 | 151.3 | 0.88 | 0.36 |
| Hex | B | AC | 5F | 5E | 0 | 2D | 21 | 97 | 58 | 24 |
| Octal | 13 | 254 | 137 | 136 | 0 | 55 | 41 | 227 | 130 | 44 |
| Binary | 1011 | 10101100 | 1011111 | 1011110 | 0 | 101101 | 100001 | 10010111 | 1011000 | 100100 |
Color Harmonies of #0BAC5F
Complementary color
Monochromatic Colors of #0BAC5F
Black with #0BAC5F
Text Example
Text Example
White with #0BAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC5F; }
p { color: rgb(11,172,95); }
H1.HeaderClassName
{
color: #0BAC5F;
}
.AnyTagClassName
{
color: #0BAC5F;
}
</style>
background-color css
<style>
a { background-color: #0BAC5F; }
a { background-color: rgb(11,172,95); }
div.DivClassName
{
background-color: #0BAC5F;
}
.BgClassName
{
background-color: #0BAC5F;
}
</style>
border-color css
<style>
span { border-color: #0BAC5F; }
span { border-color: rgb(11,172,95); }
td.TdClassName
{
border-color: #0BAC5F;
}
.TagClassName
{
border-color: #0BAC5F;
}
</style>