Shades of Shamrock Green #0BA05C
Tints of Shamrock Green #0BA05C
RGB
CMYK
RGB Variations
Color information
#0BA05C (or 0x0BA05C) is known color: Shamrock Green. HEX triplet: 0B, A0 and 5C. RGB value is (11,160,92). Sum of RGB (Red+Green+Blue) = 11+160+92=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #0BA05C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA05C is #F45FA3. Grayscale: #6B6B6B. Windows color (decimal): -16015268 or 6070283. OLE color: 6070283.
HSL color Cylindrical-coordinate representation of color #0BA05C: hue angle of 152.62º 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 #0BA05C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 160 | 92 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.37 |
| HSL | 152.62º | 0.87% | 0.34% | - |
| HSV(B) | 152.62º | 0.93% | 0.63% | - |
| XYZ | 14.64 | 25.99 | 14.37 | - |
| YUV | 107.7 | 119.14 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 160 | 92 | 0.93 | 0 | 0.43 | 0.37 | 152.62 | 0.87 | 0.34 |
| Hex | B | A0 | 5C | 5D | 0 | 2B | 25 | 99 | 57 | 22 |
| Octal | 13 | 240 | 134 | 135 | 0 | 53 | 45 | 231 | 127 | 42 |
| Binary | 1011 | 10100000 | 1011100 | 1011101 | 0 | 101011 | 100101 | 10011001 | 1010111 | 100010 |
Color Harmonies of #0BA05C
Complementary color
Monochromatic Colors of #0BA05C
Black with #0BA05C
Text Example
Text Example
White with #0BA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA05C; }
p { color: rgb(11,160,92); }
H1.HeaderClassName
{
color: #0BA05C;
}
.AnyTagClassName
{
color: #0BA05C;
}
</style>
background-color css
<style>
a { background-color: #0BA05C; }
a { background-color: rgb(11,160,92); }
div.DivClassName
{
background-color: #0BA05C;
}
.BgClassName
{
background-color: #0BA05C;
}
</style>
border-color css
<style>
span { border-color: #0BA05C; }
span { border-color: rgb(11,160,92); }
td.TdClassName
{
border-color: #0BA05C;
}
.TagClassName
{
border-color: #0BA05C;
}
</style>