Shades of Pigment Green #0E9C36
Tints of Pigment Green #0E9C36
RGB
CMYK
RGB Variations
Color information
#0E9C36 (or 0x0E9C36) is known color: Pigment Green. HEX triplet: 0E, 9C and 36. RGB value is (14,156,54). Sum of RGB (Red+Green+Blue) = 14+156+54=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 156 (61.33% from 255 or 69.64% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9C36 is #F163C9. Grayscale: #666666. Windows color (decimal): -15819722 or 3578894. OLE color: 3578894.
HSL color Cylindrical-coordinate representation of color #0E9C36: hue angle of 136.9º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C36 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 156 | 54 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.39 |
| HSL | 136.9º | 0.84% | 0.33% | - |
| HSV(B) | 136.9º | 0.91% | 0.61% | - |
| XYZ | 12.74 | 24.14 | 7.48 | - |
| YUV | 101.91 | 100.96 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 156 | 54 | 0.91 | 0 | 0.65 | 0.39 | 136.9 | 0.84 | 0.33 |
| Hex | E | 9C | 36 | 5B | 0 | 41 | 27 | 89 | 54 | 21 |
| Octal | 16 | 234 | 66 | 133 | 0 | 101 | 47 | 211 | 124 | 41 |
| Binary | 1110 | 10011100 | 110110 | 1011011 | 0 | 1000001 | 100111 | 10001001 | 1010100 | 100001 |
Color Harmonies of #0E9C36
Complementary color
Monochromatic Colors of #0E9C36
Black with #0E9C36
Text Example
Text Example
White with #0E9C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9C36; }
p { color: rgb(14,156,54); }
H1.HeaderClassName
{
color: #0E9C36;
}
.AnyTagClassName
{
color: #0E9C36;
}
</style>
background-color css
<style>
a { background-color: #0E9C36; }
a { background-color: rgb(14,156,54); }
div.DivClassName
{
background-color: #0E9C36;
}
.BgClassName
{
background-color: #0E9C36;
}
</style>
border-color css
<style>
span { border-color: #0E9C36; }
span { border-color: rgb(14,156,54); }
td.TdClassName
{
border-color: #0E9C36;
}
.TagClassName
{
border-color: #0E9C36;
}
</style>