Shades of Pigment Green #0DA13D
Tints of Pigment Green #0DA13D
RGB
CMYK
RGB Variations
Color information
#0DA13D (or 0x0DA13D) is known color: Pigment Green. HEX triplet: 0D, A1 and 3D. RGB value is (13,161,61). Sum of RGB (Red+Green+Blue) = 13+161+61=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA13D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA13D is #F25EC2. Grayscale: #696969. Windows color (decimal): -15883971 or 4038925. OLE color: 4038925.
HSL color Cylindrical-coordinate representation of color #0DA13D: hue angle of 139.46º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA13D is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 61 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.37 |
| HSL | 139.46º | 0.85% | 0.34% | - |
| HSV(B) | 139.46º | 0.92% | 0.63% | - |
| XYZ | 13.75 | 25.91 | 8.69 | - |
| YUV | 105.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 61 | 0.92 | 0 | 0.62 | 0.37 | 139.46 | 0.85 | 0.34 |
| Hex | D | A1 | 3D | 5C | 0 | 3E | 25 | 8B | 55 | 22 |
| Octal | 15 | 241 | 75 | 134 | 0 | 76 | 45 | 213 | 125 | 42 |
| Binary | 1101 | 10100001 | 111101 | 1011100 | 0 | 111110 | 100101 | 10001011 | 1010101 | 100010 |
Color Harmonies of #0DA13D
Complementary color
Monochromatic Colors of #0DA13D
Black with #0DA13D
Text Example
Text Example
White with #0DA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA13D; }
p { color: rgb(13,161,61); }
H1.HeaderClassName
{
color: #0DA13D;
}
.AnyTagClassName
{
color: #0DA13D;
}
</style>
background-color css
<style>
a { background-color: #0DA13D; }
a { background-color: rgb(13,161,61); }
div.DivClassName
{
background-color: #0DA13D;
}
.BgClassName
{
background-color: #0DA13D;
}
</style>
border-color css
<style>
span { border-color: #0DA13D; }
span { border-color: rgb(13,161,61); }
td.TdClassName
{
border-color: #0DA13D;
}
.TagClassName
{
border-color: #0DA13D;
}
</style>