#0E8E3A

Color #0E8E3A Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0E8E3A

Tints of Salem #0E8E3A

Color information

#0E8E3A (or 0x0E8E3A) is unknown color: approx Salem. HEX triplet: 0E, 8E and 3A. RGB value is (14,142,58). Sum of RGB (Red+Green+Blue) = 14+142+58=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 142 (55.86% from 255 or 66.36% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8E3A is #F171C5. Grayscale: #5E5E5E. Windows color (decimal): -15823302 or 3837454. OLE color: 3837454.

HSL color Cylindrical-coordinate representation of color #0E8E3A: hue angle of 140.62º 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 #0E8E3A is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1414258-
CMYK0.9000.590.44
HSL140.62º82.05%30.59%-
HSV(B)140.62º90.14%55.69%-
XYZ10.6219.747.25-
YUV94.15107.5970.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 6.54%
GREEN value IS 142 (55.86% from 255) = 66.36%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=6.54%
G=66.36%
B=27.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14142580.9000.590.44140.6282.0530.59
HexE8E3A5A03B2C8d521f
Octal16216721320735421512237
Binary1110100011101110101011010011101110110010001101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E8E3A; }

 p { color: rgb(14,142,58); }

 H1.HeaderClassName
 {
   color: #0E8E3A;
 }
 .AnyTagClassName
 {
   color: #0E8E3A;
 }
</style>
background-color css

<style>
 a { background-color: #0E8E3A; }

 a { background-color: rgb(14,142,58); }

 div.DivClassName
 {
   background-color: #0E8E3A;
 }
 .BgClassName
 {
   background-color: #0E8E3A;
 }
</style>
border-color css

<style>
 span { border-color: #0E8E3A; }

 span { border-color: rgb(14,142,58); }

 td.TdClassName
 {
   border-color: #0E8E3A;
 }
 .TagClassName
 {
   border-color: #0E8E3A;
 }
</style>