Shades of Pigment Green #0E9D36
Tints of Pigment Green #0E9D36
RGB
CMYK
RGB Variations
Color information
#0E9D36 (or 0x0E9D36) is known color: Pigment Green. HEX triplet: 0E, 9D and 36. RGB value is (14,157,54). Sum of RGB (Red+Green+Blue) = 14+157+54=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 157 (61.72% from 255 or 69.78% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D36 is #F162C9. Grayscale: #666666. Windows color (decimal): -15819466 or 3579150. OLE color: 3579150.
HSL color Cylindrical-coordinate representation of color #0E9D36: hue angle of 136.78º 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 #0E9D36 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 54 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.38 |
| HSL | 136.78º | 0.84% | 0.34% | - |
| HSV(B) | 136.78º | 0.91% | 0.62% | - |
| XYZ | 12.9 | 24.47 | 7.53 | - |
| YUV | 102.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 54 | 0.91 | 0 | 0.66 | 0.38 | 136.78 | 0.84 | 0.34 |
| Hex | E | 9D | 36 | 5B | 0 | 42 | 26 | 89 | 54 | 22 |
| Octal | 16 | 235 | 66 | 133 | 0 | 102 | 46 | 211 | 124 | 42 |
| Binary | 1110 | 10011101 | 110110 | 1011011 | 0 | 1000010 | 100110 | 10001001 | 1010100 | 100010 |
Color Harmonies of #0E9D36
Complementary color
Monochromatic Colors of #0E9D36
Black with #0E9D36
Text Example
Text Example
White with #0E9D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D36; }
p { color: rgb(14,157,54); }
H1.HeaderClassName
{
color: #0E9D36;
}
.AnyTagClassName
{
color: #0E9D36;
}
</style>
background-color css
<style>
a { background-color: #0E9D36; }
a { background-color: rgb(14,157,54); }
div.DivClassName
{
background-color: #0E9D36;
}
.BgClassName
{
background-color: #0E9D36;
}
</style>
border-color css
<style>
span { border-color: #0E9D36; }
span { border-color: rgb(14,157,54); }
td.TdClassName
{
border-color: #0E9D36;
}
.TagClassName
{
border-color: #0E9D36;
}
</style>