Shades of Dark Pastel Green #0CC749
Tints of Dark Pastel Green #0CC749
RGB
CMYK
RGB Variations
Color information
#0CC749 (or 0x0CC749) is known color: Dark Pastel Green. HEX triplet: 0C, C7 and 49. RGB value is (12,199,73). Sum of RGB (Red+Green+Blue) = 12+199+73=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 199 (78.12% from 255 or 70.07% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC749 is #F338B6. Grayscale: #818181. Windows color (decimal): -15939767 or 4835084. OLE color: 4835084.
HSL color Cylindrical-coordinate representation of color #0CC749: hue angle of 139.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC749 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 73 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.22 |
| HSL | 139.57º | 0.89% | 0.41% | - |
| HSV(B) | 139.57º | 0.94% | 0.78% | - |
| XYZ | 21.78 | 41.41 | 13.15 | - |
| YUV | 128.72 | 96.55 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 73 | 0.94 | 0 | 0.63 | 0.22 | 139.57 | 0.89 | 0.41 |
| Hex | C | C7 | 49 | 5E | 0 | 3F | 16 | 8C | 59 | 29 |
| Octal | 14 | 307 | 111 | 136 | 0 | 77 | 26 | 214 | 131 | 51 |
| Binary | 1100 | 11000111 | 1001001 | 1011110 | 0 | 111111 | 10110 | 10001100 | 1011001 | 101001 |
Color Harmonies of #0CC749
Complementary color
Monochromatic Colors of #0CC749
Black with #0CC749
Text Example
Text Example
White with #0CC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC749; }
p { color: rgb(12,199,73); }
H1.HeaderClassName
{
color: #0CC749;
}
.AnyTagClassName
{
color: #0CC749;
}
</style>
background-color css
<style>
a { background-color: #0CC749; }
a { background-color: rgb(12,199,73); }
div.DivClassName
{
background-color: #0CC749;
}
.BgClassName
{
background-color: #0CC749;
}
</style>
border-color css
<style>
span { border-color: #0CC749; }
span { border-color: rgb(12,199,73); }
td.TdClassName
{
border-color: #0CC749;
}
.TagClassName
{
border-color: #0CC749;
}
</style>