Shades of Pigment Green #0B994C
Tints of Pigment Green #0B994C
RGB
CMYK
RGB Variations
Color information
#0B994C (or 0x0B994C) is known color: Pigment Green. HEX triplet: 0B, 99 and 4C. RGB value is (11,153,76). Sum of RGB (Red+Green+Blue) = 11+153+76=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #0B994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B994C is #F466B3. Grayscale: #656565. Windows color (decimal): -16017076 or 5019915. OLE color: 5019915.
HSL color Cylindrical-coordinate representation of color #0B994C: hue angle of 147.46º 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 #0B994C is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 153 | 76 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.4 |
| HSL | 147.46º | 0.87% | 0.32% | - |
| HSV(B) | 147.46º | 0.93% | 0.6% | - |
| XYZ | 12.83 | 23.38 | 10.67 | - |
| YUV | 101.76 | 113.46 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 76 | 0.93 | 0 | 0.50 | 0.4 | 147.46 | 0.87 | 0.32 |
| Hex | B | 99 | 4C | 5D | 0 | 32 | 28 | 93 | 57 | 20 |
| Octal | 13 | 231 | 114 | 135 | 0 | 62 | 50 | 223 | 127 | 40 |
| Binary | 1011 | 10011001 | 1001100 | 1011101 | 0 | 110010 | 101000 | 10010011 | 1010111 | 100000 |
Color Harmonies of #0B994C
Complementary color
Monochromatic Colors of #0B994C
Black with #0B994C
Text Example
Text Example
White with #0B994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B994C; }
p { color: rgb(11,153,76); }
H1.HeaderClassName
{
color: #0B994C;
}
.AnyTagClassName
{
color: #0B994C;
}
</style>
background-color css
<style>
a { background-color: #0B994C; }
a { background-color: rgb(11,153,76); }
div.DivClassName
{
background-color: #0B994C;
}
.BgClassName
{
background-color: #0B994C;
}
</style>
border-color css
<style>
span { border-color: #0B994C; }
span { border-color: rgb(11,153,76); }
td.TdClassName
{
border-color: #0B994C;
}
.TagClassName
{
border-color: #0B994C;
}
</style>