Shades of Pigment Green #0E9D4B
Tints of Pigment Green #0E9D4B
RGB
CMYK
RGB Variations
Color information
#0E9D4B (or 0x0E9D4B) is known color: Pigment Green. HEX triplet: 0E, 9D and 4B. RGB value is (14,157,75). Sum of RGB (Red+Green+Blue) = 14+157+75=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 157 (61.72% from 255 or 63.82% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D4B is #F162B4. Grayscale: #696969. Windows color (decimal): -15819445 or 4955406. OLE color: 4955406.
HSL color Cylindrical-coordinate representation of color #0E9D4B: hue angle of 145.59º 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 #0E9D4B is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 75 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.38 |
| HSL | 145.59º | 0.84% | 0.34% | - |
| HSV(B) | 145.59º | 0.91% | 0.62% | - |
| XYZ | 13.51 | 24.72 | 10.72 | - |
| YUV | 104.9 | 111.12 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 75 | 0.91 | 0 | 0.52 | 0.38 | 145.59 | 0.84 | 0.34 |
| Hex | E | 9D | 4B | 5B | 0 | 34 | 26 | 92 | 54 | 22 |
| Octal | 16 | 235 | 113 | 133 | 0 | 64 | 46 | 222 | 124 | 42 |
| Binary | 1110 | 10011101 | 1001011 | 1011011 | 0 | 110100 | 100110 | 10010010 | 1010100 | 100010 |
Color Harmonies of #0E9D4B
Complementary color
Monochromatic Colors of #0E9D4B
Black with #0E9D4B
Text Example
Text Example
White with #0E9D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D4B; }
p { color: rgb(14,157,75); }
H1.HeaderClassName
{
color: #0E9D4B;
}
.AnyTagClassName
{
color: #0E9D4B;
}
</style>
background-color css
<style>
a { background-color: #0E9D4B; }
a { background-color: rgb(14,157,75); }
div.DivClassName
{
background-color: #0E9D4B;
}
.BgClassName
{
background-color: #0E9D4B;
}
</style>
border-color css
<style>
span { border-color: #0E9D4B; }
span { border-color: rgb(14,157,75); }
td.TdClassName
{
border-color: #0E9D4B;
}
.TagClassName
{
border-color: #0E9D4B;
}
</style>