Shades of Pigment Green #0BA54D
Tints of Pigment Green #0BA54D
RGB
CMYK
RGB Variations
Color information
#0BA54D (or 0x0BA54D) is known color: Pigment Green. HEX triplet: 0B, A5 and 4D. RGB value is (11,165,77). Sum of RGB (Red+Green+Blue) = 11+165+77=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 165 (64.84% from 255 or 65.22% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA54D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA54D is #F45AB2. Grayscale: #6D6D6D. Windows color (decimal): -16014003 or 5088523. OLE color: 5088523.
HSL color Cylindrical-coordinate representation of color #0BA54D: hue angle of 145.71º 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 #0BA54D is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 165 | 77 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.35 |
| HSL | 145.71º | 0.88% | 0.35% | - |
| HSV(B) | 145.71º | 0.93% | 0.65% | - |
| XYZ | 14.93 | 27.52 | 11.55 | - |
| YUV | 108.92 | 109.98 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 77 | 0.93 | 0 | 0.53 | 0.35 | 145.71 | 0.88 | 0.35 |
| Hex | B | A5 | 4D | 5D | 0 | 35 | 23 | 92 | 58 | 23 |
| Octal | 13 | 245 | 115 | 135 | 0 | 65 | 43 | 222 | 130 | 43 |
| Binary | 1011 | 10100101 | 1001101 | 1011101 | 0 | 110101 | 100011 | 10010010 | 1011000 | 100011 |
Color Harmonies of #0BA54D
Complementary color
Monochromatic Colors of #0BA54D
Black with #0BA54D
Text Example
Text Example
White with #0BA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA54D; }
p { color: rgb(11,165,77); }
H1.HeaderClassName
{
color: #0BA54D;
}
.AnyTagClassName
{
color: #0BA54D;
}
</style>
background-color css
<style>
a { background-color: #0BA54D; }
a { background-color: rgb(11,165,77); }
div.DivClassName
{
background-color: #0BA54D;
}
.BgClassName
{
background-color: #0BA54D;
}
</style>
border-color css
<style>
span { border-color: #0BA54D; }
span { border-color: rgb(11,165,77); }
td.TdClassName
{
border-color: #0BA54D;
}
.TagClassName
{
border-color: #0BA54D;
}
</style>