Shades of Dark Pastel Green #0CD935
Tints of Dark Pastel Green #0CD935
RGB
CMYK
RGB Variations
Color information
#0CD935 (or 0x0CD935) is known color: Dark Pastel Green. HEX triplet: 0C, D9 and 35. RGB value is (12,217,53). Sum of RGB (Red+Green+Blue) = 12+217+53=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 217 (85.16% from 255 or 76.95% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD935 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD935 is #F326CA. Grayscale: #898989. Windows color (decimal): -15935179 or 3528972. OLE color: 3528972.
HSL color Cylindrical-coordinate representation of color #0CD935: hue angle of 132º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD935 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 53 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.15 |
| HSL | 132º | 0.9% | 0.45% | - |
| HSV(B) | 132º | 0.94% | 0.85% | - |
| XYZ | 25.61 | 49.96 | 11.66 | - |
| YUV | 137.01 | 80.58 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 53 | 0.94 | 0 | 0.76 | 0.15 | 132 | 0.9 | 0.45 |
| Hex | C | D9 | 35 | 5E | 0 | 4C | F | 84 | 5A | 2D |
| Octal | 14 | 331 | 65 | 136 | 0 | 114 | 17 | 204 | 132 | 55 |
| Binary | 1100 | 11011001 | 110101 | 1011110 | 0 | 1001100 | 1111 | 10000100 | 1011010 | 101101 |
Color Harmonies of #0CD935
Complementary color
Monochromatic Colors of #0CD935
Black with #0CD935
Text Example
Text Example
White with #0CD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD935; }
p { color: rgb(12,217,53); }
H1.HeaderClassName
{
color: #0CD935;
}
.AnyTagClassName
{
color: #0CD935;
}
</style>
background-color css
<style>
a { background-color: #0CD935; }
a { background-color: rgb(12,217,53); }
div.DivClassName
{
background-color: #0CD935;
}
.BgClassName
{
background-color: #0CD935;
}
</style>
border-color css
<style>
span { border-color: #0CD935; }
span { border-color: rgb(12,217,53); }
td.TdClassName
{
border-color: #0CD935;
}
.TagClassName
{
border-color: #0CD935;
}
</style>