#12894F

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

Shades of Salem #12894F

Tints of Salem #12894F

Color information

#12894F (or 0x12894F) is unknown color: approx Salem. HEX triplet: 12, 89 and 4F. RGB value is (18,137,79). Sum of RGB (Red+Green+Blue) = 18+137+79=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #12894F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12894F is #ED76B0. Grayscale: #5E5E5E. Windows color (decimal): -15562417 or 5212434. OLE color: 5212434.

HSL color Cylindrical-coordinate representation of color #12894F: hue angle of 150.76º 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 #12894F is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1813779-
CMYK0.8700.420.46
HSL150.76º76.77%30.39%-
HSV(B)150.76º86.86%53.73%-
XYZ10.6118.5810.43-
YUV94.81119.0873.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 137 (53.91% from 255) = 58.55%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=7.69%
G=58.55%
B=33.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137790.8700.420.46150.7676.7730.39
Hex12894F5702A2E974d1e
Octal222111171270525622711536
Binary100101000100110011111010111010101010111010010111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12894F; }

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

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

<style>
 a { background-color: #12894F; }

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

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

<style>
 span { border-color: #12894F; }

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

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