Shades of Dark Pastel Green #0CCD2C
Tints of Dark Pastel Green #0CCD2C
RGB
CMYK
RGB Variations
Color information
#0CCD2C (or 0x0CCD2C) is known color: Dark Pastel Green. HEX triplet: 0C, CD and 2C. RGB value is (12,205,44). Sum of RGB (Red+Green+Blue) = 12+205+44=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 205 (80.47% from 255 or 78.54% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCD2C is #F332D3. Grayscale: #818181. Windows color (decimal): -15938260 or 2936076. OLE color: 2936076.
HSL color Cylindrical-coordinate representation of color #0CCD2C: hue angle of 129.95º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCD2C is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 44 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.20 |
| HSL | 129.95º | 0.89% | 0.43% | - |
| HSV(B) | 129.95º | 0.94% | 0.8% | - |
| XYZ | 22.44 | 43.92 | 9.68 | - |
| YUV | 128.94 | 80.06 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 44 | 0.94 | 0 | 0.79 | 0.20 | 129.95 | 0.89 | 0.43 |
| Hex | C | CD | 2C | 5E | 0 | 4F | 14 | 82 | 59 | 2B |
| Octal | 14 | 315 | 54 | 136 | 0 | 117 | 24 | 202 | 131 | 53 |
| Binary | 1100 | 11001101 | 101100 | 1011110 | 0 | 1001111 | 10100 | 10000010 | 1011001 | 101011 |
Color Harmonies of #0CCD2C
Complementary color
Monochromatic Colors of #0CCD2C
Black with #0CCD2C
Text Example
Text Example
White with #0CCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD2C; }
p { color: rgb(12,205,44); }
H1.HeaderClassName
{
color: #0CCD2C;
}
.AnyTagClassName
{
color: #0CCD2C;
}
</style>
background-color css
<style>
a { background-color: #0CCD2C; }
a { background-color: rgb(12,205,44); }
div.DivClassName
{
background-color: #0CCD2C;
}
.BgClassName
{
background-color: #0CCD2C;
}
</style>
border-color css
<style>
span { border-color: #0CCD2C; }
span { border-color: rgb(12,205,44); }
td.TdClassName
{
border-color: #0CCD2C;
}
.TagClassName
{
border-color: #0CCD2C;
}
</style>