Shades of Pigment Green #0B9151
Tints of Pigment Green #0B9151
RGB
CMYK
RGB Variations
Color information
#0B9151 (or 0x0B9151) is known color: Pigment Green. HEX triplet: 0B, 91 and 51. RGB value is (11,145,81). Sum of RGB (Red+Green+Blue) = 11+145+81=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9151 is #F46EAE. Grayscale: #616161. Windows color (decimal): -16019119 or 5345547. OLE color: 5345547.
HSL color Cylindrical-coordinate representation of color #0B9151: hue angle of 151.34º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9151 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 145 | 81 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.43 |
| HSL | 151.34º | 0.86% | 0.31% | - |
| HSV(B) | 151.34º | 0.92% | 0.57% | - |
| XYZ | 11.75 | 20.92 | 11.2 | - |
| YUV | 97.64 | 118.61 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 145 | 81 | 0.92 | 0 | 0.44 | 0.43 | 151.34 | 0.86 | 0.31 |
| Hex | B | 91 | 51 | 5C | 0 | 2C | 2B | 97 | 56 | 1F |
| Octal | 13 | 221 | 121 | 134 | 0 | 54 | 53 | 227 | 126 | 37 |
| Binary | 1011 | 10010001 | 1010001 | 1011100 | 0 | 101100 | 101011 | 10010111 | 1010110 | 11111 |
Color Harmonies of #0B9151
Complementary color
Monochromatic Colors of #0B9151
Black with #0B9151
Text Example
Text Example
White with #0B9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9151; }
p { color: rgb(11,145,81); }
H1.HeaderClassName
{
color: #0B9151;
}
.AnyTagClassName
{
color: #0B9151;
}
</style>
background-color css
<style>
a { background-color: #0B9151; }
a { background-color: rgb(11,145,81); }
div.DivClassName
{
background-color: #0B9151;
}
.BgClassName
{
background-color: #0B9151;
}
</style>
border-color css
<style>
span { border-color: #0B9151; }
span { border-color: rgb(11,145,81); }
td.TdClassName
{
border-color: #0B9151;
}
.TagClassName
{
border-color: #0B9151;
}
</style>