Shades of Shamrock Green #0BA25C
Tints of Shamrock Green #0BA25C
RGB
CMYK
RGB Variations
Color information
#0BA25C (or 0x0BA25C) is known color: Shamrock Green. HEX triplet: 0B, A2 and 5C. RGB value is (11,162,92). Sum of RGB (Red+Green+Blue) = 11+162+92=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA25C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA25C is #F45DA3. Grayscale: #6D6D6D. Windows color (decimal): -16014756 or 6070795. OLE color: 6070795.
HSL color Cylindrical-coordinate representation of color #0BA25C: hue angle of 152.19º 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 #0BA25C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 92 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.36 |
| HSL | 152.19º | 0.87% | 0.34% | - |
| HSV(B) | 152.19º | 0.93% | 0.64% | - |
| XYZ | 14.99 | 26.68 | 14.49 | - |
| YUV | 108.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 92 | 0.93 | 0 | 0.43 | 0.36 | 152.19 | 0.87 | 0.34 |
| Hex | B | A2 | 5C | 5D | 0 | 2B | 24 | 98 | 57 | 22 |
| Octal | 13 | 242 | 134 | 135 | 0 | 53 | 44 | 230 | 127 | 42 |
| Binary | 1011 | 10100010 | 1011100 | 1011101 | 0 | 101011 | 100100 | 10011000 | 1010111 | 100010 |
Color Harmonies of #0BA25C
Complementary color
Monochromatic Colors of #0BA25C
Black with #0BA25C
Text Example
Text Example
White with #0BA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA25C; }
p { color: rgb(11,162,92); }
H1.HeaderClassName
{
color: #0BA25C;
}
.AnyTagClassName
{
color: #0BA25C;
}
</style>
background-color css
<style>
a { background-color: #0BA25C; }
a { background-color: rgb(11,162,92); }
div.DivClassName
{
background-color: #0BA25C;
}
.BgClassName
{
background-color: #0BA25C;
}
</style>
border-color css
<style>
span { border-color: #0BA25C; }
span { border-color: rgb(11,162,92); }
td.TdClassName
{
border-color: #0BA25C;
}
.TagClassName
{
border-color: #0BA25C;
}
</style>