Shades of Dark Pastel Green #0DC529
Tints of Dark Pastel Green #0DC529
RGB
CMYK
RGB Variations
Color information
#0DC529 (or 0x0DC529) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 29. RGB value is (13,197,41). Sum of RGB (Red+Green+Blue) = 13+197+41=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 197 (77.34% from 255 or 78.49% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC529 is #F23AD6. Grayscale: #7C7C7C. Windows color (decimal): -15874775 or 2737421. OLE color: 2737421.
HSL color Cylindrical-coordinate representation of color #0DC529: hue angle of 129.13º 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 #0DC529 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 41 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.23 |
| HSL | 129.13º | 0.88% | 0.41% | - |
| HSV(B) | 129.13º | 0.93% | 0.77% | - |
| XYZ | 20.53 | 40.18 | 8.77 | - |
| YUV | 124.2 | 81.04 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 41 | 0.93 | 0 | 0.79 | 0.23 | 129.13 | 0.88 | 0.41 |
| Hex | D | C5 | 29 | 5D | 0 | 4F | 17 | 81 | 58 | 29 |
| Octal | 15 | 305 | 51 | 135 | 0 | 117 | 27 | 201 | 130 | 51 |
| Binary | 1101 | 11000101 | 101001 | 1011101 | 0 | 1001111 | 10111 | 10000001 | 1011000 | 101001 |
Color Harmonies of #0DC529
Complementary color
Monochromatic Colors of #0DC529
Black with #0DC529
Text Example
Text Example
White with #0DC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC529; }
p { color: rgb(13,197,41); }
H1.HeaderClassName
{
color: #0DC529;
}
.AnyTagClassName
{
color: #0DC529;
}
</style>
background-color css
<style>
a { background-color: #0DC529; }
a { background-color: rgb(13,197,41); }
div.DivClassName
{
background-color: #0DC529;
}
.BgClassName
{
background-color: #0DC529;
}
</style>
border-color css
<style>
span { border-color: #0DC529; }
span { border-color: rgb(13,197,41); }
td.TdClassName
{
border-color: #0DC529;
}
.TagClassName
{
border-color: #0DC529;
}
</style>