Shades of Pigment Green #0E9654
Tints of Pigment Green #0E9654
RGB
CMYK
RGB Variations
Color information
#0E9654 (or 0x0E9654) is known color: Pigment Green. HEX triplet: 0E, 96 and 54. RGB value is (14,150,84). Sum of RGB (Red+Green+Blue) = 14+150+84=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 150 (58.98% from 255 or 60.48% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 150 - color contains mainly: green. Hex color #0E9654 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9654 is #F169AB. Grayscale: #656565. Windows color (decimal): -15821228 or 5543438. OLE color: 5543438.
HSL color Cylindrical-coordinate representation of color #0E9654: hue angle of 150.88º 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 #0E9654 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 150 | 84 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.41 |
| HSL | 150.88º | 0.83% | 0.32% | - |
| HSV(B) | 150.88º | 0.91% | 0.59% | - |
| XYZ | 12.69 | 22.55 | 12.07 | - |
| YUV | 101.81 | 117.94 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 150 | 84 | 0.91 | 0 | 0.44 | 0.41 | 150.88 | 0.83 | 0.32 |
| Hex | E | 96 | 54 | 5B | 0 | 2C | 29 | 97 | 53 | 20 |
| Octal | 16 | 226 | 124 | 133 | 0 | 54 | 51 | 227 | 123 | 40 |
| Binary | 1110 | 10010110 | 1010100 | 1011011 | 0 | 101100 | 101001 | 10010111 | 1010011 | 100000 |
Color Harmonies of #0E9654
Complementary color
Monochromatic Colors of #0E9654
Black with #0E9654
Text Example
Text Example
White with #0E9654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9654; }
p { color: rgb(14,150,84); }
H1.HeaderClassName
{
color: #0E9654;
}
.AnyTagClassName
{
color: #0E9654;
}
</style>
background-color css
<style>
a { background-color: #0E9654; }
a { background-color: rgb(14,150,84); }
div.DivClassName
{
background-color: #0E9654;
}
.BgClassName
{
background-color: #0E9654;
}
</style>
border-color css
<style>
span { border-color: #0E9654; }
span { border-color: rgb(14,150,84); }
td.TdClassName
{
border-color: #0E9654;
}
.TagClassName
{
border-color: #0E9654;
}
</style>