Shades of Dark Pastel Green #0BAC3B
Tints of Dark Pastel Green #0BAC3B
RGB
CMYK
RGB Variations
Color information
#0BAC3B (or 0x0BAC3B) is known color: Dark Pastel Green. HEX triplet: 0B, AC and 3B. RGB value is (11,172,59). Sum of RGB (Red+Green+Blue) = 11+172+59=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 172 (67.58% from 255 or 71.07% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAC3B is #F453C4. Grayscale: #6F6F6F. Windows color (decimal): -16012229 or 3910667. OLE color: 3910667.
HSL color Cylindrical-coordinate representation of color #0BAC3B: hue angle of 137.89º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC3B is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 59 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.33 |
| HSL | 137.89º | 0.88% | 0.36% | - |
| HSV(B) | 137.89º | 0.94% | 0.67% | - |
| XYZ | 15.68 | 29.89 | 9.08 | - |
| YUV | 110.98 | 98.66 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 59 | 0.94 | 0 | 0.66 | 0.33 | 137.89 | 0.88 | 0.36 |
| Hex | B | AC | 3B | 5E | 0 | 42 | 21 | 8A | 58 | 24 |
| Octal | 13 | 254 | 73 | 136 | 0 | 102 | 41 | 212 | 130 | 44 |
| Binary | 1011 | 10101100 | 111011 | 1011110 | 0 | 1000010 | 100001 | 10001010 | 1011000 | 100100 |
Color Harmonies of #0BAC3B
Complementary color
Monochromatic Colors of #0BAC3B
Black with #0BAC3B
Text Example
Text Example
White with #0BAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC3B; }
p { color: rgb(11,172,59); }
H1.HeaderClassName
{
color: #0BAC3B;
}
.AnyTagClassName
{
color: #0BAC3B;
}
</style>
background-color css
<style>
a { background-color: #0BAC3B; }
a { background-color: rgb(11,172,59); }
div.DivClassName
{
background-color: #0BAC3B;
}
.BgClassName
{
background-color: #0BAC3B;
}
</style>
border-color css
<style>
span { border-color: #0BAC3B; }
span { border-color: rgb(11,172,59); }
td.TdClassName
{
border-color: #0BAC3B;
}
.TagClassName
{
border-color: #0BAC3B;
}
</style>