Shades of Dark Pastel Green #0BB93C
Tints of Dark Pastel Green #0BB93C
RGB
CMYK
RGB Variations
Color information
#0BB93C (or 0x0BB93C) is known color: Dark Pastel Green. HEX triplet: 0B, B9 and 3C. RGB value is (11,185,60). Sum of RGB (Red+Green+Blue) = 11+185+60=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 185 (72.66% from 255 or 72.27% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB93C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB93C is #F446C3. Grayscale: #777777. Windows color (decimal): -16008900 or 3979531. OLE color: 3979531.
HSL color Cylindrical-coordinate representation of color #0BB93C: hue angle of 136.9º 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 #0BB93C is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 60 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.27 |
| HSL | 136.9º | 0.89% | 0.38% | - |
| HSV(B) | 136.9º | 0.94% | 0.73% | - |
| XYZ | 18.3 | 35.1 | 10.08 | - |
| YUV | 118.72 | 94.85 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 60 | 0.94 | 0 | 0.68 | 0.27 | 136.9 | 0.89 | 0.38 |
| Hex | B | B9 | 3C | 5E | 0 | 44 | 1B | 89 | 59 | 26 |
| Octal | 13 | 271 | 74 | 136 | 0 | 104 | 33 | 211 | 131 | 46 |
| Binary | 1011 | 10111001 | 111100 | 1011110 | 0 | 1000100 | 11011 | 10001001 | 1011001 | 100110 |
Color Harmonies of #0BB93C
Complementary color
Monochromatic Colors of #0BB93C
Black with #0BB93C
Text Example
Text Example
White with #0BB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB93C; }
p { color: rgb(11,185,60); }
H1.HeaderClassName
{
color: #0BB93C;
}
.AnyTagClassName
{
color: #0BB93C;
}
</style>
background-color css
<style>
a { background-color: #0BB93C; }
a { background-color: rgb(11,185,60); }
div.DivClassName
{
background-color: #0BB93C;
}
.BgClassName
{
background-color: #0BB93C;
}
</style>
border-color css
<style>
span { border-color: #0BB93C; }
span { border-color: rgb(11,185,60); }
td.TdClassName
{
border-color: #0BB93C;
}
.TagClassName
{
border-color: #0BB93C;
}
</style>