Html Css Color HEX #0E893F Salem

📋 copy color: '#0E893F'

red 14 ◦ green 137 ◦ blue 63

#0E893F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #0E893F

Tints of Salem #0E893F

RGB

 RED value IS 14 (5.86% from 255) = 6.54%

 GREEN value IS 137 (53.91% from 255) = 64.02%

 BLUE value IS 63 (25% from 255) = 29.44%

R = 6.54%
G = 64.02%
B = 29.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#0E893F (or 0x0E893F) is known color: Salem. HEX triplet: 0E, 89 and 3F. RGB value is (14,137,63). Sum of RGB (Red+Green+Blue) = 14+137+63=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #0E893F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E893F is #F176C0. Grayscale: #5B5B5B. Windows color (decimal): -15824577 or 4163854. OLE color: 4163854.

HSL color Cylindrical-coordinate representation of color #0E893F: hue angle of 143.9º degrees, saturation: 0.81, 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 #0E893F is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 137 63 -
CMYK 0.90 0 0.54 0.46
HSL 143.9º 0.81% 0.3% -
HSV(B) 143.9º 0.9% 0.54% -
XYZ 10.02 18.34 7.71 -
YUV 91.79 111.75 72.52 -
System Red Green Blue C M Y K H S L
Decimal 14 137 63 0.90 0 0.54 0.46 143.9 0.81 0.3
Hex E 89 3F 5A 0 36 2E 90 51 1E
Octal 16 211 77 132 0 66 56 220 121 36
Binary 1110 10001001 111111 1011010 0 110110 101110 10010000 1010001 11110

Color Harmonies of #0E893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E893F

Black with #0E893F

Text Example


Text Example

White with #0E893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,137,63); }

 H1.HeaderClassName
 {
   color: #0E893F;
 }
 .AnyTagClassName
 {
   color: #0E893F;
 }
</style>

background-color css

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

 a { background-color: rgb(14,137,63); }

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

border-color css

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

 span { border-color: rgb(14,137,63); }

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