#0E9043

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

Shades of Salem #0E9043

Tints of Salem #0E9043

Color information

#0E9043 (or 0x0E9043) is unknown color: approx Salem. HEX triplet: 0E, 90 and 43. RGB value is (14,144,67). Sum of RGB (Red+Green+Blue) = 14+144+67=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 144 (56.64% from 255 or 64% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9043 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9043 is #F16FBC. Grayscale: #606060. Windows color (decimal): -15822781 or 4427790. OLE color: 4427790.

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

Color convert

RGB1414467-
CMYK0.9000.530.44
HSL144.46º82.28%30.98%-
HSV(B)144.46º90.28%56.47%-
XYZ11.1720.458.67-
YUV96.35111.4369.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 144 (56.64% from 255) = 64%
BLUE value IS 67 (26.56% from 255) = 29.78%
R=6.22%
G=64%
B=29.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14144670.9000.530.44144.4682.2830.98
HexE90435A0352C90521f
Octal162201031320655422012237
Binary11101001000010000111011010011010110110010010000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,144,67); }

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

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

 a { background-color: rgb(14,144,67); }

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

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

 span { border-color: rgb(14,144,67); }

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