Shades of Dark Pastel Green #0CC242
Tints of Dark Pastel Green #0CC242
RGB
CMYK
RGB Variations
Color information
#0CC242 (or 0x0CC242) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 42. RGB value is (12,194,66). Sum of RGB (Red+Green+Blue) = 12+194+66=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 194 (76.17% from 255 or 71.32% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC242 is #F33DBD. Grayscale: #7D7D7D. Windows color (decimal): -15941054 or 4375052. OLE color: 4375052.
HSL color Cylindrical-coordinate representation of color #0CC242: hue angle of 137.8º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC242 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 66 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.24 |
| HSL | 137.8º | 0.88% | 0.4% | - |
| HSV(B) | 137.8º | 0.94% | 0.76% | - |
| XYZ | 20.43 | 39.06 | 11.62 | - |
| YUV | 124.99 | 94.7 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 66 | 0.94 | 0 | 0.66 | 0.24 | 137.8 | 0.88 | 0.4 |
| Hex | C | C2 | 42 | 5E | 0 | 42 | 18 | 8A | 58 | 28 |
| Octal | 14 | 302 | 102 | 136 | 0 | 102 | 30 | 212 | 130 | 50 |
| Binary | 1100 | 11000010 | 1000010 | 1011110 | 0 | 1000010 | 11000 | 10001010 | 1011000 | 101000 |
Color Harmonies of #0CC242
Complementary color
Monochromatic Colors of #0CC242
Black with #0CC242
Text Example
Text Example
White with #0CC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC242; }
p { color: rgb(12,194,66); }
H1.HeaderClassName
{
color: #0CC242;
}
.AnyTagClassName
{
color: #0CC242;
}
</style>
background-color css
<style>
a { background-color: #0CC242; }
a { background-color: rgb(12,194,66); }
div.DivClassName
{
background-color: #0CC242;
}
.BgClassName
{
background-color: #0CC242;
}
</style>
border-color css
<style>
span { border-color: #0CC242; }
span { border-color: rgb(12,194,66); }
td.TdClassName
{
border-color: #0CC242;
}
.TagClassName
{
border-color: #0CC242;
}
</style>