Shades of Dark Pastel Green #0DA93D
Tints of Dark Pastel Green #0DA93D
RGB
CMYK
RGB Variations
Color information
#0DA93D (or 0x0DA93D) is known color: Dark Pastel Green. HEX triplet: 0D, A9 and 3D. RGB value is (13,169,61). Sum of RGB (Red+Green+Blue) = 13+169+61=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 169 (66.41% from 255 or 69.55% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA93D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA93D is #F256C2. Grayscale: #6E6E6E. Windows color (decimal): -15881923 or 4040973. OLE color: 4040973.
HSL color Cylindrical-coordinate representation of color #0DA93D: hue angle of 138.46º 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 #0DA93D is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 61 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.34 |
| HSL | 138.46º | 0.86% | 0.36% | - |
| HSV(B) | 138.46º | 0.92% | 0.66% | - |
| XYZ | 15.2 | 28.8 | 9.17 | - |
| YUV | 110.04 | 100.32 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 61 | 0.92 | 0 | 0.64 | 0.34 | 138.46 | 0.86 | 0.36 |
| Hex | D | A9 | 3D | 5C | 0 | 40 | 22 | 8A | 56 | 24 |
| Octal | 15 | 251 | 75 | 134 | 0 | 100 | 42 | 212 | 126 | 44 |
| Binary | 1101 | 10101001 | 111101 | 1011100 | 0 | 1000000 | 100010 | 10001010 | 1010110 | 100100 |
Color Harmonies of #0DA93D
Complementary color
Monochromatic Colors of #0DA93D
Black with #0DA93D
Text Example
Text Example
White with #0DA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA93D; }
p { color: rgb(13,169,61); }
H1.HeaderClassName
{
color: #0DA93D;
}
.AnyTagClassName
{
color: #0DA93D;
}
</style>
background-color css
<style>
a { background-color: #0DA93D; }
a { background-color: rgb(13,169,61); }
div.DivClassName
{
background-color: #0DA93D;
}
.BgClassName
{
background-color: #0DA93D;
}
</style>
border-color css
<style>
span { border-color: #0DA93D; }
span { border-color: rgb(13,169,61); }
td.TdClassName
{
border-color: #0DA93D;
}
.TagClassName
{
border-color: #0DA93D;
}
</style>