Shades of Dark Pastel Green #01C215
Tints of Dark Pastel Green #01C215
RGB
CMYK
RGB Variations
Color information
#01C215 (or 0x01C215) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 15. RGB value is (1,194,21). Sum of RGB (Red+Green+Blue) = 1+194+21=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 194 (76.17% from 255 or 89.81% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 194 - color contains mainly: green. Hex color #01C215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C215 is #FE3DEA. Grayscale: #757575. Windows color (decimal): -16661995 or 1425921. OLE color: 1425921.
HSL color Cylindrical-coordinate representation of color #01C215: hue angle of 126.22º 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 #01C215 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 21 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.24 |
| HSL | 126.22º | 0.99% | 0.38% | - |
| HSV(B) | 126.22º | 0.99% | 0.76% | - |
| XYZ | 19.44 | 38.64 | 7.14 | - |
| YUV | 116.57 | 74.06 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 21 | 0.99 | 0 | 0.89 | 0.24 | 126.22 | 0.99 | 0.38 |
| Hex | 1 | C2 | 15 | 63 | 0 | 59 | 18 | 7E | 63 | 26 |
| Octal | 1 | 302 | 25 | 143 | 0 | 131 | 30 | 176 | 143 | 46 |
| Binary | 1 | 11000010 | 10101 | 1100011 | 0 | 1011001 | 11000 | 1111110 | 1100011 | 100110 |
Color Harmonies of #01C215
Complementary color
Monochromatic Colors of #01C215
Black with #01C215
Text Example
Text Example
White with #01C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C215; }
p { color: rgb(1,194,21); }
H1.HeaderClassName
{
color: #01C215;
}
.AnyTagClassName
{
color: #01C215;
}
</style>
background-color css
<style>
a { background-color: #01C215; }
a { background-color: rgb(1,194,21); }
div.DivClassName
{
background-color: #01C215;
}
.BgClassName
{
background-color: #01C215;
}
</style>
border-color css
<style>
span { border-color: #01C215; }
span { border-color: rgb(1,194,21); }
td.TdClassName
{
border-color: #01C215;
}
.TagClassName
{
border-color: #01C215;
}
</style>