Shades of Dark Pastel Green #0BD12E
Tints of Dark Pastel Green #0BD12E
RGB
CMYK
RGB Variations
Color information
#0BD12E (or 0x0BD12E) is known color: Dark Pastel Green. HEX triplet: 0B, D1 and 2E. RGB value is (11,209,46). Sum of RGB (Red+Green+Blue) = 11+209+46=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 209 (82.03% from 255 or 78.57% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD12E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD12E is #F42ED1. Grayscale: #838383. Windows color (decimal): -16002770 or 3068171. OLE color: 3068171.
HSL color Cylindrical-coordinate representation of color #0BD12E: hue angle of 130.61º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD12E is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 209 | 46 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.18 |
| HSL | 130.61º | 0.9% | 0.43% | - |
| HSV(B) | 130.61º | 0.95% | 0.82% | - |
| XYZ | 23.43 | 45.87 | 10.2 | - |
| YUV | 131.22 | 79.9 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 46 | 0.95 | 0 | 0.78 | 0.18 | 130.61 | 0.9 | 0.43 |
| Hex | B | D1 | 2E | 5F | 0 | 4E | 12 | 83 | 5A | 2B |
| Octal | 13 | 321 | 56 | 137 | 0 | 116 | 22 | 203 | 132 | 53 |
| Binary | 1011 | 11010001 | 101110 | 1011111 | 0 | 1001110 | 10010 | 10000011 | 1011010 | 101011 |
Color Harmonies of #0BD12E
Complementary color
Monochromatic Colors of #0BD12E
Black with #0BD12E
Text Example
Text Example
White with #0BD12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD12E; }
p { color: rgb(11,209,46); }
H1.HeaderClassName
{
color: #0BD12E;
}
.AnyTagClassName
{
color: #0BD12E;
}
</style>
background-color css
<style>
a { background-color: #0BD12E; }
a { background-color: rgb(11,209,46); }
div.DivClassName
{
background-color: #0BD12E;
}
.BgClassName
{
background-color: #0BD12E;
}
</style>
border-color css
<style>
span { border-color: #0BD12E; }
span { border-color: rgb(11,209,46); }
td.TdClassName
{
border-color: #0BD12E;
}
.TagClassName
{
border-color: #0BD12E;
}
</style>