Shades of Pigment Green #0D9E3E
Tints of Pigment Green #0D9E3E
RGB
CMYK
RGB Variations
Color information
#0D9E3E (or 0x0D9E3E) is known color: Pigment Green. HEX triplet: 0D, 9E and 3E. RGB value is (13,158,62). Sum of RGB (Red+Green+Blue) = 13+158+62=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 158 (62.11% from 255 or 67.81% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9E3E is #F261C1. Grayscale: #676767. Windows color (decimal): -15884738 or 4103693. OLE color: 4103693.
HSL color Cylindrical-coordinate representation of color #0D9E3E: hue angle of 140.28º 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 #0D9E3E is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 158 | 62 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.38 |
| HSL | 140.28º | 0.85% | 0.34% | - |
| HSV(B) | 140.28º | 0.92% | 0.62% | - |
| XYZ | 13.26 | 24.89 | 8.66 | - |
| YUV | 103.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 62 | 0.92 | 0 | 0.61 | 0.38 | 140.28 | 0.85 | 0.34 |
| Hex | D | 9E | 3E | 5C | 0 | 3D | 26 | 8C | 55 | 22 |
| Octal | 15 | 236 | 76 | 134 | 0 | 75 | 46 | 214 | 125 | 42 |
| Binary | 1101 | 10011110 | 111110 | 1011100 | 0 | 111101 | 100110 | 10001100 | 1010101 | 100010 |
Color Harmonies of #0D9E3E
Complementary color
Monochromatic Colors of #0D9E3E
Black with #0D9E3E
Text Example
Text Example
White with #0D9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9E3E; }
p { color: rgb(13,158,62); }
H1.HeaderClassName
{
color: #0D9E3E;
}
.AnyTagClassName
{
color: #0D9E3E;
}
</style>
background-color css
<style>
a { background-color: #0D9E3E; }
a { background-color: rgb(13,158,62); }
div.DivClassName
{
background-color: #0D9E3E;
}
.BgClassName
{
background-color: #0D9E3E;
}
</style>
border-color css
<style>
span { border-color: #0D9E3E; }
span { border-color: rgb(13,158,62); }
td.TdClassName
{
border-color: #0D9E3E;
}
.TagClassName
{
border-color: #0D9E3E;
}
</style>