Shades of Dark Pastel Green #00C215
Tints of Dark Pastel Green #00C215
RGB
CMYK
RGB Variations
Color information
#00C215 (or 0x00C215) is known color: Dark Pastel Green. HEX triplet: 00, C2 and 15. RGB value is (0,194,21). Sum of RGB (Red+Green+Blue) = 0+194+21=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 194 (76.17% from 255 or 90.23% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 194 - color contains mainly: green. Hex color #00C215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C215 is #FF3DEA. Grayscale: #747474. Windows color (decimal): -16727531 or 1425920. OLE color: 1425920.
HSL color Cylindrical-coordinate representation of color #00C215: hue angle of 126.49º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C215 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 21 | - |
| CMYK | 1 | 0 | 0.89 | 0.24 |
| HSL | 126.49º | 1% | 0.38% | - |
| HSV(B) | 126.49º | 1% | 0.76% | - |
| XYZ | 19.43 | 38.64 | 7.14 | - |
| YUV | 116.27 | 74.23 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 21 | 1 | 0 | 0.89 | 0.24 | 126.49 | 1 | 0.38 |
| Hex | 0 | C2 | 15 | 64 | 0 | 59 | 18 | 7E | 64 | 26 |
| Octal | 0 | 302 | 25 | 144 | 0 | 131 | 30 | 176 | 144 | 46 |
| Binary | 0 | 11000010 | 10101 | 1100100 | 0 | 1011001 | 11000 | 1111110 | 1100100 | 100110 |
Color Harmonies of #00C215
Complementary color
Monochromatic Colors of #00C215
Black with #00C215
Text Example
Text Example
White with #00C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C215; }
p { color: rgb(0,194,21); }
H1.HeaderClassName
{
color: #00C215;
}
.AnyTagClassName
{
color: #00C215;
}
</style>
background-color css
<style>
a { background-color: #00C215; }
a { background-color: rgb(0,194,21); }
div.DivClassName
{
background-color: #00C215;
}
.BgClassName
{
background-color: #00C215;
}
</style>
border-color css
<style>
span { border-color: #00C215; }
span { border-color: rgb(0,194,21); }
td.TdClassName
{
border-color: #00C215;
}
.TagClassName
{
border-color: #00C215;
}
</style>