Shades of Pigment Green #0E943E
Tints of Pigment Green #0E943E
RGB
CMYK
RGB Variations
Color information
#0E943E (or 0x0E943E) is known color: Pigment Green. HEX triplet: 0E, 94 and 3E. RGB value is (14,148,62). Sum of RGB (Red+Green+Blue) = 14+148+62=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #0E943E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E943E is #F16BC1. Grayscale: #626262. Windows color (decimal): -15821762 or 4101134. OLE color: 4101134.
HSL color Cylindrical-coordinate representation of color #0E943E: hue angle of 141.49º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E943E is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 148 | 62 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.42 |
| HSL | 141.49º | 0.83% | 0.32% | - |
| HSV(B) | 141.49º | 0.91% | 0.58% | - |
| XYZ | 11.64 | 21.62 | 8.12 | - |
| YUV | 98.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 148 | 62 | 0.91 | 0 | 0.58 | 0.42 | 141.49 | 0.83 | 0.32 |
| Hex | E | 94 | 3E | 5B | 0 | 3A | 2A | 8D | 53 | 20 |
| Octal | 16 | 224 | 76 | 133 | 0 | 72 | 52 | 215 | 123 | 40 |
| Binary | 1110 | 10010100 | 111110 | 1011011 | 0 | 111010 | 101010 | 10001101 | 1010011 | 100000 |
Color Harmonies of #0E943E
Complementary color
Monochromatic Colors of #0E943E
Black with #0E943E
Text Example
Text Example
White with #0E943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E943E; }
p { color: rgb(14,148,62); }
H1.HeaderClassName
{
color: #0E943E;
}
.AnyTagClassName
{
color: #0E943E;
}
</style>
background-color css
<style>
a { background-color: #0E943E; }
a { background-color: rgb(14,148,62); }
div.DivClassName
{
background-color: #0E943E;
}
.BgClassName
{
background-color: #0E943E;
}
</style>
border-color css
<style>
span { border-color: #0E943E; }
span { border-color: rgb(14,148,62); }
td.TdClassName
{
border-color: #0E943E;
}
.TagClassName
{
border-color: #0E943E;
}
</style>