Shades of Dark Pastel Green #0CD92C
Tints of Dark Pastel Green #0CD92C
RGB
CMYK
RGB Variations
Color information
#0CD92C (or 0x0CD92C) is known color: Dark Pastel Green. HEX triplet: 0C, D9 and 2C. RGB value is (12,217,44). Sum of RGB (Red+Green+Blue) = 12+217+44=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 217 (85.16% from 255 or 79.49% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD92C is #F326D3. Grayscale: #888888. Windows color (decimal): -15935188 or 2939148. OLE color: 2939148.
HSL color Cylindrical-coordinate representation of color #0CD92C: hue angle of 129.37º 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 #0CD92C is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 44 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.15 |
| HSL | 129.37º | 0.9% | 0.45% | - |
| HSV(B) | 129.37º | 0.94% | 0.85% | - |
| XYZ | 25.42 | 49.89 | 10.67 | - |
| YUV | 135.98 | 76.08 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 44 | 0.94 | 0 | 0.80 | 0.15 | 129.37 | 0.9 | 0.45 |
| Hex | C | D9 | 2C | 5E | 0 | 50 | F | 81 | 5A | 2D |
| Octal | 14 | 331 | 54 | 136 | 0 | 120 | 17 | 201 | 132 | 55 |
| Binary | 1100 | 11011001 | 101100 | 1011110 | 0 | 1010000 | 1111 | 10000001 | 1011010 | 101101 |
Color Harmonies of #0CD92C
Complementary color
Monochromatic Colors of #0CD92C
Black with #0CD92C
Text Example
Text Example
White with #0CD92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD92C; }
p { color: rgb(12,217,44); }
H1.HeaderClassName
{
color: #0CD92C;
}
.AnyTagClassName
{
color: #0CD92C;
}
</style>
background-color css
<style>
a { background-color: #0CD92C; }
a { background-color: rgb(12,217,44); }
div.DivClassName
{
background-color: #0CD92C;
}
.BgClassName
{
background-color: #0CD92C;
}
</style>
border-color css
<style>
span { border-color: #0CD92C; }
span { border-color: rgb(12,217,44); }
td.TdClassName
{
border-color: #0CD92C;
}
.TagClassName
{
border-color: #0CD92C;
}
</style>