Shades of Dark Pastel Green #0CC243
Tints of Dark Pastel Green #0CC243
RGB
CMYK
RGB Variations
Color information
#0CC243 (or 0x0CC243) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 43. RGB value is (12,194,67). Sum of RGB (Red+Green+Blue) = 12+194+67=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC243 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC243 is #F33DBC. Grayscale: #7D7D7D. Windows color (decimal): -15941053 or 4440588. OLE color: 4440588.
HSL color Cylindrical-coordinate representation of color #0CC243: hue angle of 138.13º 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 #0CC243 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 67 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.24 |
| HSL | 138.13º | 0.88% | 0.4% | - |
| HSV(B) | 138.13º | 0.94% | 0.76% | - |
| XYZ | 20.46 | 39.07 | 11.77 | - |
| YUV | 125.1 | 95.2 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 67 | 0.94 | 0 | 0.65 | 0.24 | 138.13 | 0.88 | 0.4 |
| Hex | C | C2 | 43 | 5E | 0 | 41 | 18 | 8A | 58 | 28 |
| Octal | 14 | 302 | 103 | 136 | 0 | 101 | 30 | 212 | 130 | 50 |
| Binary | 1100 | 11000010 | 1000011 | 1011110 | 0 | 1000001 | 11000 | 10001010 | 1011000 | 101000 |
Color Harmonies of #0CC243
Complementary color
Monochromatic Colors of #0CC243
Black with #0CC243
Text Example
Text Example
White with #0CC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC243; }
p { color: rgb(12,194,67); }
H1.HeaderClassName
{
color: #0CC243;
}
.AnyTagClassName
{
color: #0CC243;
}
</style>
background-color css
<style>
a { background-color: #0CC243; }
a { background-color: rgb(12,194,67); }
div.DivClassName
{
background-color: #0CC243;
}
.BgClassName
{
background-color: #0CC243;
}
</style>
border-color css
<style>
span { border-color: #0CC243; }
span { border-color: rgb(12,194,67); }
td.TdClassName
{
border-color: #0CC243;
}
.TagClassName
{
border-color: #0CC243;
}
</style>