Shades of Dark Pastel Green #0DAC2B
Tints of Dark Pastel Green #0DAC2B
RGB
CMYK
RGB Variations
Color information
#0DAC2B (or 0x0DAC2B) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 2B. RGB value is (13,172,43). Sum of RGB (Red+Green+Blue) = 13+172+43=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 172 (67.58% from 255 or 75.44% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC2B is #F253D4. Grayscale: #6E6E6E. Windows color (decimal): -15881173 or 2862093. OLE color: 2862093.
HSL color Cylindrical-coordinate representation of color #0DAC2B: hue angle of 131.32º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC2B is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 43 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.33 |
| HSL | 131.32º | 0.86% | 0.36% | - |
| HSV(B) | 131.32º | 0.92% | 0.67% | - |
| XYZ | 15.35 | 29.77 | 7.22 | - |
| YUV | 109.75 | 90.32 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 43 | 0.92 | 0 | 0.75 | 0.33 | 131.32 | 0.86 | 0.36 |
| Hex | D | AC | 2B | 5C | 0 | 4B | 21 | 83 | 56 | 24 |
| Octal | 15 | 254 | 53 | 134 | 0 | 113 | 41 | 203 | 126 | 44 |
| Binary | 1101 | 10101100 | 101011 | 1011100 | 0 | 1001011 | 100001 | 10000011 | 1010110 | 100100 |
Color Harmonies of #0DAC2B
Complementary color
Monochromatic Colors of #0DAC2B
Black with #0DAC2B
Text Example
Text Example
White with #0DAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC2B; }
p { color: rgb(13,172,43); }
H1.HeaderClassName
{
color: #0DAC2B;
}
.AnyTagClassName
{
color: #0DAC2B;
}
</style>
background-color css
<style>
a { background-color: #0DAC2B; }
a { background-color: rgb(13,172,43); }
div.DivClassName
{
background-color: #0DAC2B;
}
.BgClassName
{
background-color: #0DAC2B;
}
</style>
border-color css
<style>
span { border-color: #0DAC2B; }
span { border-color: rgb(13,172,43); }
td.TdClassName
{
border-color: #0DAC2B;
}
.TagClassName
{
border-color: #0DAC2B;
}
</style>