Shades of Dark Pastel Green #0CCD39
Tints of Dark Pastel Green #0CCD39
RGB
CMYK
RGB Variations
Color information
#0CCD39 (or 0x0CCD39) is known color: Dark Pastel Green. HEX triplet: 0C, CD and 39. RGB value is (12,205,57). Sum of RGB (Red+Green+Blue) = 12+205+57=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 205 (80.47% from 255 or 74.82% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCD39 is #F332C6. Grayscale: #828282. Windows color (decimal): -15938247 or 3788044. OLE color: 3788044.
HSL color Cylindrical-coordinate representation of color #0CCD39: hue angle of 133.99º 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 #0CCD39 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 57 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.20 |
| HSL | 133.99º | 0.89% | 0.43% | - |
| HSV(B) | 133.99º | 0.94% | 0.8% | - |
| XYZ | 22.72 | 44.04 | 11.17 | - |
| YUV | 130.42 | 86.56 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 57 | 0.94 | 0 | 0.72 | 0.20 | 133.99 | 0.89 | 0.43 |
| Hex | C | CD | 39 | 5E | 0 | 48 | 14 | 86 | 59 | 2B |
| Octal | 14 | 315 | 71 | 136 | 0 | 110 | 24 | 206 | 131 | 53 |
| Binary | 1100 | 11001101 | 111001 | 1011110 | 0 | 1001000 | 10100 | 10000110 | 1011001 | 101011 |
Color Harmonies of #0CCD39
Complementary color
Monochromatic Colors of #0CCD39
Black with #0CCD39
Text Example
Text Example
White with #0CCD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD39; }
p { color: rgb(12,205,57); }
H1.HeaderClassName
{
color: #0CCD39;
}
.AnyTagClassName
{
color: #0CCD39;
}
</style>
background-color css
<style>
a { background-color: #0CCD39; }
a { background-color: rgb(12,205,57); }
div.DivClassName
{
background-color: #0CCD39;
}
.BgClassName
{
background-color: #0CCD39;
}
</style>
border-color css
<style>
span { border-color: #0CCD39; }
span { border-color: rgb(12,205,57); }
td.TdClassName
{
border-color: #0CCD39;
}
.TagClassName
{
border-color: #0CCD39;
}
</style>