Shades of Dark Pastel Green #01C847
Tints of Dark Pastel Green #01C847
RGB
CMYK
RGB Variations
Color information
#01C847 (or 0x01C847) is known color: Dark Pastel Green. HEX triplet: 01, C8 and 47. RGB value is (1,200,71). Sum of RGB (Red+Green+Blue) = 1+200+71=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 200 (78.52% from 255 or 73.53% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 200 - color contains mainly: green. Hex color #01C847 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C847 is #FE37B8. Grayscale: #7E7E7E. Windows color (decimal): -16660409 or 4704257. OLE color: 4704257.
HSL color Cylindrical-coordinate representation of color #01C847: hue angle of 141.11º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C847 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 200 | 71 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.22 |
| HSL | 141.11º | 0.99% | 0.39% | - |
| HSV(B) | 141.11º | 1% | 0.78% | - |
| XYZ | 21.8 | 41.77 | 12.87 | - |
| YUV | 125.79 | 97.07 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 71 | 1.00 | 0 | 0.64 | 0.22 | 141.11 | 0.99 | 0.39 |
| Hex | 1 | C8 | 47 | 64 | 0 | 40 | 16 | 8D | 63 | 27 |
| Octal | 1 | 310 | 107 | 144 | 0 | 100 | 26 | 215 | 143 | 47 |
| Binary | 1 | 11001000 | 1000111 | 1100100 | 0 | 1000000 | 10110 | 10001101 | 1100011 | 100111 |
Color Harmonies of #01C847
Complementary color
Monochromatic Colors of #01C847
Black with #01C847
Text Example
Text Example
White with #01C847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C847; }
p { color: rgb(1,200,71); }
H1.HeaderClassName
{
color: #01C847;
}
.AnyTagClassName
{
color: #01C847;
}
</style>
background-color css
<style>
a { background-color: #01C847; }
a { background-color: rgb(1,200,71); }
div.DivClassName
{
background-color: #01C847;
}
.BgClassName
{
background-color: #01C847;
}
</style>
border-color css
<style>
span { border-color: #01C847; }
span { border-color: rgb(1,200,71); }
td.TdClassName
{
border-color: #01C847;
}
.TagClassName
{
border-color: #01C847;
}
</style>