Shades of Dark Pastel Green #01C314
Tints of Dark Pastel Green #01C314
RGB
CMYK
RGB Variations
Color information
#01C314 (or 0x01C314) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 14. RGB value is (1,195,20). Sum of RGB (Red+Green+Blue) = 1+195+20=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 195 (76.56% from 255 or 90.28% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 195 - color contains mainly: green. Hex color #01C314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C314 is #FE3CEB. Grayscale: #757575. Windows color (decimal): -16661740 or 1360641. OLE color: 1360641.
HSL color Cylindrical-coordinate representation of color #01C314: hue angle of 125.88º 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 #01C314 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 20 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.24 |
| HSL | 125.88º | 0.99% | 0.38% | - |
| HSV(B) | 125.88º | 0.99% | 0.76% | - |
| XYZ | 19.65 | 39.09 | 7.17 | - |
| YUV | 117.04 | 73.23 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 20 | 0.99 | 0 | 0.90 | 0.24 | 125.88 | 0.99 | 0.38 |
| Hex | 1 | C3 | 14 | 63 | 0 | 5A | 18 | 7E | 63 | 26 |
| Octal | 1 | 303 | 24 | 143 | 0 | 132 | 30 | 176 | 143 | 46 |
| Binary | 1 | 11000011 | 10100 | 1100011 | 0 | 1011010 | 11000 | 1111110 | 1100011 | 100110 |
Color Harmonies of #01C314
Complementary color
Monochromatic Colors of #01C314
Black with #01C314
Text Example
Text Example
White with #01C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C314; }
p { color: rgb(1,195,20); }
H1.HeaderClassName
{
color: #01C314;
}
.AnyTagClassName
{
color: #01C314;
}
</style>
background-color css
<style>
a { background-color: #01C314; }
a { background-color: rgb(1,195,20); }
div.DivClassName
{
background-color: #01C314;
}
.BgClassName
{
background-color: #01C314;
}
</style>
border-color css
<style>
span { border-color: #01C314; }
span { border-color: rgb(1,195,20); }
td.TdClassName
{
border-color: #01C314;
}
.TagClassName
{
border-color: #01C314;
}
</style>