Shades of Dark Pastel Green #0DA53A
Tints of Dark Pastel Green #0DA53A
RGB
CMYK
RGB Variations
Color information
#0DA53A (or 0x0DA53A) is known color: Dark Pastel Green. HEX triplet: 0D, A5 and 3A. RGB value is (13,165,58). Sum of RGB (Red+Green+Blue) = 13+165+58=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA53A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA53A is #F25AC5. Grayscale: #6B6B6B. Windows color (decimal): -15882950 or 3843341. OLE color: 3843341.
HSL color Cylindrical-coordinate representation of color #0DA53A: hue angle of 137.76º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA53A is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 58 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.35 |
| HSL | 137.76º | 0.85% | 0.35% | - |
| HSV(B) | 137.76º | 0.92% | 0.65% | - |
| XYZ | 14.38 | 27.3 | 8.51 | - |
| YUV | 107.35 | 100.14 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 58 | 0.92 | 0 | 0.65 | 0.35 | 137.76 | 0.85 | 0.35 |
| Hex | D | A5 | 3A | 5C | 0 | 41 | 23 | 8A | 55 | 23 |
| Octal | 15 | 245 | 72 | 134 | 0 | 101 | 43 | 212 | 125 | 43 |
| Binary | 1101 | 10100101 | 111010 | 1011100 | 0 | 1000001 | 100011 | 10001010 | 1010101 | 100011 |
Color Harmonies of #0DA53A
Complementary color
Monochromatic Colors of #0DA53A
Black with #0DA53A
Text Example
Text Example
White with #0DA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA53A; }
p { color: rgb(13,165,58); }
H1.HeaderClassName
{
color: #0DA53A;
}
.AnyTagClassName
{
color: #0DA53A;
}
</style>
background-color css
<style>
a { background-color: #0DA53A; }
a { background-color: rgb(13,165,58); }
div.DivClassName
{
background-color: #0DA53A;
}
.BgClassName
{
background-color: #0DA53A;
}
</style>
border-color css
<style>
span { border-color: #0DA53A; }
span { border-color: rgb(13,165,58); }
td.TdClassName
{
border-color: #0DA53A;
}
.TagClassName
{
border-color: #0DA53A;
}
</style>