Shades of Dark Pastel Green #0CCC45
Tints of Dark Pastel Green #0CCC45
RGB
CMYK
RGB Variations
Color information
#0CCC45 (or 0x0CCC45) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 45. RGB value is (12,204,69). Sum of RGB (Red+Green+Blue) = 12+204+69=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC45 is #F333BA. Grayscale: #838383. Windows color (decimal): -15938491 or 4574220. OLE color: 4574220.
HSL color Cylindrical-coordinate representation of color #0CCC45: hue angle of 137.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC45 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 69 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.2 |
| HSL | 137.81º | 0.89% | 0.42% | - |
| HSV(B) | 137.81º | 0.94% | 0.8% | - |
| XYZ | 22.82 | 43.69 | 12.86 | - |
| YUV | 131.2 | 92.89 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 69 | 0.94 | 0 | 0.66 | 0.2 | 137.81 | 0.89 | 0.42 |
| Hex | C | CC | 45 | 5E | 0 | 42 | 14 | 8A | 59 | 2A |
| Octal | 14 | 314 | 105 | 136 | 0 | 102 | 24 | 212 | 131 | 52 |
| Binary | 1100 | 11001100 | 1000101 | 1011110 | 0 | 1000010 | 10100 | 10001010 | 1011001 | 101010 |
Color Harmonies of #0CCC45
Complementary color
Monochromatic Colors of #0CCC45
Black with #0CCC45
Text Example
Text Example
White with #0CCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC45; }
p { color: rgb(12,204,69); }
H1.HeaderClassName
{
color: #0CCC45;
}
.AnyTagClassName
{
color: #0CCC45;
}
</style>
background-color css
<style>
a { background-color: #0CCC45; }
a { background-color: rgb(12,204,69); }
div.DivClassName
{
background-color: #0CCC45;
}
.BgClassName
{
background-color: #0CCC45;
}
</style>
border-color css
<style>
span { border-color: #0CCC45; }
span { border-color: rgb(12,204,69); }
td.TdClassName
{
border-color: #0CCC45;
}
.TagClassName
{
border-color: #0CCC45;
}
</style>