#12895A

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

Shades of Salem #12895A

Tints of Salem #12895A

Color information

#12895A (or 0x12895A) is unknown color: approx Salem. HEX triplet: 12, 89 and 5A. RGB value is (18,137,90). Sum of RGB (Red+Green+Blue) = 18+137+90=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #12895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12895A is #ED76A5. Grayscale: #606060. Windows color (decimal): -15562406 or 5933330. OLE color: 5933330.

HSL color Cylindrical-coordinate representation of color #12895A: hue angle of 156.3º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12895A is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1813790-
CMYK0.8700.340.46
HSL156.3º76.77%30.39%-
HSV(B)156.3º86.86%53.73%-
XYZ11.0418.7612.71-
YUV96.06124.5872.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 137 (53.91% from 255) = 55.92%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=7.35%
G=55.92%
B=36.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137900.8700.340.46156.376.7730.39
Hex12895A570222E9c4d1e
Octal222111321270425623411536
Binary100101000100110110101010111010001010111010011100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12895A; }

 p { color: rgb(18,137,90); }

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

<style>
 a { background-color: #12895A; }

 a { background-color: rgb(18,137,90); }

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

<style>
 span { border-color: #12895A; }

 span { border-color: rgb(18,137,90); }

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