Shades of Dark Pastel Green #0DDA2C
Tints of Dark Pastel Green #0DDA2C
RGB
CMYK
RGB Variations
Color information
#0DDA2C (or 0x0DDA2C) is known color: Dark Pastel Green. HEX triplet: 0D, DA and 2C. RGB value is (13,218,44). Sum of RGB (Red+Green+Blue) = 13+218+44=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 218 (85.55% from 255 or 79.27% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDA2C is #F225D3. Grayscale: #898989. Windows color (decimal): -15869396 or 2939405. OLE color: 2939405.
HSL color Cylindrical-coordinate representation of color #0DDA2C: hue angle of 129.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDA2C is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 44 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.15 |
| HSL | 129.07º | 0.89% | 0.45% | - |
| HSV(B) | 129.07º | 0.94% | 0.85% | - |
| XYZ | 25.69 | 50.41 | 10.76 | - |
| YUV | 136.87 | 75.58 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 44 | 0.94 | 0 | 0.80 | 0.15 | 129.07 | 0.89 | 0.45 |
| Hex | D | DA | 2C | 5E | 0 | 50 | F | 81 | 59 | 2D |
| Octal | 15 | 332 | 54 | 136 | 0 | 120 | 17 | 201 | 131 | 55 |
| Binary | 1101 | 11011010 | 101100 | 1011110 | 0 | 1010000 | 1111 | 10000001 | 1011001 | 101101 |
Color Harmonies of #0DDA2C
Complementary color
Monochromatic Colors of #0DDA2C
Black with #0DDA2C
Text Example
Text Example
White with #0DDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA2C; }
p { color: rgb(13,218,44); }
H1.HeaderClassName
{
color: #0DDA2C;
}
.AnyTagClassName
{
color: #0DDA2C;
}
</style>
background-color css
<style>
a { background-color: #0DDA2C; }
a { background-color: rgb(13,218,44); }
div.DivClassName
{
background-color: #0DDA2C;
}
.BgClassName
{
background-color: #0DDA2C;
}
</style>
border-color css
<style>
span { border-color: #0DDA2C; }
span { border-color: rgb(13,218,44); }
td.TdClassName
{
border-color: #0DDA2C;
}
.TagClassName
{
border-color: #0DDA2C;
}
</style>