Shades of Dark Pastel Green #01C145
Tints of Dark Pastel Green #01C145
RGB
CMYK
RGB Variations
Color information
#01C145 (or 0x01C145) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 45. RGB value is (1,193,69). Sum of RGB (Red+Green+Blue) = 1+193+69=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #01C145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C145 is #FE3EBA. Grayscale: #797979. Windows color (decimal): -16662203 or 4571393. OLE color: 4571393.
HSL color Cylindrical-coordinate representation of color #01C145: hue angle of 141.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C145 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 69 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.24 |
| HSL | 141.25º | 0.99% | 0.38% | - |
| HSV(B) | 141.25º | 0.99% | 0.76% | - |
| XYZ | 20.16 | 38.58 | 12.01 | - |
| YUV | 121.46 | 98.39 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 69 | 0.99 | 0 | 0.64 | 0.24 | 141.25 | 0.99 | 0.38 |
| Hex | 1 | C1 | 45 | 63 | 0 | 40 | 18 | 8D | 63 | 26 |
| Octal | 1 | 301 | 105 | 143 | 0 | 100 | 30 | 215 | 143 | 46 |
| Binary | 1 | 11000001 | 1000101 | 1100011 | 0 | 1000000 | 11000 | 10001101 | 1100011 | 100110 |
Color Harmonies of #01C145
Complementary color
Monochromatic Colors of #01C145
Black with #01C145
Text Example
Text Example
White with #01C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C145; }
p { color: rgb(1,193,69); }
H1.HeaderClassName
{
color: #01C145;
}
.AnyTagClassName
{
color: #01C145;
}
</style>
background-color css
<style>
a { background-color: #01C145; }
a { background-color: rgb(1,193,69); }
div.DivClassName
{
background-color: #01C145;
}
.BgClassName
{
background-color: #01C145;
}
</style>
border-color css
<style>
span { border-color: #01C145; }
span { border-color: rgb(1,193,69); }
td.TdClassName
{
border-color: #01C145;
}
.TagClassName
{
border-color: #01C145;
}
</style>