Shades of Shamrock Green #0BA662
Tints of Shamrock Green #0BA662
RGB
CMYK
RGB Variations
Color information
#0BA662 (or 0x0BA662) is known color: Shamrock Green. HEX triplet: 0B, A6 and 62. RGB value is (11,166,98). Sum of RGB (Red+Green+Blue) = 11+166+98=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA662 is #F4599D. Grayscale: #707070. Windows color (decimal): -16013726 or 6465035. OLE color: 6465035.
HSL color Cylindrical-coordinate representation of color #0BA662: hue angle of 153.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA662 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 166 | 98 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.35 |
| HSL | 153.68º | 0.88% | 0.35% | - |
| HSV(B) | 153.68º | 0.93% | 0.65% | - |
| XYZ | 15.98 | 28.23 | 16.16 | - |
| YUV | 111.9 | 120.15 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 166 | 98 | 0.93 | 0 | 0.41 | 0.35 | 153.68 | 0.88 | 0.35 |
| Hex | B | A6 | 62 | 5D | 0 | 29 | 23 | 9A | 58 | 23 |
| Octal | 13 | 246 | 142 | 135 | 0 | 51 | 43 | 232 | 130 | 43 |
| Binary | 1011 | 10100110 | 1100010 | 1011101 | 0 | 101001 | 100011 | 10011010 | 1011000 | 100011 |
Color Harmonies of #0BA662
Complementary color
Monochromatic Colors of #0BA662
Black with #0BA662
Text Example
Text Example
White with #0BA662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA662; }
p { color: rgb(11,166,98); }
H1.HeaderClassName
{
color: #0BA662;
}
.AnyTagClassName
{
color: #0BA662;
}
</style>
background-color css
<style>
a { background-color: #0BA662; }
a { background-color: rgb(11,166,98); }
div.DivClassName
{
background-color: #0BA662;
}
.BgClassName
{
background-color: #0BA662;
}
</style>
border-color css
<style>
span { border-color: #0BA662; }
span { border-color: rgb(11,166,98); }
td.TdClassName
{
border-color: #0BA662;
}
.TagClassName
{
border-color: #0BA662;
}
</style>