Shades of Shamrock Green #0BA25F
Tints of Shamrock Green #0BA25F
RGB
CMYK
RGB Variations
Color information
#0BA25F (or 0x0BA25F) is known color: Shamrock Green. HEX triplet: 0B, A2 and 5F. RGB value is (11,162,95). Sum of RGB (Red+Green+Blue) = 11+162+95=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA25F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA25F is #F45DA0. Grayscale: #6D6D6D. Windows color (decimal): -16014753 or 6267403. OLE color: 6267403.
HSL color Cylindrical-coordinate representation of color #0BA25F: hue angle of 153.38º 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 #0BA25F is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 95 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.36 |
| HSL | 153.38º | 0.87% | 0.34% | - |
| HSV(B) | 153.38º | 0.93% | 0.64% | - |
| XYZ | 15.12 | 26.74 | 15.19 | - |
| YUV | 109.21 | 119.97 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 95 | 0.93 | 0 | 0.41 | 0.36 | 153.38 | 0.87 | 0.34 |
| Hex | B | A2 | 5F | 5D | 0 | 29 | 24 | 99 | 57 | 22 |
| Octal | 13 | 242 | 137 | 135 | 0 | 51 | 44 | 231 | 127 | 42 |
| Binary | 1011 | 10100010 | 1011111 | 1011101 | 0 | 101001 | 100100 | 10011001 | 1010111 | 100010 |
Color Harmonies of #0BA25F
Complementary color
Monochromatic Colors of #0BA25F
Black with #0BA25F
Text Example
Text Example
White with #0BA25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA25F; }
p { color: rgb(11,162,95); }
H1.HeaderClassName
{
color: #0BA25F;
}
.AnyTagClassName
{
color: #0BA25F;
}
</style>
background-color css
<style>
a { background-color: #0BA25F; }
a { background-color: rgb(11,162,95); }
div.DivClassName
{
background-color: #0BA25F;
}
.BgClassName
{
background-color: #0BA25F;
}
</style>
border-color css
<style>
span { border-color: #0BA25F; }
span { border-color: rgb(11,162,95); }
td.TdClassName
{
border-color: #0BA25F;
}
.TagClassName
{
border-color: #0BA25F;
}
</style>