Shades of Dark Pastel Green #0DD12C
Tints of Dark Pastel Green #0DD12C
RGB
CMYK
RGB Variations
Color information
#0DD12C (or 0x0DD12C) is known color: Dark Pastel Green. HEX triplet: 0D, D1 and 2C. RGB value is (13,209,44). Sum of RGB (Red+Green+Blue) = 13+209+44=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 209 (82.03% from 255 or 78.57% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD12C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD12C is #F22ED3. Grayscale: #848484. Windows color (decimal): -15871700 or 2937101. OLE color: 2937101.
HSL color Cylindrical-coordinate representation of color #0DD12C: hue angle of 129.49º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD12C is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 44 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.18 |
| HSL | 129.49º | 0.88% | 0.44% | - |
| HSV(B) | 129.49º | 0.94% | 0.82% | - |
| XYZ | 23.42 | 45.87 | 10 | - |
| YUV | 131.59 | 78.57 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 44 | 0.94 | 0 | 0.79 | 0.18 | 129.49 | 0.88 | 0.44 |
| Hex | D | D1 | 2C | 5E | 0 | 4F | 12 | 81 | 58 | 2C |
| Octal | 15 | 321 | 54 | 136 | 0 | 117 | 22 | 201 | 130 | 54 |
| Binary | 1101 | 11010001 | 101100 | 1011110 | 0 | 1001111 | 10010 | 10000001 | 1011000 | 101100 |
Color Harmonies of #0DD12C
Complementary color
Monochromatic Colors of #0DD12C
Black with #0DD12C
Text Example
Text Example
White with #0DD12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD12C; }
p { color: rgb(13,209,44); }
H1.HeaderClassName
{
color: #0DD12C;
}
.AnyTagClassName
{
color: #0DD12C;
}
</style>
background-color css
<style>
a { background-color: #0DD12C; }
a { background-color: rgb(13,209,44); }
div.DivClassName
{
background-color: #0DD12C;
}
.BgClassName
{
background-color: #0DD12C;
}
</style>
border-color css
<style>
span { border-color: #0DD12C; }
span { border-color: rgb(13,209,44); }
td.TdClassName
{
border-color: #0DD12C;
}
.TagClassName
{
border-color: #0DD12C;
}
</style>