Html Css Color HEX #14944D Salem

📋 copy color: '#14944D'

red 20 ◦ green 148 ◦ blue 77

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

Shades of Salem #14944D

Tints of Salem #14944D

RGB

 RED value IS 20 (8.2% from 255) = 8.16%

 GREEN value IS 148 (58.2% from 255) = 60.41%

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

R = 8.16%
G = 60.41%
B = 31.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#14944D (or 0x14944D) is known color: Salem. HEX triplet: 14, 94 and 4D. RGB value is (20,148,77). Sum of RGB (Red+Green+Blue) = 20+148+77=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #14944D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14944D is #EB6BB2. Grayscale: #656565. Windows color (decimal): -15428531 or 5084180. OLE color: 5084180.

HSL color Cylindrical-coordinate representation of color #14944D: hue angle of 146.72º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14944D is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 77 -
CMYK 0.86 0 0.48 0.42
HSL 146.72º 0.76% 0.33% -
HSV(B) 146.72º 0.86% 0.58% -
XYZ 12.22 21.86 10.6 -
YUV 101.63 114.09 69.77 -
System Red Green Blue C M Y K H S L
Decimal 20 148 77 0.86 0 0.48 0.42 146.72 0.76 0.33
Hex 14 94 4D 56 0 30 2A 93 4C 21
Octal 24 224 115 126 0 60 52 223 114 41
Binary 10100 10010100 1001101 1010110 0 110000 101010 10010011 1001100 100001

Color Harmonies of #14944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14944D

Black with #14944D

Text Example


Text Example

White with #14944D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,148,77); }

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

background-color css

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

 a { background-color: rgb(20,148,77); }

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

border-color css

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

 span { border-color: rgb(20,148,77); }

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