Shades of Dark Pastel Green #0BBC4C
Tints of Dark Pastel Green #0BBC4C
RGB
CMYK
RGB Variations
Color information
#0BBC4C (or 0x0BBC4C) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 4C. RGB value is (11,188,76). Sum of RGB (Red+Green+Blue) = 11+188+76=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBC4C is #F443B3. Grayscale: #7A7A7A. Windows color (decimal): -16008116 or 5028875. OLE color: 5028875.
HSL color Cylindrical-coordinate representation of color #0BBC4C: hue angle of 142.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC4C is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 76 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.26 |
| HSL | 142.03º | 0.89% | 0.39% | - |
| HSV(B) | 142.03º | 0.94% | 0.74% | - |
| XYZ | 19.43 | 36.56 | 12.87 | - |
| YUV | 122.31 | 101.86 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 76 | 0.94 | 0 | 0.60 | 0.26 | 142.03 | 0.89 | 0.39 |
| Hex | B | BC | 4C | 5E | 0 | 3C | 1A | 8E | 59 | 27 |
| Octal | 13 | 274 | 114 | 136 | 0 | 74 | 32 | 216 | 131 | 47 |
| Binary | 1011 | 10111100 | 1001100 | 1011110 | 0 | 111100 | 11010 | 10001110 | 1011001 | 100111 |
Color Harmonies of #0BBC4C
Complementary color
Monochromatic Colors of #0BBC4C
Black with #0BBC4C
Text Example
Text Example
White with #0BBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC4C; }
p { color: rgb(11,188,76); }
H1.HeaderClassName
{
color: #0BBC4C;
}
.AnyTagClassName
{
color: #0BBC4C;
}
</style>
background-color css
<style>
a { background-color: #0BBC4C; }
a { background-color: rgb(11,188,76); }
div.DivClassName
{
background-color: #0BBC4C;
}
.BgClassName
{
background-color: #0BBC4C;
}
</style>
border-color css
<style>
span { border-color: #0BBC4C; }
span { border-color: rgb(11,188,76); }
td.TdClassName
{
border-color: #0BBC4C;
}
.TagClassName
{
border-color: #0BBC4C;
}
</style>