Shades of Dark Pastel Green #0DAB2A
Tints of Dark Pastel Green #0DAB2A
RGB
CMYK
RGB Variations
Color information
#0DAB2A (or 0x0DAB2A) is known color: Dark Pastel Green. HEX triplet: 0D, AB and 2A. RGB value is (13,171,42). Sum of RGB (Red+Green+Blue) = 13+171+42=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 171 (67.19% from 255 or 75.66% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB2A is #F254D5. Grayscale: #6D6D6D. Windows color (decimal): -15881430 or 2796301. OLE color: 2796301.
HSL color Cylindrical-coordinate representation of color #0DAB2A: hue angle of 131.01º 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 #0DAB2A is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 42 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.33 |
| HSL | 131.01º | 0.86% | 0.36% | - |
| HSV(B) | 131.01º | 0.92% | 0.67% | - |
| XYZ | 15.15 | 29.38 | 7.06 | - |
| YUV | 109.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 42 | 0.92 | 0 | 0.75 | 0.33 | 131.01 | 0.86 | 0.36 |
| Hex | D | AB | 2A | 5C | 0 | 4B | 21 | 83 | 56 | 24 |
| Octal | 15 | 253 | 52 | 134 | 0 | 113 | 41 | 203 | 126 | 44 |
| Binary | 1101 | 10101011 | 101010 | 1011100 | 0 | 1001011 | 100001 | 10000011 | 1010110 | 100100 |
Color Harmonies of #0DAB2A
Complementary color
Monochromatic Colors of #0DAB2A
Black with #0DAB2A
Text Example
Text Example
White with #0DAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB2A; }
p { color: rgb(13,171,42); }
H1.HeaderClassName
{
color: #0DAB2A;
}
.AnyTagClassName
{
color: #0DAB2A;
}
</style>
background-color css
<style>
a { background-color: #0DAB2A; }
a { background-color: rgb(13,171,42); }
div.DivClassName
{
background-color: #0DAB2A;
}
.BgClassName
{
background-color: #0DAB2A;
}
</style>
border-color css
<style>
span { border-color: #0DAB2A; }
span { border-color: rgb(13,171,42); }
td.TdClassName
{
border-color: #0DAB2A;
}
.TagClassName
{
border-color: #0DAB2A;
}
</style>