Shades of Dark Pastel Green #0DDA2F
Tints of Dark Pastel Green #0DDA2F
RGB
CMYK
RGB Variations
Color information
#0DDA2F (or 0x0DDA2F) is known color: Dark Pastel Green. HEX triplet: 0D, DA and 2F. RGB value is (13,218,47). Sum of RGB (Red+Green+Blue) = 13+218+47=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDA2F is #F225D0. Grayscale: #898989. Windows color (decimal): -15869393 or 3136013. OLE color: 3136013.
HSL color Cylindrical-coordinate representation of color #0DDA2F: hue angle of 129.95º 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 #0DDA2F is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 47 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.15 |
| HSL | 129.95º | 0.89% | 0.45% | - |
| HSV(B) | 129.95º | 0.94% | 0.85% | - |
| XYZ | 25.75 | 50.43 | 11.07 | - |
| YUV | 137.21 | 77.08 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 47 | 0.94 | 0 | 0.78 | 0.15 | 129.95 | 0.89 | 0.45 |
| Hex | D | DA | 2F | 5E | 0 | 4E | F | 82 | 59 | 2D |
| Octal | 15 | 332 | 57 | 136 | 0 | 116 | 17 | 202 | 131 | 55 |
| Binary | 1101 | 11011010 | 101111 | 1011110 | 0 | 1001110 | 1111 | 10000010 | 1011001 | 101101 |
Color Harmonies of #0DDA2F
Complementary color
Monochromatic Colors of #0DDA2F
Black with #0DDA2F
Text Example
Text Example
White with #0DDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA2F; }
p { color: rgb(13,218,47); }
H1.HeaderClassName
{
color: #0DDA2F;
}
.AnyTagClassName
{
color: #0DDA2F;
}
</style>
background-color css
<style>
a { background-color: #0DDA2F; }
a { background-color: rgb(13,218,47); }
div.DivClassName
{
background-color: #0DDA2F;
}
.BgClassName
{
background-color: #0DDA2F;
}
</style>
border-color css
<style>
span { border-color: #0DDA2F; }
span { border-color: rgb(13,218,47); }
td.TdClassName
{
border-color: #0DDA2F;
}
.TagClassName
{
border-color: #0DDA2F;
}
</style>