Shades of Pigment Green #0E9D43
Tints of Pigment Green #0E9D43
RGB
CMYK
RGB Variations
Color information
#0E9D43 (or 0x0E9D43) is known color: Pigment Green. HEX triplet: 0E, 9D and 43. RGB value is (14,157,67). Sum of RGB (Red+Green+Blue) = 14+157+67=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 157 (61.72% from 255 or 65.97% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D43 is #F162BC. Grayscale: #686868. Windows color (decimal): -15819453 or 4431118. OLE color: 4431118.
HSL color Cylindrical-coordinate representation of color #0E9D43: hue angle of 142.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9D43 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 67 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.38 |
| HSL | 142.24º | 0.84% | 0.34% | - |
| HSV(B) | 142.24º | 0.91% | 0.62% | - |
| XYZ | 13.25 | 24.61 | 9.36 | - |
| YUV | 103.98 | 107.12 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 67 | 0.91 | 0 | 0.57 | 0.38 | 142.24 | 0.84 | 0.34 |
| Hex | E | 9D | 43 | 5B | 0 | 39 | 26 | 8E | 54 | 22 |
| Octal | 16 | 235 | 103 | 133 | 0 | 71 | 46 | 216 | 124 | 42 |
| Binary | 1110 | 10011101 | 1000011 | 1011011 | 0 | 111001 | 100110 | 10001110 | 1010100 | 100010 |
Color Harmonies of #0E9D43
Complementary color
Monochromatic Colors of #0E9D43
Black with #0E9D43
Text Example
Text Example
White with #0E9D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D43; }
p { color: rgb(14,157,67); }
H1.HeaderClassName
{
color: #0E9D43;
}
.AnyTagClassName
{
color: #0E9D43;
}
</style>
background-color css
<style>
a { background-color: #0E9D43; }
a { background-color: rgb(14,157,67); }
div.DivClassName
{
background-color: #0E9D43;
}
.BgClassName
{
background-color: #0E9D43;
}
</style>
border-color css
<style>
span { border-color: #0E9D43; }
span { border-color: rgb(14,157,67); }
td.TdClassName
{
border-color: #0E9D43;
}
.TagClassName
{
border-color: #0E9D43;
}
</style>