Shades of Pigment Green #0B9145
Tints of Pigment Green #0B9145
RGB
CMYK
RGB Variations
Color information
#0B9145 (or 0x0B9145) is known color: Pigment Green. HEX triplet: 0B, 91 and 45. RGB value is (11,145,69). Sum of RGB (Red+Green+Blue) = 11+145+69=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9145 is #F46EBA. Grayscale: #606060. Windows color (decimal): -16019131 or 4559115. OLE color: 4559115.
HSL color Cylindrical-coordinate representation of color #0B9145: hue angle of 145.97º 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 #0B9145 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 145 | 69 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.43 |
| HSL | 145.97º | 0.86% | 0.31% | - |
| HSV(B) | 145.97º | 0.92% | 0.57% | - |
| XYZ | 11.34 | 20.75 | 9.04 | - |
| YUV | 96.27 | 112.61 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 145 | 69 | 0.92 | 0 | 0.52 | 0.43 | 145.97 | 0.86 | 0.31 |
| Hex | B | 91 | 45 | 5C | 0 | 34 | 2B | 92 | 56 | 1F |
| Octal | 13 | 221 | 105 | 134 | 0 | 64 | 53 | 222 | 126 | 37 |
| Binary | 1011 | 10010001 | 1000101 | 1011100 | 0 | 110100 | 101011 | 10010010 | 1010110 | 11111 |
Color Harmonies of #0B9145
Complementary color
Monochromatic Colors of #0B9145
Black with #0B9145
Text Example
Text Example
White with #0B9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9145; }
p { color: rgb(11,145,69); }
H1.HeaderClassName
{
color: #0B9145;
}
.AnyTagClassName
{
color: #0B9145;
}
</style>
background-color css
<style>
a { background-color: #0B9145; }
a { background-color: rgb(11,145,69); }
div.DivClassName
{
background-color: #0B9145;
}
.BgClassName
{
background-color: #0B9145;
}
</style>
border-color css
<style>
span { border-color: #0B9145; }
span { border-color: rgb(11,145,69); }
td.TdClassName
{
border-color: #0B9145;
}
.TagClassName
{
border-color: #0B9145;
}
</style>