Shades of Pigment Green #0DA343
Tints of Pigment Green #0DA343
RGB
CMYK
RGB Variations
Color information
#0DA343 (or 0x0DA343) is known color: Pigment Green. HEX triplet: 0D, A3 and 43. RGB value is (13,163,67). Sum of RGB (Red+Green+Blue) = 13+163+67=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 163 (64.06% from 255 or 67.08% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA343 is #F25CBC. Grayscale: #6B6B6B. Windows color (decimal): -15883453 or 4432653. OLE color: 4432653.
HSL color Cylindrical-coordinate representation of color #0DA343: hue angle of 141.6º 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 #0DA343 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 67 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.36 |
| HSL | 141.6º | 0.85% | 0.35% | - |
| HSV(B) | 141.6º | 0.92% | 0.64% | - |
| XYZ | 14.28 | 26.69 | 9.71 | - |
| YUV | 107.21 | 105.31 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 67 | 0.92 | 0 | 0.59 | 0.36 | 141.6 | 0.85 | 0.35 |
| Hex | D | A3 | 43 | 5C | 0 | 3B | 24 | 8E | 55 | 23 |
| Octal | 15 | 243 | 103 | 134 | 0 | 73 | 44 | 216 | 125 | 43 |
| Binary | 1101 | 10100011 | 1000011 | 1011100 | 0 | 111011 | 100100 | 10001110 | 1010101 | 100011 |
Color Harmonies of #0DA343
Complementary color
Monochromatic Colors of #0DA343
Black with #0DA343
Text Example
Text Example
White with #0DA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA343; }
p { color: rgb(13,163,67); }
H1.HeaderClassName
{
color: #0DA343;
}
.AnyTagClassName
{
color: #0DA343;
}
</style>
background-color css
<style>
a { background-color: #0DA343; }
a { background-color: rgb(13,163,67); }
div.DivClassName
{
background-color: #0DA343;
}
.BgClassName
{
background-color: #0DA343;
}
</style>
border-color css
<style>
span { border-color: #0DA343; }
span { border-color: rgb(13,163,67); }
td.TdClassName
{
border-color: #0DA343;
}
.TagClassName
{
border-color: #0DA343;
}
</style>