Shades of Dark Pastel Green #0BC152
Tints of Dark Pastel Green #0BC152
RGB
CMYK
RGB Variations
Color information
#0BC152 (or 0x0BC152) is known color: Dark Pastel Green. HEX triplet: 0B, C1 and 52. RGB value is (11,193,82). Sum of RGB (Red+Green+Blue) = 11+193+82=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC152 is #F43EAD. Grayscale: #7E7E7E. Windows color (decimal): -16006830 or 5423371. OLE color: 5423371.
HSL color Cylindrical-coordinate representation of color #0BC152: hue angle of 143.41º 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 #0BC152 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 193 | 82 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.24 |
| HSL | 143.41º | 0.89% | 0.4% | - |
| HSV(B) | 143.41º | 0.94% | 0.76% | - |
| XYZ | 20.73 | 38.82 | 14.38 | - |
| YUV | 125.93 | 103.2 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 82 | 0.94 | 0 | 0.58 | 0.24 | 143.41 | 0.89 | 0.4 |
| Hex | B | C1 | 52 | 5E | 0 | 3A | 18 | 8F | 59 | 28 |
| Octal | 13 | 301 | 122 | 136 | 0 | 72 | 30 | 217 | 131 | 50 |
| Binary | 1011 | 11000001 | 1010010 | 1011110 | 0 | 111010 | 11000 | 10001111 | 1011001 | 101000 |
Color Harmonies of #0BC152
Complementary color
Monochromatic Colors of #0BC152
Black with #0BC152
Text Example
Text Example
White with #0BC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC152; }
p { color: rgb(11,193,82); }
H1.HeaderClassName
{
color: #0BC152;
}
.AnyTagClassName
{
color: #0BC152;
}
</style>
background-color css
<style>
a { background-color: #0BC152; }
a { background-color: rgb(11,193,82); }
div.DivClassName
{
background-color: #0BC152;
}
.BgClassName
{
background-color: #0BC152;
}
</style>
border-color css
<style>
span { border-color: #0BC152; }
span { border-color: rgb(11,193,82); }
td.TdClassName
{
border-color: #0BC152;
}
.TagClassName
{
border-color: #0BC152;
}
</style>