Shades of Dark Pastel Green #0DB81F
Tints of Dark Pastel Green #0DB81F
RGB
CMYK
RGB Variations
Color information
#0DB81F (or 0x0DB81F) is known color: Dark Pastel Green. HEX triplet: 0D, B8 and 1F. RGB value is (13,184,31). Sum of RGB (Red+Green+Blue) = 13+184+31=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 184 (72.27% from 255 or 80.70% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB81F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB81F is #F247E0. Grayscale: #737373. Windows color (decimal): -15878113 or 2078733. OLE color: 2078733.
HSL color Cylindrical-coordinate representation of color #0DB81F: hue angle of 126.32º 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 #0DB81F is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 31 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.28 |
| HSL | 126.32º | 0.87% | 0.39% | - |
| HSV(B) | 126.32º | 0.93% | 0.72% | - |
| XYZ | 17.55 | 34.47 | 7.02 | - |
| YUV | 115.43 | 80.35 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 31 | 0.93 | 0 | 0.83 | 0.28 | 126.32 | 0.87 | 0.39 |
| Hex | D | B8 | 1F | 5D | 0 | 53 | 1C | 7E | 57 | 27 |
| Octal | 15 | 270 | 37 | 135 | 0 | 123 | 34 | 176 | 127 | 47 |
| Binary | 1101 | 10111000 | 11111 | 1011101 | 0 | 1010011 | 11100 | 1111110 | 1010111 | 100111 |
Color Harmonies of #0DB81F
Complementary color
Monochromatic Colors of #0DB81F
Black with #0DB81F
Text Example
Text Example
White with #0DB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB81F; }
p { color: rgb(13,184,31); }
H1.HeaderClassName
{
color: #0DB81F;
}
.AnyTagClassName
{
color: #0DB81F;
}
</style>
background-color css
<style>
a { background-color: #0DB81F; }
a { background-color: rgb(13,184,31); }
div.DivClassName
{
background-color: #0DB81F;
}
.BgClassName
{
background-color: #0DB81F;
}
</style>
border-color css
<style>
span { border-color: #0DB81F; }
span { border-color: rgb(13,184,31); }
td.TdClassName
{
border-color: #0DB81F;
}
.TagClassName
{
border-color: #0DB81F;
}
</style>