Shades of Pigment Green #0D9E4D
Tints of Pigment Green #0D9E4D
RGB
CMYK
RGB Variations
Color information
#0D9E4D (or 0x0D9E4D) is known color: Pigment Green. HEX triplet: 0D, 9E and 4D. RGB value is (13,158,77). Sum of RGB (Red+Green+Blue) = 13+158+77=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 158 (62.11% from 255 or 63.71% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E4D is #F261B2. Grayscale: #696969. Windows color (decimal): -15884723 or 5086733. OLE color: 5086733.
HSL color Cylindrical-coordinate representation of color #0D9E4D: hue angle of 146.48º 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 #0D9E4D is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 158 | 77 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.38 |
| HSL | 146.48º | 0.85% | 0.34% | - |
| HSV(B) | 146.48º | 0.92% | 0.62% | - |
| XYZ | 13.73 | 25.08 | 11.14 | - |
| YUV | 105.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 77 | 0.92 | 0 | 0.51 | 0.38 | 146.48 | 0.85 | 0.34 |
| Hex | D | 9E | 4D | 5C | 0 | 33 | 26 | 92 | 55 | 22 |
| Octal | 15 | 236 | 115 | 134 | 0 | 63 | 46 | 222 | 125 | 42 |
| Binary | 1101 | 10011110 | 1001101 | 1011100 | 0 | 110011 | 100110 | 10010010 | 1010101 | 100010 |
Color Harmonies of #0D9E4D
Complementary color
Monochromatic Colors of #0D9E4D
Black with #0D9E4D
Text Example
Text Example
White with #0D9E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9E4D; }
p { color: rgb(13,158,77); }
H1.HeaderClassName
{
color: #0D9E4D;
}
.AnyTagClassName
{
color: #0D9E4D;
}
</style>
background-color css
<style>
a { background-color: #0D9E4D; }
a { background-color: rgb(13,158,77); }
div.DivClassName
{
background-color: #0D9E4D;
}
.BgClassName
{
background-color: #0D9E4D;
}
</style>
border-color css
<style>
span { border-color: #0D9E4D; }
span { border-color: rgb(13,158,77); }
td.TdClassName
{
border-color: #0D9E4D;
}
.TagClassName
{
border-color: #0D9E4D;
}
</style>