Shades of Dark Pastel Green #01C547
Tints of Dark Pastel Green #01C547
RGB
CMYK
RGB Variations
Color information
#01C547 (or 0x01C547) is known color: Dark Pastel Green. HEX triplet: 01, C5 and 47. RGB value is (1,197,71). Sum of RGB (Red+Green+Blue) = 1+197+71=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #01C547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C547 is #FE3AB8. Grayscale: #7C7C7C. Windows color (decimal): -16661177 or 4703489. OLE color: 4703489.
HSL color Cylindrical-coordinate representation of color #01C547: hue angle of 141.43º 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 #01C547 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 71 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.23 |
| HSL | 141.43º | 0.99% | 0.39% | - |
| HSV(B) | 141.43º | 0.99% | 0.77% | - |
| XYZ | 21.12 | 40.39 | 12.65 | - |
| YUV | 124.03 | 98.07 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 71 | 0.99 | 0 | 0.64 | 0.23 | 141.43 | 0.99 | 0.39 |
| Hex | 1 | C5 | 47 | 63 | 0 | 40 | 17 | 8D | 63 | 27 |
| Octal | 1 | 305 | 107 | 143 | 0 | 100 | 27 | 215 | 143 | 47 |
| Binary | 1 | 11000101 | 1000111 | 1100011 | 0 | 1000000 | 10111 | 10001101 | 1100011 | 100111 |
Color Harmonies of #01C547
Complementary color
Monochromatic Colors of #01C547
Black with #01C547
Text Example
Text Example
White with #01C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C547; }
p { color: rgb(1,197,71); }
H1.HeaderClassName
{
color: #01C547;
}
.AnyTagClassName
{
color: #01C547;
}
</style>
background-color css
<style>
a { background-color: #01C547; }
a { background-color: rgb(1,197,71); }
div.DivClassName
{
background-color: #01C547;
}
.BgClassName
{
background-color: #01C547;
}
</style>
border-color css
<style>
span { border-color: #01C547; }
span { border-color: rgb(1,197,71); }
td.TdClassName
{
border-color: #01C547;
}
.TagClassName
{
border-color: #01C547;
}
</style>