Shades of Dark Pastel Green #0BC21F
Tints of Dark Pastel Green #0BC21F
RGB
CMYK
RGB Variations
Color information
#0BC21F (or 0x0BC21F) is known color: Dark Pastel Green. HEX triplet: 0B, C2 and 1F. RGB value is (11,194,31). Sum of RGB (Red+Green+Blue) = 11+194+31=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 194 (76.17% from 255 or 82.20% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC21F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC21F is #F43DE0. Grayscale: #797979. Windows color (decimal): -16006625 or 2081291. OLE color: 2081291.
HSL color Cylindrical-coordinate representation of color #0BC21F: hue angle of 126.56º 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 #0BC21F is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 31 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.24 |
| HSL | 126.56º | 0.89% | 0.4% | - |
| HSV(B) | 126.56º | 0.94% | 0.76% | - |
| XYZ | 19.68 | 38.75 | 7.74 | - |
| YUV | 120.7 | 77.37 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 31 | 0.94 | 0 | 0.84 | 0.24 | 126.56 | 0.89 | 0.4 |
| Hex | B | C2 | 1F | 5E | 0 | 54 | 18 | 7F | 59 | 28 |
| Octal | 13 | 302 | 37 | 136 | 0 | 124 | 30 | 177 | 131 | 50 |
| Binary | 1011 | 11000010 | 11111 | 1011110 | 0 | 1010100 | 11000 | 1111111 | 1011001 | 101000 |
Color Harmonies of #0BC21F
Complementary color
Monochromatic Colors of #0BC21F
Black with #0BC21F
Text Example
Text Example
White with #0BC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC21F; }
p { color: rgb(11,194,31); }
H1.HeaderClassName
{
color: #0BC21F;
}
.AnyTagClassName
{
color: #0BC21F;
}
</style>
background-color css
<style>
a { background-color: #0BC21F; }
a { background-color: rgb(11,194,31); }
div.DivClassName
{
background-color: #0BC21F;
}
.BgClassName
{
background-color: #0BC21F;
}
</style>
border-color css
<style>
span { border-color: #0BC21F; }
span { border-color: rgb(11,194,31); }
td.TdClassName
{
border-color: #0BC21F;
}
.TagClassName
{
border-color: #0BC21F;
}
</style>