Shades of Dark Pastel Green #0DC645
Tints of Dark Pastel Green #0DC645
RGB
CMYK
RGB Variations
Color information
#0DC645 (or 0x0DC645) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 45. RGB value is (13,198,69). Sum of RGB (Red+Green+Blue) = 13+198+69=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 198 (77.73% from 255 or 70.71% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC645 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC645 is #F239BA. Grayscale: #808080. Windows color (decimal): -15874491 or 4572685. OLE color: 4572685.
HSL color Cylindrical-coordinate representation of color #0DC645: hue angle of 138.16º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC645 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 69 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.22 |
| HSL | 138.16º | 0.88% | 0.41% | - |
| HSV(B) | 138.16º | 0.93% | 0.78% | - |
| XYZ | 21.43 | 40.9 | 12.4 | - |
| YUV | 127.98 | 94.71 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 69 | 0.93 | 0 | 0.65 | 0.22 | 138.16 | 0.88 | 0.41 |
| Hex | D | C6 | 45 | 5D | 0 | 41 | 16 | 8A | 58 | 29 |
| Octal | 15 | 306 | 105 | 135 | 0 | 101 | 26 | 212 | 130 | 51 |
| Binary | 1101 | 11000110 | 1000101 | 1011101 | 0 | 1000001 | 10110 | 10001010 | 1011000 | 101001 |
Color Harmonies of #0DC645
Complementary color
Monochromatic Colors of #0DC645
Black with #0DC645
Text Example
Text Example
White with #0DC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC645; }
p { color: rgb(13,198,69); }
H1.HeaderClassName
{
color: #0DC645;
}
.AnyTagClassName
{
color: #0DC645;
}
</style>
background-color css
<style>
a { background-color: #0DC645; }
a { background-color: rgb(13,198,69); }
div.DivClassName
{
background-color: #0DC645;
}
.BgClassName
{
background-color: #0DC645;
}
</style>
border-color css
<style>
span { border-color: #0DC645; }
span { border-color: rgb(13,198,69); }
td.TdClassName
{
border-color: #0DC645;
}
.TagClassName
{
border-color: #0DC645;
}
</style>