#0E9151

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

Shades of Salem #0E9151

Tints of Salem #0E9151

Color information

#0E9151 (or 0x0E9151) is unknown color: approx Salem. HEX triplet: 0E, 91 and 51. RGB value is (14,145,81). Sum of RGB (Red+Green+Blue) = 14+145+81=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9151 is #F16EAE. Grayscale: #626262. Windows color (decimal): -15822511 or 5345550. OLE color: 5345550.

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

Color convert

RGB1414581-
CMYK0.9000.440.43
HSL150.69º82.39%31.18%-
HSV(B)150.69º90.34%56.86%-
XYZ11.7920.9411.2-
YUV98.53118.167.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.83%
GREEN value IS 145 (57.03% from 255) = 60.42%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=5.83%
G=60.42%
B=33.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14145810.9000.440.43150.6982.3931.18
HexE91515A02C2B97521f
Octal162211211320545322712237
Binary11101001000110100011011010010110010101110010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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