Shades of Dark Pastel Green #00C146
Tints of Dark Pastel Green #00C146
RGB
CMYK
RGB Variations
Color information
#00C146 (or 0x00C146) is known color: Dark Pastel Green. HEX triplet: 00, C1 and 46. RGB value is (0,193,70). Sum of RGB (Red+Green+Blue) = 0+193+70=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #00C146 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C146 is #FF3EB9. Grayscale: #797979. Windows color (decimal): -16727738 or 4636928. OLE color: 4636928.
HSL color Cylindrical-coordinate representation of color #00C146: hue angle of 141.76º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C146 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 193 | 70 | - |
| CMYK | 1 | 0 | 0.64 | 0.24 |
| HSL | 141.76º | 1% | 0.38% | - |
| HSV(B) | 141.76º | 1% | 0.76% | - |
| XYZ | 20.18 | 38.58 | 12.18 | - |
| YUV | 121.27 | 99.06 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 70 | 1 | 0 | 0.64 | 0.24 | 141.76 | 1 | 0.38 |
| Hex | 0 | C1 | 46 | 64 | 0 | 40 | 18 | 8E | 64 | 26 |
| Octal | 0 | 301 | 106 | 144 | 0 | 100 | 30 | 216 | 144 | 46 |
| Binary | 0 | 11000001 | 1000110 | 1100100 | 0 | 1000000 | 11000 | 10001110 | 1100100 | 100110 |
Color Harmonies of #00C146
Complementary color
Monochromatic Colors of #00C146
Black with #00C146
Text Example
Text Example
White with #00C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C146; }
p { color: rgb(0,193,70); }
H1.HeaderClassName
{
color: #00C146;
}
.AnyTagClassName
{
color: #00C146;
}
</style>
background-color css
<style>
a { background-color: #00C146; }
a { background-color: rgb(0,193,70); }
div.DivClassName
{
background-color: #00C146;
}
.BgClassName
{
background-color: #00C146;
}
</style>
border-color css
<style>
span { border-color: #00C146; }
span { border-color: rgb(0,193,70); }
td.TdClassName
{
border-color: #00C146;
}
.TagClassName
{
border-color: #00C146;
}
</style>