Shades of Pigment Green #0D9D4E
Tints of Pigment Green #0D9D4E
RGB
CMYK
RGB Variations
Color information
#0D9D4E (or 0x0D9D4E) is known color: Pigment Green. HEX triplet: 0D, 9D and 4E. RGB value is (13,157,78). Sum of RGB (Red+Green+Blue) = 13+157+78=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9D4E is #F262B1. Grayscale: #696969. Windows color (decimal): -15884978 or 5152013. OLE color: 5152013.
HSL color Cylindrical-coordinate representation of color #0D9D4E: hue angle of 147.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D4E is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 157 | 78 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.38 |
| HSL | 147.08º | 0.85% | 0.33% | - |
| HSV(B) | 147.08º | 0.92% | 0.62% | - |
| XYZ | 13.6 | 24.75 | 11.27 | - |
| YUV | 104.94 | 112.79 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 78 | 0.92 | 0 | 0.50 | 0.38 | 147.08 | 0.85 | 0.33 |
| Hex | D | 9D | 4E | 5C | 0 | 32 | 26 | 93 | 55 | 21 |
| Octal | 15 | 235 | 116 | 134 | 0 | 62 | 46 | 223 | 125 | 41 |
| Binary | 1101 | 10011101 | 1001110 | 1011100 | 0 | 110010 | 100110 | 10010011 | 1010101 | 100001 |
Color Harmonies of #0D9D4E
Complementary color
Monochromatic Colors of #0D9D4E
Black with #0D9D4E
Text Example
Text Example
White with #0D9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9D4E; }
p { color: rgb(13,157,78); }
H1.HeaderClassName
{
color: #0D9D4E;
}
.AnyTagClassName
{
color: #0D9D4E;
}
</style>
background-color css
<style>
a { background-color: #0D9D4E; }
a { background-color: rgb(13,157,78); }
div.DivClassName
{
background-color: #0D9D4E;
}
.BgClassName
{
background-color: #0D9D4E;
}
</style>
border-color css
<style>
span { border-color: #0D9D4E; }
span { border-color: rgb(13,157,78); }
td.TdClassName
{
border-color: #0D9D4E;
}
.TagClassName
{
border-color: #0D9D4E;
}
</style>