Shades of Pigment Green #0B9451
Tints of Pigment Green #0B9451
RGB
CMYK
RGB Variations
Color information
#0B9451 (or 0x0B9451) is known color: Pigment Green. HEX triplet: 0B, 94 and 51. RGB value is (11,148,81). Sum of RGB (Red+Green+Blue) = 11+148+81=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #0B9451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9451 is #F46BAE. Grayscale: #636363. Windows color (decimal): -16018351 or 5346315. OLE color: 5346315.
HSL color Cylindrical-coordinate representation of color #0B9451: hue angle of 150.66º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9451 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 148 | 81 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.42 |
| HSL | 150.66º | 0.86% | 0.31% | - |
| HSV(B) | 150.66º | 0.93% | 0.58% | - |
| XYZ | 12.21 | 21.85 | 11.36 | - |
| YUV | 99.4 | 117.61 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 148 | 81 | 0.93 | 0 | 0.45 | 0.42 | 150.66 | 0.86 | 0.31 |
| Hex | B | 94 | 51 | 5D | 0 | 2D | 2A | 97 | 56 | 1F |
| Octal | 13 | 224 | 121 | 135 | 0 | 55 | 52 | 227 | 126 | 37 |
| Binary | 1011 | 10010100 | 1010001 | 1011101 | 0 | 101101 | 101010 | 10010111 | 1010110 | 11111 |
Color Harmonies of #0B9451
Complementary color
Monochromatic Colors of #0B9451
Black with #0B9451
Text Example
Text Example
White with #0B9451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9451; }
p { color: rgb(11,148,81); }
H1.HeaderClassName
{
color: #0B9451;
}
.AnyTagClassName
{
color: #0B9451;
}
</style>
background-color css
<style>
a { background-color: #0B9451; }
a { background-color: rgb(11,148,81); }
div.DivClassName
{
background-color: #0B9451;
}
.BgClassName
{
background-color: #0B9451;
}
</style>
border-color css
<style>
span { border-color: #0B9451; }
span { border-color: rgb(11,148,81); }
td.TdClassName
{
border-color: #0B9451;
}
.TagClassName
{
border-color: #0B9451;
}
</style>