Shades of Pigment Green #0E943A
Tints of Pigment Green #0E943A
RGB
CMYK
RGB Variations
Color information
#0E943A (or 0x0E943A) is known color: Pigment Green. HEX triplet: 0E, 94 and 3A. RGB value is (14,148,58). Sum of RGB (Red+Green+Blue) = 14+148+58=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 148 (58.20% from 255 or 67.27% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 148 - color contains mainly: green. Hex color #0E943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E943A is #F16BC5. Grayscale: #616161. Windows color (decimal): -15821766 or 3838990. OLE color: 3838990.
HSL color Cylindrical-coordinate representation of color #0E943A: hue angle of 139.7º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E943A is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 148 | 58 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.42 |
| HSL | 139.7º | 0.83% | 0.32% | - |
| HSV(B) | 139.7º | 0.91% | 0.58% | - |
| XYZ | 11.53 | 21.58 | 7.56 | - |
| YUV | 97.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 148 | 58 | 0.91 | 0 | 0.61 | 0.42 | 139.7 | 0.83 | 0.32 |
| Hex | E | 94 | 3A | 5B | 0 | 3D | 2A | 8C | 53 | 20 |
| Octal | 16 | 224 | 72 | 133 | 0 | 75 | 52 | 214 | 123 | 40 |
| Binary | 1110 | 10010100 | 111010 | 1011011 | 0 | 111101 | 101010 | 10001100 | 1010011 | 100000 |
Color Harmonies of #0E943A
Complementary color
Monochromatic Colors of #0E943A
Black with #0E943A
Text Example
Text Example
White with #0E943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E943A; }
p { color: rgb(14,148,58); }
H1.HeaderClassName
{
color: #0E943A;
}
.AnyTagClassName
{
color: #0E943A;
}
</style>
background-color css
<style>
a { background-color: #0E943A; }
a { background-color: rgb(14,148,58); }
div.DivClassName
{
background-color: #0E943A;
}
.BgClassName
{
background-color: #0E943A;
}
</style>
border-color css
<style>
span { border-color: #0E943A; }
span { border-color: rgb(14,148,58); }
td.TdClassName
{
border-color: #0E943A;
}
.TagClassName
{
border-color: #0E943A;
}
</style>