Shades of Dark Pastel Green #01C445
Tints of Dark Pastel Green #01C445
RGB
CMYK
RGB Variations
Color information
#01C445 (or 0x01C445) is known color: Dark Pastel Green. HEX triplet: 01, C4 and 45. RGB value is (1,196,69). Sum of RGB (Red+Green+Blue) = 1+196+69=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #01C445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C445 is #FE3BBA. Grayscale: #7B7B7B. Windows color (decimal): -16661435 or 4572161. OLE color: 4572161.
HSL color Cylindrical-coordinate representation of color #01C445: hue angle of 140.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C445 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 69 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.23 |
| HSL | 140.92º | 0.99% | 0.39% | - |
| HSV(B) | 140.92º | 0.99% | 0.77% | - |
| XYZ | 20.83 | 39.92 | 12.24 | - |
| YUV | 123.22 | 97.4 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 69 | 0.99 | 0 | 0.65 | 0.23 | 140.92 | 0.99 | 0.39 |
| Hex | 1 | C4 | 45 | 63 | 0 | 41 | 17 | 8D | 63 | 27 |
| Octal | 1 | 304 | 105 | 143 | 0 | 101 | 27 | 215 | 143 | 47 |
| Binary | 1 | 11000100 | 1000101 | 1100011 | 0 | 1000001 | 10111 | 10001101 | 1100011 | 100111 |
Color Harmonies of #01C445
Complementary color
Monochromatic Colors of #01C445
Black with #01C445
Text Example
Text Example
White with #01C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C445; }
p { color: rgb(1,196,69); }
H1.HeaderClassName
{
color: #01C445;
}
.AnyTagClassName
{
color: #01C445;
}
</style>
background-color css
<style>
a { background-color: #01C445; }
a { background-color: rgb(1,196,69); }
div.DivClassName
{
background-color: #01C445;
}
.BgClassName
{
background-color: #01C445;
}
</style>
border-color css
<style>
span { border-color: #01C445; }
span { border-color: rgb(1,196,69); }
td.TdClassName
{
border-color: #01C445;
}
.TagClassName
{
border-color: #01C445;
}
</style>