Shades of Dark Pastel Green #01C350
Tints of Dark Pastel Green #01C350
RGB
CMYK
RGB Variations
Color information
#01C350 (or 0x01C350) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 50. RGB value is (1,195,80). Sum of RGB (Red+Green+Blue) = 1+195+80=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #01C350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C350 is #FE3CAF. Grayscale: #7C7C7C. Windows color (decimal): -16661680 or 5292801. OLE color: 5292801.
HSL color Cylindrical-coordinate representation of color #01C350: hue angle of 144.43º 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 #01C350 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 80 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.24 |
| HSL | 144.43º | 0.99% | 0.38% | - |
| HSV(B) | 144.43º | 0.99% | 0.76% | - |
| XYZ | 20.98 | 39.62 | 14.13 | - |
| YUV | 123.88 | 103.23 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 80 | 0.99 | 0 | 0.59 | 0.24 | 144.43 | 0.99 | 0.38 |
| Hex | 1 | C3 | 50 | 63 | 0 | 3B | 18 | 90 | 63 | 26 |
| Octal | 1 | 303 | 120 | 143 | 0 | 73 | 30 | 220 | 143 | 46 |
| Binary | 1 | 11000011 | 1010000 | 1100011 | 0 | 111011 | 11000 | 10010000 | 1100011 | 100110 |
Color Harmonies of #01C350
Complementary color
Monochromatic Colors of #01C350
Black with #01C350
Text Example
Text Example
White with #01C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C350; }
p { color: rgb(1,195,80); }
H1.HeaderClassName
{
color: #01C350;
}
.AnyTagClassName
{
color: #01C350;
}
</style>
background-color css
<style>
a { background-color: #01C350; }
a { background-color: rgb(1,195,80); }
div.DivClassName
{
background-color: #01C350;
}
.BgClassName
{
background-color: #01C350;
}
</style>
border-color css
<style>
span { border-color: #01C350; }
span { border-color: rgb(1,195,80); }
td.TdClassName
{
border-color: #01C350;
}
.TagClassName
{
border-color: #01C350;
}
</style>