Shades of Pigment Green #0E9F42
Tints of Pigment Green #0E9F42
RGB
CMYK
RGB Variations
Color information
#0E9F42 (or 0x0E9F42) is known color: Pigment Green. HEX triplet: 0E, 9F and 42. RGB value is (14,159,66). Sum of RGB (Red+Green+Blue) = 14+159+66=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 159 (62.5% from 255 or 66.53% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F42 is #F160BD. Grayscale: #696969. Windows color (decimal): -15818942 or 4366094. OLE color: 4366094.
HSL color Cylindrical-coordinate representation of color #0E9F42: hue angle of 141.52º 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 #0E9F42 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 66 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.38 |
| HSL | 141.52º | 0.84% | 0.34% | - |
| HSV(B) | 141.52º | 0.91% | 0.62% | - |
| XYZ | 13.56 | 25.28 | 9.32 | - |
| YUV | 105.04 | 105.96 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 66 | 0.91 | 0 | 0.58 | 0.38 | 141.52 | 0.84 | 0.34 |
| Hex | E | 9F | 42 | 5B | 0 | 3A | 26 | 8E | 54 | 22 |
| Octal | 16 | 237 | 102 | 133 | 0 | 72 | 46 | 216 | 124 | 42 |
| Binary | 1110 | 10011111 | 1000010 | 1011011 | 0 | 111010 | 100110 | 10001110 | 1010100 | 100010 |
Color Harmonies of #0E9F42
Complementary color
Monochromatic Colors of #0E9F42
Black with #0E9F42
Text Example
Text Example
White with #0E9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F42; }
p { color: rgb(14,159,66); }
H1.HeaderClassName
{
color: #0E9F42;
}
.AnyTagClassName
{
color: #0E9F42;
}
</style>
background-color css
<style>
a { background-color: #0E9F42; }
a { background-color: rgb(14,159,66); }
div.DivClassName
{
background-color: #0E9F42;
}
.BgClassName
{
background-color: #0E9F42;
}
</style>
border-color css
<style>
span { border-color: #0E9F42; }
span { border-color: rgb(14,159,66); }
td.TdClassName
{
border-color: #0E9F42;
}
.TagClassName
{
border-color: #0E9F42;
}
</style>