Shades of Dark Pastel Green #06BC1D
Tints of Dark Pastel Green #06BC1D
RGB
CMYK
RGB Variations
Color information
#06BC1D (or 0x06BC1D) is known color: Dark Pastel Green. HEX triplet: 06, BC and 1D. RGB value is (6,188,29). Sum of RGB (Red+Green+Blue) = 6+188+29=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 188 (73.83% from 255 or 84.30% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BC1D is #F943E2. Grayscale: #737373. Windows color (decimal): -16335843 or 1948678. OLE color: 1948678.
HSL color Cylindrical-coordinate representation of color #06BC1D: hue angle of 127.58º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC1D is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 29 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.26 |
| HSL | 127.58º | 0.94% | 0.38% | - |
| HSV(B) | 127.58º | 0.97% | 0.74% | - |
| XYZ | 18.28 | 36.09 | 7.17 | - |
| YUV | 115.46 | 79.2 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 29 | 0.97 | 0 | 0.85 | 0.26 | 127.58 | 0.94 | 0.38 |
| Hex | 6 | BC | 1D | 61 | 0 | 55 | 1A | 80 | 5E | 26 |
| Octal | 6 | 274 | 35 | 141 | 0 | 125 | 32 | 200 | 136 | 46 |
| Binary | 110 | 10111100 | 11101 | 1100001 | 0 | 1010101 | 11010 | 10000000 | 1011110 | 100110 |
Color Harmonies of #06BC1D
Complementary color
Monochromatic Colors of #06BC1D
Black with #06BC1D
Text Example
Text Example
White with #06BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC1D; }
p { color: rgb(6,188,29); }
H1.HeaderClassName
{
color: #06BC1D;
}
.AnyTagClassName
{
color: #06BC1D;
}
</style>
background-color css
<style>
a { background-color: #06BC1D; }
a { background-color: rgb(6,188,29); }
div.DivClassName
{
background-color: #06BC1D;
}
.BgClassName
{
background-color: #06BC1D;
}
</style>
border-color css
<style>
span { border-color: #06BC1D; }
span { border-color: rgb(6,188,29); }
td.TdClassName
{
border-color: #06BC1D;
}
.TagClassName
{
border-color: #06BC1D;
}
</style>