Shades of Pigment Green #0BA14E
Tints of Pigment Green #0BA14E
RGB
CMYK
RGB Variations
Color information
#0BA14E (or 0x0BA14E) is known color: Pigment Green. HEX triplet: 0B, A1 and 4E. RGB value is (11,161,78). Sum of RGB (Red+Green+Blue) = 11+161+78=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 161 (63.28% from 255 or 64.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA14E is #F45EB1. Grayscale: #6A6A6A. Windows color (decimal): -16015026 or 5153035. OLE color: 5153035.
HSL color Cylindrical-coordinate representation of color #0BA14E: hue angle of 146.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA14E is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 78 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.37 |
| HSL | 146.8º | 0.87% | 0.34% | - |
| HSV(B) | 146.8º | 0.93% | 0.63% | - |
| XYZ | 14.26 | 26.11 | 11.5 | - |
| YUV | 106.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 78 | 0.93 | 0 | 0.52 | 0.37 | 146.8 | 0.87 | 0.34 |
| Hex | B | A1 | 4E | 5D | 0 | 34 | 25 | 93 | 57 | 22 |
| Octal | 13 | 241 | 116 | 135 | 0 | 64 | 45 | 223 | 127 | 42 |
| Binary | 1011 | 10100001 | 1001110 | 1011101 | 0 | 110100 | 100101 | 10010011 | 1010111 | 100010 |
Color Harmonies of #0BA14E
Complementary color
Monochromatic Colors of #0BA14E
Black with #0BA14E
Text Example
Text Example
White with #0BA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA14E; }
p { color: rgb(11,161,78); }
H1.HeaderClassName
{
color: #0BA14E;
}
.AnyTagClassName
{
color: #0BA14E;
}
</style>
background-color css
<style>
a { background-color: #0BA14E; }
a { background-color: rgb(11,161,78); }
div.DivClassName
{
background-color: #0BA14E;
}
.BgClassName
{
background-color: #0BA14E;
}
</style>
border-color css
<style>
span { border-color: #0BA14E; }
span { border-color: rgb(11,161,78); }
td.TdClassName
{
border-color: #0BA14E;
}
.TagClassName
{
border-color: #0BA14E;
}
</style>