Shades of Dark Pastel Green #0DB81C
Tints of Dark Pastel Green #0DB81C
RGB
CMYK
RGB Variations
Color information
#0DB81C (or 0x0DB81C) is known color: Dark Pastel Green. HEX triplet: 0D, B8 and 1C. RGB value is (13,184,28). Sum of RGB (Red+Green+Blue) = 13+184+28=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 184 (72.27% from 255 or 81.78% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB81C is #F247E3. Grayscale: #737373. Windows color (decimal): -15878116 or 1882125. OLE color: 1882125.
HSL color Cylindrical-coordinate representation of color #0DB81C: hue angle of 125.26º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB81C is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 28 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.28 |
| HSL | 125.26º | 0.87% | 0.39% | - |
| HSV(B) | 125.26º | 0.93% | 0.72% | - |
| XYZ | 17.52 | 34.45 | 6.83 | - |
| YUV | 115.09 | 78.85 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 28 | 0.93 | 0 | 0.85 | 0.28 | 125.26 | 0.87 | 0.39 |
| Hex | D | B8 | 1C | 5D | 0 | 55 | 1C | 7D | 57 | 27 |
| Octal | 15 | 270 | 34 | 135 | 0 | 125 | 34 | 175 | 127 | 47 |
| Binary | 1101 | 10111000 | 11100 | 1011101 | 0 | 1010101 | 11100 | 1111101 | 1010111 | 100111 |
Color Harmonies of #0DB81C
Complementary color
Monochromatic Colors of #0DB81C
Black with #0DB81C
Text Example
Text Example
White with #0DB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB81C; }
p { color: rgb(13,184,28); }
H1.HeaderClassName
{
color: #0DB81C;
}
.AnyTagClassName
{
color: #0DB81C;
}
</style>
background-color css
<style>
a { background-color: #0DB81C; }
a { background-color: rgb(13,184,28); }
div.DivClassName
{
background-color: #0DB81C;
}
.BgClassName
{
background-color: #0DB81C;
}
</style>
border-color css
<style>
span { border-color: #0DB81C; }
span { border-color: rgb(13,184,28); }
td.TdClassName
{
border-color: #0DB81C;
}
.TagClassName
{
border-color: #0DB81C;
}
</style>