Shades of Dark Pastel Green #0DCD1F
Tints of Dark Pastel Green #0DCD1F
RGB
CMYK
RGB Variations
Color information
#0DCD1F (or 0x0DCD1F) is known color: Dark Pastel Green. HEX triplet: 0D, CD and 1F. RGB value is (13,205,31). Sum of RGB (Red+Green+Blue) = 13+205+31=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 205 (80.47% from 255 or 82.33% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCD1F is #F232E0. Grayscale: #808080. Windows color (decimal): -15872737 or 2084109. OLE color: 2084109.
HSL color Cylindrical-coordinate representation of color #0DCD1F: hue angle of 125.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD1F is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 31 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.20 |
| HSL | 125.63º | 0.88% | 0.43% | - |
| HSV(B) | 125.63º | 0.94% | 0.8% | - |
| XYZ | 22.24 | 43.85 | 8.59 | - |
| YUV | 127.76 | 73.39 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 31 | 0.94 | 0 | 0.85 | 0.20 | 125.63 | 0.88 | 0.43 |
| Hex | D | CD | 1F | 5E | 0 | 55 | 14 | 7E | 58 | 2B |
| Octal | 15 | 315 | 37 | 136 | 0 | 125 | 24 | 176 | 130 | 53 |
| Binary | 1101 | 11001101 | 11111 | 1011110 | 0 | 1010101 | 10100 | 1111110 | 1011000 | 101011 |
Color Harmonies of #0DCD1F
Complementary color
Monochromatic Colors of #0DCD1F
Black with #0DCD1F
Text Example
Text Example
White with #0DCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCD1F; }
p { color: rgb(13,205,31); }
H1.HeaderClassName
{
color: #0DCD1F;
}
.AnyTagClassName
{
color: #0DCD1F;
}
</style>
background-color css
<style>
a { background-color: #0DCD1F; }
a { background-color: rgb(13,205,31); }
div.DivClassName
{
background-color: #0DCD1F;
}
.BgClassName
{
background-color: #0DCD1F;
}
</style>
border-color css
<style>
span { border-color: #0DCD1F; }
span { border-color: rgb(13,205,31); }
td.TdClassName
{
border-color: #0DCD1F;
}
.TagClassName
{
border-color: #0DCD1F;
}
</style>