Shades of Dark Pastel Green #00C246
Tints of Dark Pastel Green #00C246
RGB
CMYK
RGB Variations
Color information
#00C246 (or 0x00C246) is known color: Dark Pastel Green. HEX triplet: 00, C2 and 46. RGB value is (0,194,70). Sum of RGB (Red+Green+Blue) = 0+194+70=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #00C246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C246 is #FF3DB9. Grayscale: #7A7A7A. Windows color (decimal): -16727482 or 4637184. OLE color: 4637184.
HSL color Cylindrical-coordinate representation of color #00C246: hue angle of 141.65º 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 #00C246 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 70 | - |
| CMYK | 1 | 0 | 0.64 | 0.24 |
| HSL | 141.65º | 1% | 0.38% | - |
| HSV(B) | 141.65º | 1% | 0.76% | - |
| XYZ | 20.4 | 39.03 | 12.25 | - |
| YUV | 121.86 | 98.73 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 70 | 1 | 0 | 0.64 | 0.24 | 141.65 | 1 | 0.38 |
| Hex | 0 | C2 | 46 | 64 | 0 | 40 | 18 | 8E | 64 | 26 |
| Octal | 0 | 302 | 106 | 144 | 0 | 100 | 30 | 216 | 144 | 46 |
| Binary | 0 | 11000010 | 1000110 | 1100100 | 0 | 1000000 | 11000 | 10001110 | 1100100 | 100110 |
Color Harmonies of #00C246
Complementary color
Monochromatic Colors of #00C246
Black with #00C246
Text Example
Text Example
White with #00C246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C246; }
p { color: rgb(0,194,70); }
H1.HeaderClassName
{
color: #00C246;
}
.AnyTagClassName
{
color: #00C246;
}
</style>
background-color css
<style>
a { background-color: #00C246; }
a { background-color: rgb(0,194,70); }
div.DivClassName
{
background-color: #00C246;
}
.BgClassName
{
background-color: #00C246;
}
</style>
border-color css
<style>
span { border-color: #00C246; }
span { border-color: rgb(0,194,70); }
td.TdClassName
{
border-color: #00C246;
}
.TagClassName
{
border-color: #00C246;
}
</style>