Shades of Dark Pastel Green #0DD02D
Tints of Dark Pastel Green #0DD02D
RGB
CMYK
RGB Variations
Color information
#0DD02D (or 0x0DD02D) is known color: Dark Pastel Green. HEX triplet: 0D, D0 and 2D. RGB value is (13,208,45). Sum of RGB (Red+Green+Blue) = 13+208+45=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 208 (81.64% from 255 or 78.20% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD02D is #F22FD2. Grayscale: #838383. Windows color (decimal): -15871955 or 3002381. OLE color: 3002381.
HSL color Cylindrical-coordinate representation of color #0DD02D: hue angle of 129.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD02D is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 208 | 45 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.18 |
| HSL | 129.85º | 0.88% | 0.43% | - |
| HSV(B) | 129.85º | 0.94% | 0.82% | - |
| XYZ | 23.2 | 45.39 | 10.02 | - |
| YUV | 131.11 | 79.4 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 45 | 0.94 | 0 | 0.78 | 0.18 | 129.85 | 0.88 | 0.43 |
| Hex | D | D0 | 2D | 5E | 0 | 4E | 12 | 82 | 58 | 2B |
| Octal | 15 | 320 | 55 | 136 | 0 | 116 | 22 | 202 | 130 | 53 |
| Binary | 1101 | 11010000 | 101101 | 1011110 | 0 | 1001110 | 10010 | 10000010 | 1011000 | 101011 |
Color Harmonies of #0DD02D
Complementary color
Monochromatic Colors of #0DD02D
Black with #0DD02D
Text Example
Text Example
White with #0DD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD02D; }
p { color: rgb(13,208,45); }
H1.HeaderClassName
{
color: #0DD02D;
}
.AnyTagClassName
{
color: #0DD02D;
}
</style>
background-color css
<style>
a { background-color: #0DD02D; }
a { background-color: rgb(13,208,45); }
div.DivClassName
{
background-color: #0DD02D;
}
.BgClassName
{
background-color: #0DD02D;
}
</style>
border-color css
<style>
span { border-color: #0DD02D; }
span { border-color: rgb(13,208,45); }
td.TdClassName
{
border-color: #0DD02D;
}
.TagClassName
{
border-color: #0DD02D;
}
</style>