Shades of Pigment Green #0BA34F
Tints of Pigment Green #0BA34F
RGB
CMYK
RGB Variations
Color information
#0BA34F (or 0x0BA34F) is known color: Pigment Green. HEX triplet: 0B, A3 and 4F. RGB value is (11,163,79). Sum of RGB (Red+Green+Blue) = 11+163+79=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 163 (64.06% from 255 or 64.43% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA34F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA34F is #F45CB0. Grayscale: #6C6C6C. Windows color (decimal): -16014513 or 5219083. OLE color: 5219083.
HSL color Cylindrical-coordinate representation of color #0BA34F: hue angle of 146.84º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA34F is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 163 | 79 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.36 |
| HSL | 146.84º | 0.87% | 0.34% | - |
| HSV(B) | 146.84º | 0.93% | 0.64% | - |
| XYZ | 14.65 | 26.83 | 11.8 | - |
| YUV | 107.98 | 111.64 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 79 | 0.93 | 0 | 0.52 | 0.36 | 146.84 | 0.87 | 0.34 |
| Hex | B | A3 | 4F | 5D | 0 | 34 | 24 | 93 | 57 | 22 |
| Octal | 13 | 243 | 117 | 135 | 0 | 64 | 44 | 223 | 127 | 42 |
| Binary | 1011 | 10100011 | 1001111 | 1011101 | 0 | 110100 | 100100 | 10010011 | 1010111 | 100010 |
Color Harmonies of #0BA34F
Complementary color
Monochromatic Colors of #0BA34F
Black with #0BA34F
Text Example
Text Example
White with #0BA34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA34F; }
p { color: rgb(11,163,79); }
H1.HeaderClassName
{
color: #0BA34F;
}
.AnyTagClassName
{
color: #0BA34F;
}
</style>
background-color css
<style>
a { background-color: #0BA34F; }
a { background-color: rgb(11,163,79); }
div.DivClassName
{
background-color: #0BA34F;
}
.BgClassName
{
background-color: #0BA34F;
}
</style>
border-color css
<style>
span { border-color: #0BA34F; }
span { border-color: rgb(11,163,79); }
td.TdClassName
{
border-color: #0BA34F;
}
.TagClassName
{
border-color: #0BA34F;
}
</style>