Shades of Shamrock Green #0BA25E
Tints of Shamrock Green #0BA25E
RGB
CMYK
RGB Variations
Color information
#0BA25E (or 0x0BA25E) is known color: Shamrock Green. HEX triplet: 0B, A2 and 5E. RGB value is (11,162,94). Sum of RGB (Red+Green+Blue) = 11+162+94=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA25E is #F45DA1. Grayscale: #6D6D6D. Windows color (decimal): -16014754 or 6201867. OLE color: 6201867.
HSL color Cylindrical-coordinate representation of color #0BA25E: hue angle of 152.98º 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 #0BA25E is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 94 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.36 |
| HSL | 152.98º | 0.87% | 0.34% | - |
| HSV(B) | 152.98º | 0.93% | 0.64% | - |
| XYZ | 15.08 | 26.72 | 14.95 | - |
| YUV | 109.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 94 | 0.93 | 0 | 0.42 | 0.36 | 152.98 | 0.87 | 0.34 |
| Hex | B | A2 | 5E | 5D | 0 | 2A | 24 | 99 | 57 | 22 |
| Octal | 13 | 242 | 136 | 135 | 0 | 52 | 44 | 231 | 127 | 42 |
| Binary | 1011 | 10100010 | 1011110 | 1011101 | 0 | 101010 | 100100 | 10011001 | 1010111 | 100010 |
Color Harmonies of #0BA25E
Complementary color
Monochromatic Colors of #0BA25E
Black with #0BA25E
Text Example
Text Example
White with #0BA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA25E; }
p { color: rgb(11,162,94); }
H1.HeaderClassName
{
color: #0BA25E;
}
.AnyTagClassName
{
color: #0BA25E;
}
</style>
background-color css
<style>
a { background-color: #0BA25E; }
a { background-color: rgb(11,162,94); }
div.DivClassName
{
background-color: #0BA25E;
}
.BgClassName
{
background-color: #0BA25E;
}
</style>
border-color css
<style>
span { border-color: #0BA25E; }
span { border-color: rgb(11,162,94); }
td.TdClassName
{
border-color: #0BA25E;
}
.TagClassName
{
border-color: #0BA25E;
}
</style>