Shades of Dark Pastel Green #0DB43A
Tints of Dark Pastel Green #0DB43A
RGB
CMYK
RGB Variations
Color information
#0DB43A (or 0x0DB43A) is known color: Dark Pastel Green. HEX triplet: 0D, B4 and 3A. RGB value is (13,180,58). Sum of RGB (Red+Green+Blue) = 13+180+58=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 180 (70.70% from 255 or 71.71% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB43A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB43A is #F24BC5. Grayscale: #747474. Windows color (decimal): -15879110 or 3847181. OLE color: 3847181.
HSL color Cylindrical-coordinate representation of color #0DB43A: hue angle of 136.17º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB43A is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 58 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.29 |
| HSL | 136.17º | 0.87% | 0.38% | - |
| HSV(B) | 136.17º | 0.93% | 0.71% | - |
| XYZ | 17.25 | 33.03 | 9.47 | - |
| YUV | 116.16 | 95.17 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 58 | 0.93 | 0 | 0.68 | 0.29 | 136.17 | 0.87 | 0.38 |
| Hex | D | B4 | 3A | 5D | 0 | 44 | 1D | 88 | 57 | 26 |
| Octal | 15 | 264 | 72 | 135 | 0 | 104 | 35 | 210 | 127 | 46 |
| Binary | 1101 | 10110100 | 111010 | 1011101 | 0 | 1000100 | 11101 | 10001000 | 1010111 | 100110 |
Color Harmonies of #0DB43A
Complementary color
Monochromatic Colors of #0DB43A
Black with #0DB43A
Text Example
Text Example
White with #0DB43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB43A; }
p { color: rgb(13,180,58); }
H1.HeaderClassName
{
color: #0DB43A;
}
.AnyTagClassName
{
color: #0DB43A;
}
</style>
background-color css
<style>
a { background-color: #0DB43A; }
a { background-color: rgb(13,180,58); }
div.DivClassName
{
background-color: #0DB43A;
}
.BgClassName
{
background-color: #0DB43A;
}
</style>
border-color css
<style>
span { border-color: #0DB43A; }
span { border-color: rgb(13,180,58); }
td.TdClassName
{
border-color: #0DB43A;
}
.TagClassName
{
border-color: #0DB43A;
}
</style>