Shades of Pigment Green #0D9E45
Tints of Pigment Green #0D9E45
RGB
CMYK
RGB Variations
Color information
#0D9E45 (or 0x0D9E45) is known color: Pigment Green. HEX triplet: 0D, 9E and 45. RGB value is (13,158,69). Sum of RGB (Red+Green+Blue) = 13+158+69=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 158 (62.11% from 255 or 65.83% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9E45 is #F261BA. Grayscale: #686868. Windows color (decimal): -15884731 or 4562445. OLE color: 4562445.
HSL color Cylindrical-coordinate representation of color #0D9E45: hue angle of 143.17º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E45 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 158 | 69 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.38 |
| HSL | 143.17º | 0.85% | 0.34% | - |
| HSV(B) | 143.17º | 0.92% | 0.62% | - |
| XYZ | 13.47 | 24.97 | 9.74 | - |
| YUV | 104.5 | 107.96 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 69 | 0.92 | 0 | 0.56 | 0.38 | 143.17 | 0.85 | 0.34 |
| Hex | D | 9E | 45 | 5C | 0 | 38 | 26 | 8F | 55 | 22 |
| Octal | 15 | 236 | 105 | 134 | 0 | 70 | 46 | 217 | 125 | 42 |
| Binary | 1101 | 10011110 | 1000101 | 1011100 | 0 | 111000 | 100110 | 10001111 | 1010101 | 100010 |
Color Harmonies of #0D9E45
Complementary color
Monochromatic Colors of #0D9E45
Black with #0D9E45
Text Example
Text Example
White with #0D9E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9E45; }
p { color: rgb(13,158,69); }
H1.HeaderClassName
{
color: #0D9E45;
}
.AnyTagClassName
{
color: #0D9E45;
}
</style>
background-color css
<style>
a { background-color: #0D9E45; }
a { background-color: rgb(13,158,69); }
div.DivClassName
{
background-color: #0D9E45;
}
.BgClassName
{
background-color: #0D9E45;
}
</style>
border-color css
<style>
span { border-color: #0D9E45; }
span { border-color: rgb(13,158,69); }
td.TdClassName
{
border-color: #0D9E45;
}
.TagClassName
{
border-color: #0D9E45;
}
</style>