Shades of Pigment Green #0E9F36
Tints of Pigment Green #0E9F36
RGB
CMYK
RGB Variations
Color information
#0E9F36 (or 0x0E9F36) is known color: Pigment Green. HEX triplet: 0E, 9F and 36. RGB value is (14,159,54). Sum of RGB (Red+Green+Blue) = 14+159+54=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 159 (62.5% from 255 or 70.04% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F36 is #F160C9. Grayscale: #676767. Windows color (decimal): -15818954 or 3579662. OLE color: 3579662.
HSL color Cylindrical-coordinate representation of color #0E9F36: hue angle of 136.55º 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 #0E9F36 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 54 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.38 |
| HSL | 136.55º | 0.84% | 0.34% | - |
| HSV(B) | 136.55º | 0.91% | 0.62% | - |
| XYZ | 13.25 | 25.16 | 7.65 | - |
| YUV | 103.68 | 99.96 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 54 | 0.91 | 0 | 0.66 | 0.38 | 136.55 | 0.84 | 0.34 |
| Hex | E | 9F | 36 | 5B | 0 | 42 | 26 | 89 | 54 | 22 |
| Octal | 16 | 237 | 66 | 133 | 0 | 102 | 46 | 211 | 124 | 42 |
| Binary | 1110 | 10011111 | 110110 | 1011011 | 0 | 1000010 | 100110 | 10001001 | 1010100 | 100010 |
Color Harmonies of #0E9F36
Complementary color
Monochromatic Colors of #0E9F36
Black with #0E9F36
Text Example
Text Example
White with #0E9F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F36; }
p { color: rgb(14,159,54); }
H1.HeaderClassName
{
color: #0E9F36;
}
.AnyTagClassName
{
color: #0E9F36;
}
</style>
background-color css
<style>
a { background-color: #0E9F36; }
a { background-color: rgb(14,159,54); }
div.DivClassName
{
background-color: #0E9F36;
}
.BgClassName
{
background-color: #0E9F36;
}
</style>
border-color css
<style>
span { border-color: #0E9F36; }
span { border-color: rgb(14,159,54); }
td.TdClassName
{
border-color: #0E9F36;
}
.TagClassName
{
border-color: #0E9F36;
}
</style>