#0E8A3E

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

Shades of Salem #0E8A3E

Tints of Salem #0E8A3E

Color information

#0E8A3E (or 0x0E8A3E) is unknown color: approx Salem. HEX triplet: 0E, 8A and 3E. RGB value is (14,138,62). Sum of RGB (Red+Green+Blue) = 14+138+62=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8A3E is #F175C1. Grayscale: #5C5C5C. Windows color (decimal): -15824322 or 4098574. OLE color: 4098574.

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

Color convert

RGB1413862-
CMYK0.9000.550.46
HSL143.23º81.58%29.8%-
HSV(B)143.23º89.86%54.12%-
XYZ10.1418.627.62-
YUV92.26110.9272.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.54%
GREEN value IS 138 (54.30% from 255) = 64.49%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=6.54%
G=64.49%
B=28.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14138620.9000.550.46143.2381.5829.8
HexE8A3E5A0372E8f521e
Octal16212761320675621712236
Binary1110100010101111101011010011011110111010001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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