Shades of Pigment Green #0E964C
Tints of Pigment Green #0E964C
RGB
CMYK
RGB Variations
Color information
#0E964C (or 0x0E964C) is known color: Pigment Green. HEX triplet: 0E, 96 and 4C. RGB value is (14,150,76). Sum of RGB (Red+Green+Blue) = 14+150+76=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #0E964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E964C is #F169B3. Grayscale: #656565. Windows color (decimal): -15821236 or 5019150. OLE color: 5019150.
HSL color Cylindrical-coordinate representation of color #0E964C: hue angle of 147.35º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E964C is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 150 | 76 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.41 |
| HSL | 147.35º | 0.83% | 0.32% | - |
| HSV(B) | 147.35º | 0.91% | 0.59% | - |
| XYZ | 12.39 | 22.43 | 10.51 | - |
| YUV | 100.9 | 113.94 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 150 | 76 | 0.91 | 0 | 0.49 | 0.41 | 147.35 | 0.83 | 0.32 |
| Hex | E | 96 | 4C | 5B | 0 | 31 | 29 | 93 | 53 | 20 |
| Octal | 16 | 226 | 114 | 133 | 0 | 61 | 51 | 223 | 123 | 40 |
| Binary | 1110 | 10010110 | 1001100 | 1011011 | 0 | 110001 | 101001 | 10010011 | 1010011 | 100000 |
Color Harmonies of #0E964C
Complementary color
Monochromatic Colors of #0E964C
Black with #0E964C
Text Example
Text Example
White with #0E964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E964C; }
p { color: rgb(14,150,76); }
H1.HeaderClassName
{
color: #0E964C;
}
.AnyTagClassName
{
color: #0E964C;
}
</style>
background-color css
<style>
a { background-color: #0E964C; }
a { background-color: rgb(14,150,76); }
div.DivClassName
{
background-color: #0E964C;
}
.BgClassName
{
background-color: #0E964C;
}
</style>
border-color css
<style>
span { border-color: #0E964C; }
span { border-color: rgb(14,150,76); }
td.TdClassName
{
border-color: #0E964C;
}
.TagClassName
{
border-color: #0E964C;
}
</style>