Shades of Pigment Green #0D9647
Tints of Pigment Green #0D9647
RGB
CMYK
RGB Variations
Color information
#0D9647 (or 0x0D9647) is known color: Pigment Green. HEX triplet: 0D, 96 and 47. RGB value is (13,150,71). Sum of RGB (Red+Green+Blue) = 13+150+71=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9647 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9647 is #F269B8. Grayscale: #646464. Windows color (decimal): -15886777 or 4691469. OLE color: 4691469.
HSL color Cylindrical-coordinate representation of color #0D9647: hue angle of 145.4º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9647 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 71 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.41 |
| HSL | 145.4º | 0.84% | 0.32% | - |
| HSV(B) | 145.4º | 0.91% | 0.59% | - |
| XYZ | 12.21 | 22.35 | 9.63 | - |
| YUV | 100.03 | 111.61 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 71 | 0.91 | 0 | 0.53 | 0.41 | 145.4 | 0.84 | 0.32 |
| Hex | D | 96 | 47 | 5B | 0 | 35 | 29 | 91 | 54 | 20 |
| Octal | 15 | 226 | 107 | 133 | 0 | 65 | 51 | 221 | 124 | 40 |
| Binary | 1101 | 10010110 | 1000111 | 1011011 | 0 | 110101 | 101001 | 10010001 | 1010100 | 100000 |
Color Harmonies of #0D9647
Complementary color
Monochromatic Colors of #0D9647
Black with #0D9647
Text Example
Text Example
White with #0D9647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9647; }
p { color: rgb(13,150,71); }
H1.HeaderClassName
{
color: #0D9647;
}
.AnyTagClassName
{
color: #0D9647;
}
</style>
background-color css
<style>
a { background-color: #0D9647; }
a { background-color: rgb(13,150,71); }
div.DivClassName
{
background-color: #0D9647;
}
.BgClassName
{
background-color: #0D9647;
}
</style>
border-color css
<style>
span { border-color: #0D9647; }
span { border-color: rgb(13,150,71); }
td.TdClassName
{
border-color: #0D9647;
}
.TagClassName
{
border-color: #0D9647;
}
</style>