Shades of Dark Pastel Green #0DC43B
Tints of Dark Pastel Green #0DC43B
RGB
CMYK
RGB Variations
Color information
#0DC43B (or 0x0DC43B) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 3B. RGB value is (13,196,59). Sum of RGB (Red+Green+Blue) = 13+196+59=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC43B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC43B is #F23BC4. Grayscale: #7E7E7E. Windows color (decimal): -15875013 or 3916813. OLE color: 3916813.
HSL color Cylindrical-coordinate representation of color #0DC43B: hue angle of 135.08º 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 #0DC43B is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 59 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.23 |
| HSL | 135.08º | 0.88% | 0.41% | - |
| HSV(B) | 135.08º | 0.93% | 0.77% | - |
| XYZ | 20.7 | 39.88 | 10.74 | - |
| YUV | 125.67 | 90.37 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 59 | 0.93 | 0 | 0.70 | 0.23 | 135.08 | 0.88 | 0.41 |
| Hex | D | C4 | 3B | 5D | 0 | 46 | 17 | 87 | 58 | 29 |
| Octal | 15 | 304 | 73 | 135 | 0 | 106 | 27 | 207 | 130 | 51 |
| Binary | 1101 | 11000100 | 111011 | 1011101 | 0 | 1000110 | 10111 | 10000111 | 1011000 | 101001 |
Color Harmonies of #0DC43B
Complementary color
Monochromatic Colors of #0DC43B
Black with #0DC43B
Text Example
Text Example
White with #0DC43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC43B; }
p { color: rgb(13,196,59); }
H1.HeaderClassName
{
color: #0DC43B;
}
.AnyTagClassName
{
color: #0DC43B;
}
</style>
background-color css
<style>
a { background-color: #0DC43B; }
a { background-color: rgb(13,196,59); }
div.DivClassName
{
background-color: #0DC43B;
}
.BgClassName
{
background-color: #0DC43B;
}
</style>
border-color css
<style>
span { border-color: #0DC43B; }
span { border-color: rgb(13,196,59); }
td.TdClassName
{
border-color: #0DC43B;
}
.TagClassName
{
border-color: #0DC43B;
}
</style>