#0E8D3E

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

Shades of Salem #0E8D3E

Tints of Salem #0E8D3E

Color information

#0E8D3E (or 0x0E8D3E) is unknown color: approx Salem. HEX triplet: 0E, 8D and 3E. RGB value is (14,141,62). Sum of RGB (Red+Green+Blue) = 14+141+62=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 141 (55.47% from 255 or 64.98% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8D3E is #F172C1. Grayscale: #5E5E5E. Windows color (decimal): -15823554 or 4099342. OLE color: 4099342.

HSL color Cylindrical-coordinate representation of color #0E8D3E: hue angle of 142.68º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D3E is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1414162-
CMYK0.9000.560.45
HSL142.68º81.94%30.39%-
HSV(B)142.68º90.07%55.29%-
XYZ10.5819.497.76-
YUV94.02109.9270.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.45%
GREEN value IS 141 (55.47% from 255) = 64.98%
BLUE value IS 62 (24.61% from 255) = 28.57%
R=6.45%
G=64.98%
B=28.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14141620.9000.560.45142.6881.9430.39
HexE8D3E5A0382D8f521e
Octal16215761320705521712236
Binary1110100011011111101011010011100010110110001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,141,62); }

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

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

 a { background-color: rgb(14,141,62); }

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

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

 span { border-color: rgb(14,141,62); }

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