Shades of Pigment Green #0DA140
Tints of Pigment Green #0DA140
RGB
CMYK
RGB Variations
Color information
#0DA140 (or 0x0DA140) is known color: Pigment Green. HEX triplet: 0D, A1 and 40. RGB value is (13,161,64). Sum of RGB (Red+Green+Blue) = 13+161+64=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 161 (63.28% from 255 or 67.65% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA140 is #F25EBF. Grayscale: #696969. Windows color (decimal): -15883968 or 4235533. OLE color: 4235533.
HSL color Cylindrical-coordinate representation of color #0DA140: hue angle of 140.68º 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 #0DA140 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 64 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.37 |
| HSL | 140.68º | 0.85% | 0.34% | - |
| HSV(B) | 140.68º | 0.92% | 0.63% | - |
| XYZ | 13.84 | 25.95 | 9.13 | - |
| YUV | 105.69 | 104.47 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 64 | 0.92 | 0 | 0.60 | 0.37 | 140.68 | 0.85 | 0.34 |
| Hex | D | A1 | 40 | 5C | 0 | 3C | 25 | 8D | 55 | 22 |
| Octal | 15 | 241 | 100 | 134 | 0 | 74 | 45 | 215 | 125 | 42 |
| Binary | 1101 | 10100001 | 1000000 | 1011100 | 0 | 111100 | 100101 | 10001101 | 1010101 | 100010 |
Color Harmonies of #0DA140
Complementary color
Monochromatic Colors of #0DA140
Black with #0DA140
Text Example
Text Example
White with #0DA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA140; }
p { color: rgb(13,161,64); }
H1.HeaderClassName
{
color: #0DA140;
}
.AnyTagClassName
{
color: #0DA140;
}
</style>
background-color css
<style>
a { background-color: #0DA140; }
a { background-color: rgb(13,161,64); }
div.DivClassName
{
background-color: #0DA140;
}
.BgClassName
{
background-color: #0DA140;
}
</style>
border-color css
<style>
span { border-color: #0DA140; }
span { border-color: rgb(13,161,64); }
td.TdClassName
{
border-color: #0DA140;
}
.TagClassName
{
border-color: #0DA140;
}
</style>