Shades of Dark Pastel Green #0DA938
Tints of Dark Pastel Green #0DA938
RGB
CMYK
RGB Variations
Color information
#0DA938 (or 0x0DA938) is known color: Dark Pastel Green. HEX triplet: 0D, A9 and 38. RGB value is (13,169,56). Sum of RGB (Red+Green+Blue) = 13+169+56=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 169 (66.41% from 255 or 71.01% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA938 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA938 is #F256C7. Grayscale: #6D6D6D. Windows color (decimal): -15881928 or 3713293. OLE color: 3713293.
HSL color Cylindrical-coordinate representation of color #0DA938: hue angle of 136.54º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA938 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 56 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.34 |
| HSL | 136.54º | 0.86% | 0.36% | - |
| HSV(B) | 136.54º | 0.92% | 0.66% | - |
| XYZ | 15.07 | 28.75 | 8.5 | - |
| YUV | 109.47 | 97.82 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 56 | 0.92 | 0 | 0.67 | 0.34 | 136.54 | 0.86 | 0.36 |
| Hex | D | A9 | 38 | 5C | 0 | 43 | 22 | 89 | 56 | 24 |
| Octal | 15 | 251 | 70 | 134 | 0 | 103 | 42 | 211 | 126 | 44 |
| Binary | 1101 | 10101001 | 111000 | 1011100 | 0 | 1000011 | 100010 | 10001001 | 1010110 | 100100 |
Color Harmonies of #0DA938
Complementary color
Monochromatic Colors of #0DA938
Black with #0DA938
Text Example
Text Example
White with #0DA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA938; }
p { color: rgb(13,169,56); }
H1.HeaderClassName
{
color: #0DA938;
}
.AnyTagClassName
{
color: #0DA938;
}
</style>
background-color css
<style>
a { background-color: #0DA938; }
a { background-color: rgb(13,169,56); }
div.DivClassName
{
background-color: #0DA938;
}
.BgClassName
{
background-color: #0DA938;
}
</style>
border-color css
<style>
span { border-color: #0DA938; }
span { border-color: rgb(13,169,56); }
td.TdClassName
{
border-color: #0DA938;
}
.TagClassName
{
border-color: #0DA938;
}
</style>