Shades of Dark Pastel Green #0DC136
Tints of Dark Pastel Green #0DC136
RGB
CMYK
RGB Variations
Color information
#0DC136 (or 0x0DC136) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 36. RGB value is (13,193,54). Sum of RGB (Red+Green+Blue) = 13+193+54=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 193 (75.78% from 255 or 74.23% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC136 is #F23EC9. Grayscale: #7B7B7B. Windows color (decimal): -15875786 or 3588365. OLE color: 3588365.
HSL color Cylindrical-coordinate representation of color #0DC136: hue angle of 133.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC136 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 54 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.24 |
| HSL | 133.67º | 0.87% | 0.4% | - |
| HSV(B) | 133.67º | 0.93% | 0.76% | - |
| XYZ | 19.9 | 38.49 | 9.87 | - |
| YUV | 123.33 | 88.87 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 54 | 0.93 | 0 | 0.72 | 0.24 | 133.67 | 0.87 | 0.4 |
| Hex | D | C1 | 36 | 5D | 0 | 48 | 18 | 86 | 57 | 28 |
| Octal | 15 | 301 | 66 | 135 | 0 | 110 | 30 | 206 | 127 | 50 |
| Binary | 1101 | 11000001 | 110110 | 1011101 | 0 | 1001000 | 11000 | 10000110 | 1010111 | 101000 |
Color Harmonies of #0DC136
Complementary color
Monochromatic Colors of #0DC136
Black with #0DC136
Text Example
Text Example
White with #0DC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC136; }
p { color: rgb(13,193,54); }
H1.HeaderClassName
{
color: #0DC136;
}
.AnyTagClassName
{
color: #0DC136;
}
</style>
background-color css
<style>
a { background-color: #0DC136; }
a { background-color: rgb(13,193,54); }
div.DivClassName
{
background-color: #0DC136;
}
.BgClassName
{
background-color: #0DC136;
}
</style>
border-color css
<style>
span { border-color: #0DC136; }
span { border-color: rgb(13,193,54); }
td.TdClassName
{
border-color: #0DC136;
}
.TagClassName
{
border-color: #0DC136;
}
</style>