#0E8A3C

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

Shades of Salem #0E8A3C

Tints of Salem #0E8A3C

Color information

#0E8A3C (or 0x0E8A3C) is unknown color: approx Salem. HEX triplet: 0E, 8A and 3C. RGB value is (14,138,60). Sum of RGB (Red+Green+Blue) = 14+138+60=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8A3C is #F175C3. Grayscale: #5C5C5C. Windows color (decimal): -15824324 or 3967502. OLE color: 3967502.

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

Color convert

RGB1413860-
CMYK0.9000.570.46
HSL142.26º81.58%29.8%-
HSV(B)142.26º89.86%54.12%-
XYZ10.0918.67.33-
YUV92.03109.9272.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.60%
GREEN value IS 138 (54.30% from 255) = 65.09%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=6.60%
G=65.09%
B=28.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14138600.9000.570.46142.2681.5829.8
HexE8A3C5A0392E8e521e
Octal16212741320715621612236
Binary1110100010101111001011010011100110111010001110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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