Shades of Pigment Green #0DA33D
Tints of Pigment Green #0DA33D
RGB
CMYK
RGB Variations
Color information
#0DA33D (or 0x0DA33D) is known color: Pigment Green. HEX triplet: 0D, A3 and 3D. RGB value is (13,163,61). Sum of RGB (Red+Green+Blue) = 13+163+61=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 163 (64.06% from 255 or 68.78% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA33D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA33D is #F25CC2. Grayscale: #6A6A6A. Windows color (decimal): -15883459 or 4039437. OLE color: 4039437.
HSL color Cylindrical-coordinate representation of color #0DA33D: hue angle of 139.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA33D is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 61 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.36 |
| HSL | 139.2º | 0.85% | 0.35% | - |
| HSV(B) | 139.2º | 0.92% | 0.64% | - |
| XYZ | 14.11 | 26.62 | 8.81 | - |
| YUV | 106.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 61 | 0.92 | 0 | 0.63 | 0.36 | 139.2 | 0.85 | 0.35 |
| Hex | D | A3 | 3D | 5C | 0 | 3F | 24 | 8B | 55 | 23 |
| Octal | 15 | 243 | 75 | 134 | 0 | 77 | 44 | 213 | 125 | 43 |
| Binary | 1101 | 10100011 | 111101 | 1011100 | 0 | 111111 | 100100 | 10001011 | 1010101 | 100011 |
Color Harmonies of #0DA33D
Complementary color
Monochromatic Colors of #0DA33D
Black with #0DA33D
Text Example
Text Example
White with #0DA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA33D; }
p { color: rgb(13,163,61); }
H1.HeaderClassName
{
color: #0DA33D;
}
.AnyTagClassName
{
color: #0DA33D;
}
</style>
background-color css
<style>
a { background-color: #0DA33D; }
a { background-color: rgb(13,163,61); }
div.DivClassName
{
background-color: #0DA33D;
}
.BgClassName
{
background-color: #0DA33D;
}
</style>
border-color css
<style>
span { border-color: #0DA33D; }
span { border-color: rgb(13,163,61); }
td.TdClassName
{
border-color: #0DA33D;
}
.TagClassName
{
border-color: #0DA33D;
}
</style>