Shades of Pigment Green #0DA03D
Tints of Pigment Green #0DA03D
RGB
CMYK
RGB Variations
Color information
#0DA03D (or 0x0DA03D) is known color: Pigment Green. HEX triplet: 0D, A0 and 3D. RGB value is (13,160,61). Sum of RGB (Red+Green+Blue) = 13+160+61=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 160 (62.89% from 255 or 68.38% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA03D is #F25FC2. Grayscale: #696969. Windows color (decimal): -15884227 or 4038669. OLE color: 4038669.
HSL color Cylindrical-coordinate representation of color #0DA03D: hue angle of 139.59º 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 #0DA03D is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 61 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.37 |
| HSL | 139.59º | 0.85% | 0.34% | - |
| HSV(B) | 139.59º | 0.92% | 0.63% | - |
| XYZ | 13.58 | 25.56 | 8.63 | - |
| YUV | 104.76 | 103.3 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 61 | 0.92 | 0 | 0.62 | 0.37 | 139.59 | 0.85 | 0.34 |
| Hex | D | A0 | 3D | 5C | 0 | 3E | 25 | 8C | 55 | 22 |
| Octal | 15 | 240 | 75 | 134 | 0 | 76 | 45 | 214 | 125 | 42 |
| Binary | 1101 | 10100000 | 111101 | 1011100 | 0 | 111110 | 100101 | 10001100 | 1010101 | 100010 |
Color Harmonies of #0DA03D
Complementary color
Monochromatic Colors of #0DA03D
Black with #0DA03D
Text Example
Text Example
White with #0DA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA03D; }
p { color: rgb(13,160,61); }
H1.HeaderClassName
{
color: #0DA03D;
}
.AnyTagClassName
{
color: #0DA03D;
}
</style>
background-color css
<style>
a { background-color: #0DA03D; }
a { background-color: rgb(13,160,61); }
div.DivClassName
{
background-color: #0DA03D;
}
.BgClassName
{
background-color: #0DA03D;
}
</style>
border-color css
<style>
span { border-color: #0DA03D; }
span { border-color: rgb(13,160,61); }
td.TdClassName
{
border-color: #0DA03D;
}
.TagClassName
{
border-color: #0DA03D;
}
</style>