Shades of Dark Pastel Green #0BC420
Tints of Dark Pastel Green #0BC420
RGB
CMYK
RGB Variations
Color information
#0BC420 (or 0x0BC420) is known color: Dark Pastel Green. HEX triplet: 0B, C4 and 20. RGB value is (11,196,32). Sum of RGB (Red+Green+Blue) = 11+196+32=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 196 (76.95% from 255 or 82.01% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC420 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC420 is #F43BDF. Grayscale: #7A7A7A. Windows color (decimal): -16006112 or 2147339. OLE color: 2147339.
HSL color Cylindrical-coordinate representation of color #0BC420: hue angle of 126.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC420 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 196 | 32 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.23 |
| HSL | 126.81º | 0.89% | 0.41% | - |
| HSV(B) | 126.81º | 0.94% | 0.77% | - |
| XYZ | 20.14 | 39.66 | 7.96 | - |
| YUV | 121.99 | 77.21 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 32 | 0.94 | 0 | 0.84 | 0.23 | 126.81 | 0.89 | 0.41 |
| Hex | B | C4 | 20 | 5E | 0 | 54 | 17 | 7F | 59 | 29 |
| Octal | 13 | 304 | 40 | 136 | 0 | 124 | 27 | 177 | 131 | 51 |
| Binary | 1011 | 11000100 | 100000 | 1011110 | 0 | 1010100 | 10111 | 1111111 | 1011001 | 101001 |
Color Harmonies of #0BC420
Complementary color
Monochromatic Colors of #0BC420
Black with #0BC420
Text Example
Text Example
White with #0BC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC420; }
p { color: rgb(11,196,32); }
H1.HeaderClassName
{
color: #0BC420;
}
.AnyTagClassName
{
color: #0BC420;
}
</style>
background-color css
<style>
a { background-color: #0BC420; }
a { background-color: rgb(11,196,32); }
div.DivClassName
{
background-color: #0BC420;
}
.BgClassName
{
background-color: #0BC420;
}
</style>
border-color css
<style>
span { border-color: #0BC420; }
span { border-color: rgb(11,196,32); }
td.TdClassName
{
border-color: #0BC420;
}
.TagClassName
{
border-color: #0BC420;
}
</style>