Shades of Pigment Green #0B9E43
Tints of Pigment Green #0B9E43
RGB
CMYK
RGB Variations
Color information
#0B9E43 (or 0x0B9E43) is known color: Pigment Green. HEX triplet: 0B, 9E and 43. RGB value is (11,158,67). Sum of RGB (Red+Green+Blue) = 11+158+67=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9E43 is #F461BC. Grayscale: #676767. Windows color (decimal): -16015805 or 4431371. OLE color: 4431371.
HSL color Cylindrical-coordinate representation of color #0B9E43: hue angle of 142.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9E43 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 158 | 67 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.38 |
| HSL | 142.86º | 0.87% | 0.33% | - |
| HSV(B) | 142.86º | 0.93% | 0.62% | - |
| XYZ | 13.38 | 24.93 | 9.42 | - |
| YUV | 103.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 158 | 67 | 0.93 | 0 | 0.58 | 0.38 | 142.86 | 0.87 | 0.33 |
| Hex | B | 9E | 43 | 5D | 0 | 3A | 26 | 8F | 57 | 21 |
| Octal | 13 | 236 | 103 | 135 | 0 | 72 | 46 | 217 | 127 | 41 |
| Binary | 1011 | 10011110 | 1000011 | 1011101 | 0 | 111010 | 100110 | 10001111 | 1010111 | 100001 |
Color Harmonies of #0B9E43
Complementary color
Monochromatic Colors of #0B9E43
Black with #0B9E43
Text Example
Text Example
White with #0B9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9E43; }
p { color: rgb(11,158,67); }
H1.HeaderClassName
{
color: #0B9E43;
}
.AnyTagClassName
{
color: #0B9E43;
}
</style>
background-color css
<style>
a { background-color: #0B9E43; }
a { background-color: rgb(11,158,67); }
div.DivClassName
{
background-color: #0B9E43;
}
.BgClassName
{
background-color: #0B9E43;
}
</style>
border-color css
<style>
span { border-color: #0B9E43; }
span { border-color: rgb(11,158,67); }
td.TdClassName
{
border-color: #0B9E43;
}
.TagClassName
{
border-color: #0B9E43;
}
</style>