Shades of Salem #0E903A
Tints of Salem #0E903A
RGB
CMYK
RGB Variations
Color information
#0E903A (or 0x0E903A) is known color: Salem. HEX triplet: 0E, 90 and 3A. RGB value is (14,144,58). Sum of RGB (Red+Green+Blue) = 14+144+58=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #0E903A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E903A is #F16FC5. Grayscale: #5F5F5F. Windows color (decimal): -15822790 or 3837966. OLE color: 3837966.
HSL color Cylindrical-coordinate representation of color #0E903A: hue angle of 140.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E903A is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 58 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.44 |
| HSL | 140.31º | 0.82% | 0.31% | - |
| HSV(B) | 140.31º | 0.9% | 0.56% | - |
| XYZ | 10.92 | 20.35 | 7.35 | - |
| YUV | 95.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 58 | 0.90 | 0 | 0.60 | 0.44 | 140.31 | 0.82 | 0.31 |
| Hex | E | 90 | 3A | 5A | 0 | 3C | 2C | 8C | 52 | 1F |
| Octal | 16 | 220 | 72 | 132 | 0 | 74 | 54 | 214 | 122 | 37 |
| Binary | 1110 | 10010000 | 111010 | 1011010 | 0 | 111100 | 101100 | 10001100 | 1010010 | 11111 |
Color Harmonies of #0E903A
Complementary color
Monochromatic Colors of #0E903A
Black with #0E903A
Text Example
Text Example
White with #0E903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E903A; }
p { color: rgb(14,144,58); }
H1.HeaderClassName
{
color: #0E903A;
}
.AnyTagClassName
{
color: #0E903A;
}
</style>
background-color css
<style>
a { background-color: #0E903A; }
a { background-color: rgb(14,144,58); }
div.DivClassName
{
background-color: #0E903A;
}
.BgClassName
{
background-color: #0E903A;
}
</style>
border-color css
<style>
span { border-color: #0E903A; }
span { border-color: rgb(14,144,58); }
td.TdClassName
{
border-color: #0E903A;
}
.TagClassName
{
border-color: #0E903A;
}
</style>