Shades of Pigment Green #0E944F
Tints of Pigment Green #0E944F
RGB
CMYK
RGB Variations
Color information
#0E944F (or 0x0E944F) is known color: Pigment Green. HEX triplet: 0E, 94 and 4F. RGB value is (14,148,79). Sum of RGB (Red+Green+Blue) = 14+148+79=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #0E944F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E944F is #F16BB0. Grayscale: #646464. Windows color (decimal): -15821745 or 5215246. OLE color: 5215246.
HSL color Cylindrical-coordinate representation of color #0E944F: hue angle of 149.1º 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 #0E944F is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 148 | 79 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.42 |
| HSL | 149.1º | 0.83% | 0.32% | - |
| HSV(B) | 149.1º | 0.91% | 0.58% | - |
| XYZ | 12.18 | 21.84 | 10.97 | - |
| YUV | 100.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 148 | 79 | 0.91 | 0 | 0.47 | 0.42 | 149.1 | 0.83 | 0.32 |
| Hex | E | 94 | 4F | 5B | 0 | 2F | 2A | 95 | 53 | 20 |
| Octal | 16 | 224 | 117 | 133 | 0 | 57 | 52 | 225 | 123 | 40 |
| Binary | 1110 | 10010100 | 1001111 | 1011011 | 0 | 101111 | 101010 | 10010101 | 1010011 | 100000 |
Color Harmonies of #0E944F
Complementary color
Monochromatic Colors of #0E944F
Black with #0E944F
Text Example
Text Example
White with #0E944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E944F; }
p { color: rgb(14,148,79); }
H1.HeaderClassName
{
color: #0E944F;
}
.AnyTagClassName
{
color: #0E944F;
}
</style>
background-color css
<style>
a { background-color: #0E944F; }
a { background-color: rgb(14,148,79); }
div.DivClassName
{
background-color: #0E944F;
}
.BgClassName
{
background-color: #0E944F;
}
</style>
border-color css
<style>
span { border-color: #0E944F; }
span { border-color: rgb(14,148,79); }
td.TdClassName
{
border-color: #0E944F;
}
.TagClassName
{
border-color: #0E944F;
}
</style>