Shades of Dark Pastel Green #06BC1C
Tints of Dark Pastel Green #06BC1C
RGB
CMYK
RGB Variations
Color information
#06BC1C (or 0x06BC1C) is known color: Dark Pastel Green. HEX triplet: 06, BC and 1C. RGB value is (6,188,28). Sum of RGB (Red+Green+Blue) = 6+188+28=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BC1C is #F943E3. Grayscale: #737373. Windows color (decimal): -16335844 or 1883142. OLE color: 1883142.
HSL color Cylindrical-coordinate representation of color #06BC1C: hue angle of 127.25º 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 #06BC1C is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 28 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.26 |
| HSL | 127.25º | 0.94% | 0.38% | - |
| HSV(B) | 127.25º | 0.97% | 0.74% | - |
| XYZ | 18.27 | 36.09 | 7.1 | - |
| YUV | 115.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 28 | 0.97 | 0 | 0.85 | 0.26 | 127.25 | 0.94 | 0.38 |
| Hex | 6 | BC | 1C | 61 | 0 | 55 | 1A | 7F | 5E | 26 |
| Octal | 6 | 274 | 34 | 141 | 0 | 125 | 32 | 177 | 136 | 46 |
| Binary | 110 | 10111100 | 11100 | 1100001 | 0 | 1010101 | 11010 | 1111111 | 1011110 | 100110 |
Color Harmonies of #06BC1C
Complementary color
Monochromatic Colors of #06BC1C
Black with #06BC1C
Text Example
Text Example
White with #06BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC1C; }
p { color: rgb(6,188,28); }
H1.HeaderClassName
{
color: #06BC1C;
}
.AnyTagClassName
{
color: #06BC1C;
}
</style>
background-color css
<style>
a { background-color: #06BC1C; }
a { background-color: rgb(6,188,28); }
div.DivClassName
{
background-color: #06BC1C;
}
.BgClassName
{
background-color: #06BC1C;
}
</style>
border-color css
<style>
span { border-color: #06BC1C; }
span { border-color: rgb(6,188,28); }
td.TdClassName
{
border-color: #06BC1C;
}
.TagClassName
{
border-color: #06BC1C;
}
</style>