Shades of Dark Pastel Green #0DC540
Tints of Dark Pastel Green #0DC540
RGB
CMYK
RGB Variations
Color information
#0DC540 (or 0x0DC540) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 40. RGB value is (13,197,64). Sum of RGB (Red+Green+Blue) = 13+197+64=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC540 is #F23ABF. Grayscale: #7F7F7F. Windows color (decimal): -15874752 or 4244749. OLE color: 4244749.
HSL color Cylindrical-coordinate representation of color #0DC540: hue angle of 136.63º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC540 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 64 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.23 |
| HSL | 136.63º | 0.88% | 0.41% | - |
| HSV(B) | 136.63º | 0.93% | 0.77% | - |
| XYZ | 21.06 | 40.39 | 11.54 | - |
| YUV | 126.82 | 92.54 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 64 | 0.93 | 0 | 0.68 | 0.23 | 136.63 | 0.88 | 0.41 |
| Hex | D | C5 | 40 | 5D | 0 | 44 | 17 | 89 | 58 | 29 |
| Octal | 15 | 305 | 100 | 135 | 0 | 104 | 27 | 211 | 130 | 51 |
| Binary | 1101 | 11000101 | 1000000 | 1011101 | 0 | 1000100 | 10111 | 10001001 | 1011000 | 101001 |
Color Harmonies of #0DC540
Complementary color
Monochromatic Colors of #0DC540
Black with #0DC540
Text Example
Text Example
White with #0DC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC540; }
p { color: rgb(13,197,64); }
H1.HeaderClassName
{
color: #0DC540;
}
.AnyTagClassName
{
color: #0DC540;
}
</style>
background-color css
<style>
a { background-color: #0DC540; }
a { background-color: rgb(13,197,64); }
div.DivClassName
{
background-color: #0DC540;
}
.BgClassName
{
background-color: #0DC540;
}
</style>
border-color css
<style>
span { border-color: #0DC540; }
span { border-color: rgb(13,197,64); }
td.TdClassName
{
border-color: #0DC540;
}
.TagClassName
{
border-color: #0DC540;
}
</style>