Shades of Pigment Green #0BA744
Tints of Pigment Green #0BA744
RGB
CMYK
RGB Variations
Color information
#0BA744 (or 0x0BA744) is known color: Pigment Green. HEX triplet: 0B, A7 and 44. RGB value is (11,167,68). Sum of RGB (Red+Green+Blue) = 11+167+68=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 167 (65.62% from 255 or 67.89% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA744 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA744 is #F458BB. Grayscale: #6D6D6D. Windows color (decimal): -16013500 or 4499211. OLE color: 4499211.
HSL color Cylindrical-coordinate representation of color #0BA744: hue angle of 141.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA744 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 68 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.35 |
| HSL | 141.92º | 0.88% | 0.35% | - |
| HSV(B) | 141.92º | 0.93% | 0.65% | - |
| XYZ | 15 | 28.13 | 10.11 | - |
| YUV | 109.07 | 104.82 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 68 | 0.93 | 0 | 0.59 | 0.35 | 141.92 | 0.88 | 0.35 |
| Hex | B | A7 | 44 | 5D | 0 | 3B | 23 | 8E | 58 | 23 |
| Octal | 13 | 247 | 104 | 135 | 0 | 73 | 43 | 216 | 130 | 43 |
| Binary | 1011 | 10100111 | 1000100 | 1011101 | 0 | 111011 | 100011 | 10001110 | 1011000 | 100011 |
Color Harmonies of #0BA744
Complementary color
Monochromatic Colors of #0BA744
Black with #0BA744
Text Example
Text Example
White with #0BA744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA744; }
p { color: rgb(11,167,68); }
H1.HeaderClassName
{
color: #0BA744;
}
.AnyTagClassName
{
color: #0BA744;
}
</style>
background-color css
<style>
a { background-color: #0BA744; }
a { background-color: rgb(11,167,68); }
div.DivClassName
{
background-color: #0BA744;
}
.BgClassName
{
background-color: #0BA744;
}
</style>
border-color css
<style>
span { border-color: #0BA744; }
span { border-color: rgb(11,167,68); }
td.TdClassName
{
border-color: #0BA744;
}
.TagClassName
{
border-color: #0BA744;
}
</style>