Shades of Dark Pastel Green #0CCD44
Tints of Dark Pastel Green #0CCD44
RGB
CMYK
RGB Variations
Color information
#0CCD44 (or 0x0CCD44) is known color: Dark Pastel Green. HEX triplet: 0C, CD and 44. RGB value is (12,205,68). Sum of RGB (Red+Green+Blue) = 12+205+68=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 205 (80.47% from 255 or 71.93% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCD44 is #F332BB. Grayscale: #848484. Windows color (decimal): -15938236 or 4508940. OLE color: 4508940.
HSL color Cylindrical-coordinate representation of color #0CCD44: hue angle of 137.41º 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 #0CCD44 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 68 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.20 |
| HSL | 137.41º | 0.89% | 0.43% | - |
| HSV(B) | 137.41º | 0.94% | 0.8% | - |
| XYZ | 23.03 | 44.16 | 12.78 | - |
| YUV | 131.68 | 92.06 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 68 | 0.94 | 0 | 0.67 | 0.20 | 137.41 | 0.89 | 0.43 |
| Hex | C | CD | 44 | 5E | 0 | 43 | 14 | 89 | 59 | 2B |
| Octal | 14 | 315 | 104 | 136 | 0 | 103 | 24 | 211 | 131 | 53 |
| Binary | 1100 | 11001101 | 1000100 | 1011110 | 0 | 1000011 | 10100 | 10001001 | 1011001 | 101011 |
Color Harmonies of #0CCD44
Complementary color
Monochromatic Colors of #0CCD44
Black with #0CCD44
Text Example
Text Example
White with #0CCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD44; }
p { color: rgb(12,205,68); }
H1.HeaderClassName
{
color: #0CCD44;
}
.AnyTagClassName
{
color: #0CCD44;
}
</style>
background-color css
<style>
a { background-color: #0CCD44; }
a { background-color: rgb(12,205,68); }
div.DivClassName
{
background-color: #0CCD44;
}
.BgClassName
{
background-color: #0CCD44;
}
</style>
border-color css
<style>
span { border-color: #0CCD44; }
span { border-color: rgb(12,205,68); }
td.TdClassName
{
border-color: #0CCD44;
}
.TagClassName
{
border-color: #0CCD44;
}
</style>