Shades of Dark Pastel Green #0DC41B
Tints of Dark Pastel Green #0DC41B
RGB
CMYK
RGB Variations
Color information
#0DC41B (or 0x0DC41B) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 1B. RGB value is (13,196,27). Sum of RGB (Red+Green+Blue) = 13+196+27=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 196 (76.95% from 255 or 83.05% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC41B is #F23BE4. Grayscale: #7A7A7A. Windows color (decimal): -15875045 or 1819661. OLE color: 1819661.
HSL color Cylindrical-coordinate representation of color #0DC41B: hue angle of 124.59º 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 #0DC41B is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 27 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.23 |
| HSL | 124.59º | 0.88% | 0.41% | - |
| HSV(B) | 124.59º | 0.93% | 0.77% | - |
| XYZ | 20.1 | 39.64 | 7.63 | - |
| YUV | 122.02 | 74.37 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 27 | 0.93 | 0 | 0.86 | 0.23 | 124.59 | 0.88 | 0.41 |
| Hex | D | C4 | 1B | 5D | 0 | 56 | 17 | 7D | 58 | 29 |
| Octal | 15 | 304 | 33 | 135 | 0 | 126 | 27 | 175 | 130 | 51 |
| Binary | 1101 | 11000100 | 11011 | 1011101 | 0 | 1010110 | 10111 | 1111101 | 1011000 | 101001 |
Color Harmonies of #0DC41B
Complementary color
Monochromatic Colors of #0DC41B
Black with #0DC41B
Text Example
Text Example
White with #0DC41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC41B; }
p { color: rgb(13,196,27); }
H1.HeaderClassName
{
color: #0DC41B;
}
.AnyTagClassName
{
color: #0DC41B;
}
</style>
background-color css
<style>
a { background-color: #0DC41B; }
a { background-color: rgb(13,196,27); }
div.DivClassName
{
background-color: #0DC41B;
}
.BgClassName
{
background-color: #0DC41B;
}
</style>
border-color css
<style>
span { border-color: #0DC41B; }
span { border-color: rgb(13,196,27); }
td.TdClassName
{
border-color: #0DC41B;
}
.TagClassName
{
border-color: #0DC41B;
}
</style>