#0E8A46

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

Shades of Salem #0E8A46

Tints of Salem #0E8A46

Color information

#0E8A46 (or 0x0E8A46) is unknown color: approx Salem. HEX triplet: 0E, 8A and 46. RGB value is (14,138,70). Sum of RGB (Red+Green+Blue) = 14+138+70=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8A46 is #F175B9. Grayscale: #5D5D5D. Windows color (decimal): -15824314 or 4622862. OLE color: 4622862.

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

Color convert

RGB1413870-
CMYK0.9000.490.46
HSL147.1º81.58%29.8%-
HSV(B)147.1º89.86%54.12%-
XYZ10.3818.718.86-
YUV93.17114.9271.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 138 (54.30% from 255) = 62.16%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=6.31%
G=62.16%
B=31.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14138700.9000.490.46147.181.5829.8
HexE8A465A0312E93521e
Octal162121061320615622312236
Binary11101000101010001101011010011000110111010010011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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