Shades of Shamrock Green #0B9A67
Tints of Shamrock Green #0B9A67
RGB
CMYK
RGB Variations
Color information
#0B9A67 (or 0x0B9A67) is known color: Shamrock Green. HEX triplet: 0B, 9A and 67. RGB value is (11,154,103). Sum of RGB (Red+Green+Blue) = 11+154+103=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #0B9A67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9A67 is #F46598. Grayscale: #696969. Windows color (decimal): -16016793 or 6789643. OLE color: 6789643.
HSL color Cylindrical-coordinate representation of color #0B9A67: hue angle of 158.6º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9A67 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 154 | 103 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.40 |
| HSL | 158.6º | 0.87% | 0.32% | - |
| HSV(B) | 158.6º | 0.93% | 0.6% | - |
| XYZ | 14.14 | 24.16 | 16.75 | - |
| YUV | 105.43 | 126.62 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 154 | 103 | 0.93 | 0 | 0.33 | 0.40 | 158.6 | 0.87 | 0.32 |
| Hex | B | 9A | 67 | 5D | 0 | 21 | 28 | 9F | 57 | 20 |
| Octal | 13 | 232 | 147 | 135 | 0 | 41 | 50 | 237 | 127 | 40 |
| Binary | 1011 | 10011010 | 1100111 | 1011101 | 0 | 100001 | 101000 | 10011111 | 1010111 | 100000 |
Color Harmonies of #0B9A67
Complementary color
Monochromatic Colors of #0B9A67
Black with #0B9A67
Text Example
Text Example
White with #0B9A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9A67; }
p { color: rgb(11,154,103); }
H1.HeaderClassName
{
color: #0B9A67;
}
.AnyTagClassName
{
color: #0B9A67;
}
</style>
background-color css
<style>
a { background-color: #0B9A67; }
a { background-color: rgb(11,154,103); }
div.DivClassName
{
background-color: #0B9A67;
}
.BgClassName
{
background-color: #0B9A67;
}
</style>
border-color css
<style>
span { border-color: #0B9A67; }
span { border-color: rgb(11,154,103); }
td.TdClassName
{
border-color: #0B9A67;
}
.TagClassName
{
border-color: #0B9A67;
}
</style>