Shades of Pigment Green #0E9F46
Tints of Pigment Green #0E9F46
RGB
CMYK
RGB Variations
Color information
#0E9F46 (or 0x0E9F46) is known color: Pigment Green. HEX triplet: 0E, 9F and 46. RGB value is (14,159,70). Sum of RGB (Red+Green+Blue) = 14+159+70=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 159 (62.5% from 255 or 65.43% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F46 is #F160B9. Grayscale: #696969. Windows color (decimal): -15818938 or 4628238. OLE color: 4628238.
HSL color Cylindrical-coordinate representation of color #0E9F46: hue angle of 143.17º 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 #0E9F46 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 70 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.38 |
| HSL | 143.17º | 0.84% | 0.34% | - |
| HSV(B) | 143.17º | 0.91% | 0.62% | - |
| XYZ | 13.68 | 25.33 | 9.96 | - |
| YUV | 105.5 | 107.96 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 70 | 0.91 | 0 | 0.56 | 0.38 | 143.17 | 0.84 | 0.34 |
| Hex | E | 9F | 46 | 5B | 0 | 38 | 26 | 8F | 54 | 22 |
| Octal | 16 | 237 | 106 | 133 | 0 | 70 | 46 | 217 | 124 | 42 |
| Binary | 1110 | 10011111 | 1000110 | 1011011 | 0 | 111000 | 100110 | 10001111 | 1010100 | 100010 |
Color Harmonies of #0E9F46
Complementary color
Monochromatic Colors of #0E9F46
Black with #0E9F46
Text Example
Text Example
White with #0E9F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F46; }
p { color: rgb(14,159,70); }
H1.HeaderClassName
{
color: #0E9F46;
}
.AnyTagClassName
{
color: #0E9F46;
}
</style>
background-color css
<style>
a { background-color: #0E9F46; }
a { background-color: rgb(14,159,70); }
div.DivClassName
{
background-color: #0E9F46;
}
.BgClassName
{
background-color: #0E9F46;
}
</style>
border-color css
<style>
span { border-color: #0E9F46; }
span { border-color: rgb(14,159,70); }
td.TdClassName
{
border-color: #0E9F46;
}
.TagClassName
{
border-color: #0E9F46;
}
</style>