Html Css Color HEX #12894D Salem

📋 copy color: '#12894D'

red 18 ◦ green 137 ◦ blue 77

#12894D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #12894D

Tints of Salem #12894D

RGB

 RED value IS 18 (7.42% from 255) = 7.76%

 GREEN value IS 137 (53.91% from 255) = 59.05%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 7.76%
G = 59.05%
B = 33.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#12894D (or 0x12894D) is known color: Salem. HEX triplet: 12, 89 and 4D. RGB value is (18,137,77). Sum of RGB (Red+Green+Blue) = 18+137+77=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #12894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12894D is #ED76B2. Grayscale: #5E5E5E. Windows color (decimal): -15562419 or 5081362. OLE color: 5081362.

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

Color convert

RGB 18 137 77 -
CMYK 0.87 0 0.44 0.46
HSL 149.75º 0.77% 0.3% -
HSV(B) 149.75º 0.87% 0.54% -
XYZ 10.53 18.56 10.05 -
YUV 94.58 118.08 73.38 -
System Red Green Blue C M Y K H S L
Decimal 18 137 77 0.87 0 0.44 0.46 149.75 0.77 0.3
Hex 12 89 4D 57 0 2C 2E 96 4D 1E
Octal 22 211 115 127 0 54 56 226 115 36
Binary 10010 10001001 1001101 1010111 0 101100 101110 10010110 1001101 11110

Color Harmonies of #12894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12894D

Black with #12894D

Text Example


Text Example

White with #12894D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12894D;
 }
 .AnyTagClassName
 {
   color: #12894D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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