Shades of Dark Pastel Green #01C353
Tints of Dark Pastel Green #01C353
RGB
CMYK
RGB Variations
Color information
#01C353 (or 0x01C353) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 53. RGB value is (1,195,83). Sum of RGB (Red+Green+Blue) = 1+195+83=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #01C353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C353 is #FE3CAC. Grayscale: #7C7C7C. Windows color (decimal): -16661677 or 5489409. OLE color: 5489409.
HSL color Cylindrical-coordinate representation of color #01C353: hue angle of 145.36º 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 #01C353 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 83 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.24 |
| HSL | 145.36º | 0.99% | 0.38% | - |
| HSV(B) | 145.36º | 0.99% | 0.76% | - |
| XYZ | 21.09 | 39.66 | 14.73 | - |
| YUV | 124.23 | 104.73 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 83 | 0.99 | 0 | 0.57 | 0.24 | 145.36 | 0.99 | 0.38 |
| Hex | 1 | C3 | 53 | 63 | 0 | 39 | 18 | 91 | 63 | 26 |
| Octal | 1 | 303 | 123 | 143 | 0 | 71 | 30 | 221 | 143 | 46 |
| Binary | 1 | 11000011 | 1010011 | 1100011 | 0 | 111001 | 11000 | 10010001 | 1100011 | 100110 |
Color Harmonies of #01C353
Complementary color
Monochromatic Colors of #01C353
Black with #01C353
Text Example
Text Example
White with #01C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C353; }
p { color: rgb(1,195,83); }
H1.HeaderClassName
{
color: #01C353;
}
.AnyTagClassName
{
color: #01C353;
}
</style>
background-color css
<style>
a { background-color: #01C353; }
a { background-color: rgb(1,195,83); }
div.DivClassName
{
background-color: #01C353;
}
.BgClassName
{
background-color: #01C353;
}
</style>
border-color css
<style>
span { border-color: #01C353; }
span { border-color: rgb(1,195,83); }
td.TdClassName
{
border-color: #01C353;
}
.TagClassName
{
border-color: #01C353;
}
</style>