Shades of Shamrock Green #0BA35E
Tints of Shamrock Green #0BA35E
RGB
CMYK
RGB Variations
Color information
#0BA35E (or 0x0BA35E) is known color: Shamrock Green. HEX triplet: 0B, A3 and 5E. RGB value is (11,163,94). Sum of RGB (Red+Green+Blue) = 11+163+94=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA35E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA35E is #F45CA1. Grayscale: #6D6D6D. Windows color (decimal): -16014498 or 6202123. OLE color: 6202123.
HSL color Cylindrical-coordinate representation of color #0BA35E: hue angle of 152.76º 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 #0BA35E is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 163 | 94 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.36 |
| HSL | 152.76º | 0.87% | 0.34% | - |
| HSV(B) | 152.76º | 0.93% | 0.64% | - |
| XYZ | 15.26 | 27.07 | 15.01 | - |
| YUV | 109.69 | 119.14 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 94 | 0.93 | 0 | 0.42 | 0.36 | 152.76 | 0.87 | 0.34 |
| Hex | B | A3 | 5E | 5D | 0 | 2A | 24 | 99 | 57 | 22 |
| Octal | 13 | 243 | 136 | 135 | 0 | 52 | 44 | 231 | 127 | 42 |
| Binary | 1011 | 10100011 | 1011110 | 1011101 | 0 | 101010 | 100100 | 10011001 | 1010111 | 100010 |
Color Harmonies of #0BA35E
Complementary color
Monochromatic Colors of #0BA35E
Black with #0BA35E
Text Example
Text Example
White with #0BA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA35E; }
p { color: rgb(11,163,94); }
H1.HeaderClassName
{
color: #0BA35E;
}
.AnyTagClassName
{
color: #0BA35E;
}
</style>
background-color css
<style>
a { background-color: #0BA35E; }
a { background-color: rgb(11,163,94); }
div.DivClassName
{
background-color: #0BA35E;
}
.BgClassName
{
background-color: #0BA35E;
}
</style>
border-color css
<style>
span { border-color: #0BA35E; }
span { border-color: rgb(11,163,94); }
td.TdClassName
{
border-color: #0BA35E;
}
.TagClassName
{
border-color: #0BA35E;
}
</style>