Shades of Dark Pastel Green #0BB93D
Tints of Dark Pastel Green #0BB93D
RGB
CMYK
RGB Variations
Color information
#0BB93D (or 0x0BB93D) is known color: Dark Pastel Green. HEX triplet: 0B, B9 and 3D. RGB value is (11,185,61). Sum of RGB (Red+Green+Blue) = 11+185+61=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 185 (72.66% from 255 or 71.98% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB93D is #F446C2. Grayscale: #777777. Windows color (decimal): -16008899 or 4045067. OLE color: 4045067.
HSL color Cylindrical-coordinate representation of color #0BB93D: hue angle of 137.24º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB93D is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 61 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.27 |
| HSL | 137.24º | 0.89% | 0.38% | - |
| HSV(B) | 137.24º | 0.94% | 0.73% | - |
| XYZ | 18.33 | 35.11 | 10.22 | - |
| YUV | 118.84 | 95.35 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 61 | 0.94 | 0 | 0.67 | 0.27 | 137.24 | 0.89 | 0.38 |
| Hex | B | B9 | 3D | 5E | 0 | 43 | 1B | 89 | 59 | 26 |
| Octal | 13 | 271 | 75 | 136 | 0 | 103 | 33 | 211 | 131 | 46 |
| Binary | 1011 | 10111001 | 111101 | 1011110 | 0 | 1000011 | 11011 | 10001001 | 1011001 | 100110 |
Color Harmonies of #0BB93D
Complementary color
Monochromatic Colors of #0BB93D
Black with #0BB93D
Text Example
Text Example
White with #0BB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB93D; }
p { color: rgb(11,185,61); }
H1.HeaderClassName
{
color: #0BB93D;
}
.AnyTagClassName
{
color: #0BB93D;
}
</style>
background-color css
<style>
a { background-color: #0BB93D; }
a { background-color: rgb(11,185,61); }
div.DivClassName
{
background-color: #0BB93D;
}
.BgClassName
{
background-color: #0BB93D;
}
</style>
border-color css
<style>
span { border-color: #0BB93D; }
span { border-color: rgb(11,185,61); }
td.TdClassName
{
border-color: #0BB93D;
}
.TagClassName
{
border-color: #0BB93D;
}
</style>