Shades of Pigment Green #0DA13E
Tints of Pigment Green #0DA13E
RGB
CMYK
RGB Variations
Color information
#0DA13E (or 0x0DA13E) is known color: Pigment Green. HEX triplet: 0D, A1 and 3E. RGB value is (13,161,62). Sum of RGB (Red+Green+Blue) = 13+161+62=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 161 (63.28% from 255 or 68.22% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA13E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA13E is #F25EC1. Grayscale: #696969. Windows color (decimal): -15883970 or 4104461. OLE color: 4104461.
HSL color Cylindrical-coordinate representation of color #0DA13E: hue angle of 139.86º 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 #0DA13E is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 62 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.37 |
| HSL | 139.86º | 0.85% | 0.34% | - |
| HSV(B) | 139.86º | 0.92% | 0.63% | - |
| XYZ | 13.78 | 25.92 | 8.83 | - |
| YUV | 105.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 62 | 0.92 | 0 | 0.61 | 0.37 | 139.86 | 0.85 | 0.34 |
| Hex | D | A1 | 3E | 5C | 0 | 3D | 25 | 8C | 55 | 22 |
| Octal | 15 | 241 | 76 | 134 | 0 | 75 | 45 | 214 | 125 | 42 |
| Binary | 1101 | 10100001 | 111110 | 1011100 | 0 | 111101 | 100101 | 10001100 | 1010101 | 100010 |
Color Harmonies of #0DA13E
Complementary color
Monochromatic Colors of #0DA13E
Black with #0DA13E
Text Example
Text Example
White with #0DA13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA13E; }
p { color: rgb(13,161,62); }
H1.HeaderClassName
{
color: #0DA13E;
}
.AnyTagClassName
{
color: #0DA13E;
}
</style>
background-color css
<style>
a { background-color: #0DA13E; }
a { background-color: rgb(13,161,62); }
div.DivClassName
{
background-color: #0DA13E;
}
.BgClassName
{
background-color: #0DA13E;
}
</style>
border-color css
<style>
span { border-color: #0DA13E; }
span { border-color: rgb(13,161,62); }
td.TdClassName
{
border-color: #0DA13E;
}
.TagClassName
{
border-color: #0DA13E;
}
</style>