Shades of Dark Pastel Green #0DC324
Tints of Dark Pastel Green #0DC324
RGB
CMYK
RGB Variations
Color information
#0DC324 (or 0x0DC324) is known color: Dark Pastel Green. HEX triplet: 0D, C3 and 24. RGB value is (13,195,36). Sum of RGB (Red+Green+Blue) = 13+195+36=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 195 (76.56% from 255 or 79.92% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC324 is #F23CDB. Grayscale: #7A7A7A. Windows color (decimal): -15875292 or 2409229. OLE color: 2409229.
HSL color Cylindrical-coordinate representation of color #0DC324: hue angle of 127.58º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC324 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 36 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.24 |
| HSL | 127.58º | 0.88% | 0.41% | - |
| HSV(B) | 127.58º | 0.93% | 0.76% | - |
| XYZ | 20 | 39.24 | 8.19 | - |
| YUV | 122.46 | 79.2 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 36 | 0.93 | 0 | 0.82 | 0.24 | 127.58 | 0.88 | 0.41 |
| Hex | D | C3 | 24 | 5D | 0 | 52 | 18 | 80 | 58 | 29 |
| Octal | 15 | 303 | 44 | 135 | 0 | 122 | 30 | 200 | 130 | 51 |
| Binary | 1101 | 11000011 | 100100 | 1011101 | 0 | 1010010 | 11000 | 10000000 | 1011000 | 101001 |
Color Harmonies of #0DC324
Complementary color
Monochromatic Colors of #0DC324
Black with #0DC324
Text Example
Text Example
White with #0DC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC324; }
p { color: rgb(13,195,36); }
H1.HeaderClassName
{
color: #0DC324;
}
.AnyTagClassName
{
color: #0DC324;
}
</style>
background-color css
<style>
a { background-color: #0DC324; }
a { background-color: rgb(13,195,36); }
div.DivClassName
{
background-color: #0DC324;
}
.BgClassName
{
background-color: #0DC324;
}
</style>
border-color css
<style>
span { border-color: #0DC324; }
span { border-color: rgb(13,195,36); }
td.TdClassName
{
border-color: #0DC324;
}
.TagClassName
{
border-color: #0DC324;
}
</style>