Shades of Dark Pastel Green #0BBA4B
Tints of Dark Pastel Green #0BBA4B
RGB
CMYK
RGB Variations
Color information
#0BBA4B (or 0x0BBA4B) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 4B. RGB value is (11,186,75). Sum of RGB (Red+Green+Blue) = 11+186+75=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA4B is #F445B4. Grayscale: #797979. Windows color (decimal): -16008629 or 4962827. OLE color: 4962827.
HSL color Cylindrical-coordinate representation of color #0BBA4B: hue angle of 141.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA4B is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 75 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.27 |
| HSL | 141.94º | 0.89% | 0.39% | - |
| HSV(B) | 141.94º | 0.94% | 0.73% | - |
| XYZ | 18.97 | 35.7 | 12.55 | - |
| YUV | 121.02 | 102.02 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 75 | 0.94 | 0 | 0.60 | 0.27 | 141.94 | 0.89 | 0.39 |
| Hex | B | BA | 4B | 5E | 0 | 3C | 1B | 8E | 59 | 27 |
| Octal | 13 | 272 | 113 | 136 | 0 | 74 | 33 | 216 | 131 | 47 |
| Binary | 1011 | 10111010 | 1001011 | 1011110 | 0 | 111100 | 11011 | 10001110 | 1011001 | 100111 |
Color Harmonies of #0BBA4B
Complementary color
Monochromatic Colors of #0BBA4B
Black with #0BBA4B
Text Example
Text Example
White with #0BBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA4B; }
p { color: rgb(11,186,75); }
H1.HeaderClassName
{
color: #0BBA4B;
}
.AnyTagClassName
{
color: #0BBA4B;
}
</style>
background-color css
<style>
a { background-color: #0BBA4B; }
a { background-color: rgb(11,186,75); }
div.DivClassName
{
background-color: #0BBA4B;
}
.BgClassName
{
background-color: #0BBA4B;
}
</style>
border-color css
<style>
span { border-color: #0BBA4B; }
span { border-color: rgb(11,186,75); }
td.TdClassName
{
border-color: #0BBA4B;
}
.TagClassName
{
border-color: #0BBA4B;
}
</style>