Shades of Pigment Green #0E994B
Tints of Pigment Green #0E994B
RGB
CMYK
RGB Variations
Color information
#0E994B (or 0x0E994B) is known color: Pigment Green. HEX triplet: 0E, 99 and 4B. RGB value is (14,153,75). Sum of RGB (Red+Green+Blue) = 14+153+75=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #0E994B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E994B is #F166B4. Grayscale: #666666. Windows color (decimal): -15820469 or 4954382. OLE color: 4954382.
HSL color Cylindrical-coordinate representation of color #0E994B: hue angle of 146.33º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E994B is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 153 | 75 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.4 |
| HSL | 146.33º | 0.83% | 0.33% | - |
| HSV(B) | 146.33º | 0.91% | 0.6% | - |
| XYZ | 12.84 | 23.38 | 10.49 | - |
| YUV | 102.55 | 112.45 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 75 | 0.91 | 0 | 0.51 | 0.4 | 146.33 | 0.83 | 0.33 |
| Hex | E | 99 | 4B | 5B | 0 | 33 | 28 | 92 | 53 | 21 |
| Octal | 16 | 231 | 113 | 133 | 0 | 63 | 50 | 222 | 123 | 41 |
| Binary | 1110 | 10011001 | 1001011 | 1011011 | 0 | 110011 | 101000 | 10010010 | 1010011 | 100001 |
Color Harmonies of #0E994B
Complementary color
Monochromatic Colors of #0E994B
Black with #0E994B
Text Example
Text Example
White with #0E994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E994B; }
p { color: rgb(14,153,75); }
H1.HeaderClassName
{
color: #0E994B;
}
.AnyTagClassName
{
color: #0E994B;
}
</style>
background-color css
<style>
a { background-color: #0E994B; }
a { background-color: rgb(14,153,75); }
div.DivClassName
{
background-color: #0E994B;
}
.BgClassName
{
background-color: #0E994B;
}
</style>
border-color css
<style>
span { border-color: #0E994B; }
span { border-color: rgb(14,153,75); }
td.TdClassName
{
border-color: #0E994B;
}
.TagClassName
{
border-color: #0E994B;
}
</style>