Shades of Dark Pastel Green #0BC236
Tints of Dark Pastel Green #0BC236
RGB
CMYK
RGB Variations
Color information
#0BC236 (or 0x0BC236) is known color: Dark Pastel Green. HEX triplet: 0B, C2 and 36. RGB value is (11,194,54). Sum of RGB (Red+Green+Blue) = 11+194+54=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 194 (76.17% from 255 or 74.90% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC236 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC236 is #F43DC9. Grayscale: #7B7B7B. Windows color (decimal): -16006602 or 3588619. OLE color: 3588619.
HSL color Cylindrical-coordinate representation of color #0BC236: hue angle of 134.1º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC236 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 54 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.24 |
| HSL | 134.1º | 0.89% | 0.4% | - |
| HSV(B) | 134.1º | 0.94% | 0.76% | - |
| XYZ | 20.1 | 38.92 | 9.94 | - |
| YUV | 123.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 54 | 0.94 | 0 | 0.72 | 0.24 | 134.1 | 0.89 | 0.4 |
| Hex | B | C2 | 36 | 5E | 0 | 48 | 18 | 86 | 59 | 28 |
| Octal | 13 | 302 | 66 | 136 | 0 | 110 | 30 | 206 | 131 | 50 |
| Binary | 1011 | 11000010 | 110110 | 1011110 | 0 | 1001000 | 11000 | 10000110 | 1011001 | 101000 |
Color Harmonies of #0BC236
Complementary color
Monochromatic Colors of #0BC236
Black with #0BC236
Text Example
Text Example
White with #0BC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC236; }
p { color: rgb(11,194,54); }
H1.HeaderClassName
{
color: #0BC236;
}
.AnyTagClassName
{
color: #0BC236;
}
</style>
background-color css
<style>
a { background-color: #0BC236; }
a { background-color: rgb(11,194,54); }
div.DivClassName
{
background-color: #0BC236;
}
.BgClassName
{
background-color: #0BC236;
}
</style>
border-color css
<style>
span { border-color: #0BC236; }
span { border-color: rgb(11,194,54); }
td.TdClassName
{
border-color: #0BC236;
}
.TagClassName
{
border-color: #0BC236;
}
</style>