Shades of Dark Pastel Green #0DA826
Tints of Dark Pastel Green #0DA826
RGB
CMYK
RGB Variations
Color information
#0DA826 (or 0x0DA826) is known color: Dark Pastel Green. HEX triplet: 0D, A8 and 26. RGB value is (13,168,38). Sum of RGB (Red+Green+Blue) = 13+168+38=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 168 (66.02% from 255 or 76.71% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA826 is #F257D9. Grayscale: #6B6B6B. Windows color (decimal): -15882202 or 2533389. OLE color: 2533389.
HSL color Cylindrical-coordinate representation of color #0DA826: hue angle of 129.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA826 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 38 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.34 |
| HSL | 129.68º | 0.86% | 0.35% | - |
| HSV(B) | 129.68º | 0.92% | 0.66% | - |
| XYZ | 14.52 | 28.23 | 6.52 | - |
| YUV | 106.84 | 89.15 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 38 | 0.92 | 0 | 0.77 | 0.34 | 129.68 | 0.86 | 0.35 |
| Hex | D | A8 | 26 | 5C | 0 | 4D | 22 | 82 | 56 | 23 |
| Octal | 15 | 250 | 46 | 134 | 0 | 115 | 42 | 202 | 126 | 43 |
| Binary | 1101 | 10101000 | 100110 | 1011100 | 0 | 1001101 | 100010 | 10000010 | 1010110 | 100011 |
Color Harmonies of #0DA826
Complementary color
Monochromatic Colors of #0DA826
Black with #0DA826
Text Example
Text Example
White with #0DA826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA826; }
p { color: rgb(13,168,38); }
H1.HeaderClassName
{
color: #0DA826;
}
.AnyTagClassName
{
color: #0DA826;
}
</style>
background-color css
<style>
a { background-color: #0DA826; }
a { background-color: rgb(13,168,38); }
div.DivClassName
{
background-color: #0DA826;
}
.BgClassName
{
background-color: #0DA826;
}
</style>
border-color css
<style>
span { border-color: #0DA826; }
span { border-color: rgb(13,168,38); }
td.TdClassName
{
border-color: #0DA826;
}
.TagClassName
{
border-color: #0DA826;
}
</style>