Shades of Dark Pastel Green #0DBC19
Tints of Dark Pastel Green #0DBC19
RGB
CMYK
RGB Variations
Color information
#0DBC19 (or 0x0DBC19) is known color: Dark Pastel Green. HEX triplet: 0D, BC and 19. RGB value is (13,188,25). Sum of RGB (Red+Green+Blue) = 13+188+25=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBC19 is #F243E6. Grayscale: #757575. Windows color (decimal): -15877095 or 1686541. OLE color: 1686541.
HSL color Cylindrical-coordinate representation of color #0DBC19: hue angle of 124.11º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC19 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 25 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.26 |
| HSL | 124.11º | 0.87% | 0.39% | - |
| HSV(B) | 124.11º | 0.93% | 0.74% | - |
| XYZ | 18.32 | 36.12 | 6.93 | - |
| YUV | 117.09 | 76.02 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 25 | 0.93 | 0 | 0.87 | 0.26 | 124.11 | 0.87 | 0.39 |
| Hex | D | BC | 19 | 5D | 0 | 57 | 1A | 7C | 57 | 27 |
| Octal | 15 | 274 | 31 | 135 | 0 | 127 | 32 | 174 | 127 | 47 |
| Binary | 1101 | 10111100 | 11001 | 1011101 | 0 | 1010111 | 11010 | 1111100 | 1010111 | 100111 |
Color Harmonies of #0DBC19
Complementary color
Monochromatic Colors of #0DBC19
Black with #0DBC19
Text Example
Text Example
White with #0DBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC19; }
p { color: rgb(13,188,25); }
H1.HeaderClassName
{
color: #0DBC19;
}
.AnyTagClassName
{
color: #0DBC19;
}
</style>
background-color css
<style>
a { background-color: #0DBC19; }
a { background-color: rgb(13,188,25); }
div.DivClassName
{
background-color: #0DBC19;
}
.BgClassName
{
background-color: #0DBC19;
}
</style>
border-color css
<style>
span { border-color: #0DBC19; }
span { border-color: rgb(13,188,25); }
td.TdClassName
{
border-color: #0DBC19;
}
.TagClassName
{
border-color: #0DBC19;
}
</style>