Shades of Dark Pastel Green #0CCC42
Tints of Dark Pastel Green #0CCC42
RGB
CMYK
RGB Variations
Color information
#0CCC42 (or 0x0CCC42) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 42. RGB value is (12,204,66). Sum of RGB (Red+Green+Blue) = 12+204+66=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC42 is #F333BD. Grayscale: #838383. Windows color (decimal): -15938494 or 4377612. OLE color: 4377612.
HSL color Cylindrical-coordinate representation of color #0CCC42: hue angle of 136.88º 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 #0CCC42 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 66 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.2 |
| HSL | 136.88º | 0.89% | 0.42% | - |
| HSV(B) | 136.88º | 0.94% | 0.8% | - |
| XYZ | 22.73 | 43.66 | 12.38 | - |
| YUV | 130.86 | 91.39 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 66 | 0.94 | 0 | 0.68 | 0.2 | 136.88 | 0.89 | 0.42 |
| Hex | C | CC | 42 | 5E | 0 | 44 | 14 | 89 | 59 | 2A |
| Octal | 14 | 314 | 102 | 136 | 0 | 104 | 24 | 211 | 131 | 52 |
| Binary | 1100 | 11001100 | 1000010 | 1011110 | 0 | 1000100 | 10100 | 10001001 | 1011001 | 101010 |
Color Harmonies of #0CCC42
Complementary color
Monochromatic Colors of #0CCC42
Black with #0CCC42
Text Example
Text Example
White with #0CCC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC42; }
p { color: rgb(12,204,66); }
H1.HeaderClassName
{
color: #0CCC42;
}
.AnyTagClassName
{
color: #0CCC42;
}
</style>
background-color css
<style>
a { background-color: #0CCC42; }
a { background-color: rgb(12,204,66); }
div.DivClassName
{
background-color: #0CCC42;
}
.BgClassName
{
background-color: #0CCC42;
}
</style>
border-color css
<style>
span { border-color: #0CCC42; }
span { border-color: rgb(12,204,66); }
td.TdClassName
{
border-color: #0CCC42;
}
.TagClassName
{
border-color: #0CCC42;
}
</style>