Shades of Dark Pastel Green #0CC440
Tints of Dark Pastel Green #0CC440
RGB
CMYK
RGB Variations
Color information
#0CC440 (or 0x0CC440) is known color: Dark Pastel Green. HEX triplet: 0C, C4 and 40. RGB value is (12,196,64). Sum of RGB (Red+Green+Blue) = 12+196+64=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 196 (76.95% from 255 or 72.06% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC440 is #F33BBF. Grayscale: #7E7E7E. Windows color (decimal): -15940544 or 4244492. OLE color: 4244492.
HSL color Cylindrical-coordinate representation of color #0CC440: hue angle of 136.96º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC440 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 64 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.23 |
| HSL | 136.96º | 0.88% | 0.41% | - |
| HSV(B) | 136.96º | 0.94% | 0.77% | - |
| XYZ | 20.82 | 39.93 | 11.46 | - |
| YUV | 125.94 | 93.04 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 64 | 0.94 | 0 | 0.67 | 0.23 | 136.96 | 0.88 | 0.41 |
| Hex | C | C4 | 40 | 5E | 0 | 43 | 17 | 89 | 58 | 29 |
| Octal | 14 | 304 | 100 | 136 | 0 | 103 | 27 | 211 | 130 | 51 |
| Binary | 1100 | 11000100 | 1000000 | 1011110 | 0 | 1000011 | 10111 | 10001001 | 1011000 | 101001 |
Color Harmonies of #0CC440
Complementary color
Monochromatic Colors of #0CC440
Black with #0CC440
Text Example
Text Example
White with #0CC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC440; }
p { color: rgb(12,196,64); }
H1.HeaderClassName
{
color: #0CC440;
}
.AnyTagClassName
{
color: #0CC440;
}
</style>
background-color css
<style>
a { background-color: #0CC440; }
a { background-color: rgb(12,196,64); }
div.DivClassName
{
background-color: #0CC440;
}
.BgClassName
{
background-color: #0CC440;
}
</style>
border-color css
<style>
span { border-color: #0CC440; }
span { border-color: rgb(12,196,64); }
td.TdClassName
{
border-color: #0CC440;
}
.TagClassName
{
border-color: #0CC440;
}
</style>