Shades of Dark Pastel Green #0DB54C
Tints of Dark Pastel Green #0DB54C
RGB
CMYK
RGB Variations
Color information
#0DB54C (or 0x0DB54C) is known color: Dark Pastel Green. HEX triplet: 0D, B5 and 4C. RGB value is (13,181,76). Sum of RGB (Red+Green+Blue) = 13+181+76=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB54C is #F24AB3. Grayscale: #777777. Windows color (decimal): -15878836 or 5027085. OLE color: 5027085.
HSL color Cylindrical-coordinate representation of color #0DB54C: hue angle of 142.5º 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 #0DB54C is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 76 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.29 |
| HSL | 142.5º | 0.87% | 0.38% | - |
| HSV(B) | 142.5º | 0.93% | 0.71% | - |
| XYZ | 17.99 | 33.66 | 12.39 | - |
| YUV | 118.8 | 103.84 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 76 | 0.93 | 0 | 0.58 | 0.29 | 142.5 | 0.87 | 0.38 |
| Hex | D | B5 | 4C | 5D | 0 | 3A | 1D | 8E | 57 | 26 |
| Octal | 15 | 265 | 114 | 135 | 0 | 72 | 35 | 216 | 127 | 46 |
| Binary | 1101 | 10110101 | 1001100 | 1011101 | 0 | 111010 | 11101 | 10001110 | 1010111 | 100110 |
Color Harmonies of #0DB54C
Complementary color
Monochromatic Colors of #0DB54C
Black with #0DB54C
Text Example
Text Example
White with #0DB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB54C; }
p { color: rgb(13,181,76); }
H1.HeaderClassName
{
color: #0DB54C;
}
.AnyTagClassName
{
color: #0DB54C;
}
</style>
background-color css
<style>
a { background-color: #0DB54C; }
a { background-color: rgb(13,181,76); }
div.DivClassName
{
background-color: #0DB54C;
}
.BgClassName
{
background-color: #0DB54C;
}
</style>
border-color css
<style>
span { border-color: #0DB54C; }
span { border-color: rgb(13,181,76); }
td.TdClassName
{
border-color: #0DB54C;
}
.TagClassName
{
border-color: #0DB54C;
}
</style>