Shades of Dark Pastel Green #01C648
Tints of Dark Pastel Green #01C648
RGB
CMYK
RGB Variations
Color information
#01C648 (or 0x01C648) is known color: Dark Pastel Green. HEX triplet: 01, C6 and 48. RGB value is (1,198,72). Sum of RGB (Red+Green+Blue) = 1+198+72=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 198 (77.73% from 255 or 73.06% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 198 - color contains mainly: green. Hex color #01C648 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C648 is #FE39B7. Grayscale: #7D7D7D. Windows color (decimal): -16660920 or 4769281. OLE color: 4769281.
HSL color Cylindrical-coordinate representation of color #01C648: hue angle of 141.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C648 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 72 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.22 |
| HSL | 141.62º | 0.99% | 0.39% | - |
| HSV(B) | 141.62º | 0.99% | 0.78% | - |
| XYZ | 21.38 | 40.86 | 12.89 | - |
| YUV | 124.73 | 98.23 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 72 | 0.99 | 0 | 0.64 | 0.22 | 141.62 | 0.99 | 0.39 |
| Hex | 1 | C6 | 48 | 63 | 0 | 40 | 16 | 8E | 63 | 27 |
| Octal | 1 | 306 | 110 | 143 | 0 | 100 | 26 | 216 | 143 | 47 |
| Binary | 1 | 11000110 | 1001000 | 1100011 | 0 | 1000000 | 10110 | 10001110 | 1100011 | 100111 |
Color Harmonies of #01C648
Complementary color
Monochromatic Colors of #01C648
Black with #01C648
Text Example
Text Example
White with #01C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C648; }
p { color: rgb(1,198,72); }
H1.HeaderClassName
{
color: #01C648;
}
.AnyTagClassName
{
color: #01C648;
}
</style>
background-color css
<style>
a { background-color: #01C648; }
a { background-color: rgb(1,198,72); }
div.DivClassName
{
background-color: #01C648;
}
.BgClassName
{
background-color: #01C648;
}
</style>
border-color css
<style>
span { border-color: #01C648; }
span { border-color: rgb(1,198,72); }
td.TdClassName
{
border-color: #01C648;
}
.TagClassName
{
border-color: #01C648;
}
</style>