Shades of Pigment Green #0BA63C
Tints of Pigment Green #0BA63C
RGB
CMYK
RGB Variations
Color information
#0BA63C (or 0x0BA63C) is known color: Pigment Green. HEX triplet: 0B, A6 and 3C. RGB value is (11,166,60). Sum of RGB (Red+Green+Blue) = 11+166+60=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 166 (65.23% from 255 or 70.04% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA63C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA63C is #F459C3. Grayscale: #6B6B6B. Windows color (decimal): -16013764 or 3974667. OLE color: 3974667.
HSL color Cylindrical-coordinate representation of color #0BA63C: hue angle of 138.97º 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 #0BA63C is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 166 | 60 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.35 |
| HSL | 138.97º | 0.88% | 0.35% | - |
| HSV(B) | 138.97º | 0.93% | 0.65% | - |
| XYZ | 14.59 | 27.67 | 8.85 | - |
| YUV | 107.57 | 101.15 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 166 | 60 | 0.93 | 0 | 0.64 | 0.35 | 138.97 | 0.88 | 0.35 |
| Hex | B | A6 | 3C | 5D | 0 | 40 | 23 | 8B | 58 | 23 |
| Octal | 13 | 246 | 74 | 135 | 0 | 100 | 43 | 213 | 130 | 43 |
| Binary | 1011 | 10100110 | 111100 | 1011101 | 0 | 1000000 | 100011 | 10001011 | 1011000 | 100011 |
Color Harmonies of #0BA63C
Complementary color
Monochromatic Colors of #0BA63C
Black with #0BA63C
Text Example
Text Example
White with #0BA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA63C; }
p { color: rgb(11,166,60); }
H1.HeaderClassName
{
color: #0BA63C;
}
.AnyTagClassName
{
color: #0BA63C;
}
</style>
background-color css
<style>
a { background-color: #0BA63C; }
a { background-color: rgb(11,166,60); }
div.DivClassName
{
background-color: #0BA63C;
}
.BgClassName
{
background-color: #0BA63C;
}
</style>
border-color css
<style>
span { border-color: #0BA63C; }
span { border-color: rgb(11,166,60); }
td.TdClassName
{
border-color: #0BA63C;
}
.TagClassName
{
border-color: #0BA63C;
}
</style>