#0E9152

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

Shades of Salem #0E9152

Tints of Salem #0E9152

Color information

#0E9152 (or 0x0E9152) is unknown color: approx Salem. HEX triplet: 0E, 91 and 52. RGB value is (14,145,82). Sum of RGB (Red+Green+Blue) = 14+145+82=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9152 is #F16EAD. Grayscale: #626262. Windows color (decimal): -15822510 or 5411086. OLE color: 5411086.

HSL color Cylindrical-coordinate representation of color #0E9152: hue angle of 151.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9152 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB1414582-
CMYK0.9000.430.43
HSL151.15º82.39%31.18%-
HSV(B)151.15º90.34%56.86%-
XYZ11.8320.9511.4-
YUV98.65118.667.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.81%
GREEN value IS 145 (57.03% from 255) = 60.17%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=5.81%
G=60.17%
B=34.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14145820.9000.430.43151.1582.3931.18
HexE91525A02B2B97521f
Octal162211221320535322712237
Binary11101001000110100101011010010101110101110010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,145,82); }

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

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

 a { background-color: rgb(14,145,82); }

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

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

 span { border-color: rgb(14,145,82); }

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