Html Css Color HEX #14944C Salem

📋 copy color: '#14944C'

red 20 ◦ green 148 ◦ blue 76

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

Shades of Salem #14944C

Tints of Salem #14944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 8.2%
G = 60.66%
B = 31.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#14944C (or 0x14944C) is known color: Salem. HEX triplet: 14, 94 and 4C. RGB value is (20,148,76). Sum of RGB (Red+Green+Blue) = 20+148+76=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #14944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14944C is #EB6BB3. Grayscale: #656565. Windows color (decimal): -15428532 or 5018644. OLE color: 5018644.

HSL color Cylindrical-coordinate representation of color #14944C: hue angle of 146.25º 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 #14944C is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 76 -
CMYK 0.86 0 0.49 0.42
HSL 146.25º 0.76% 0.33% -
HSV(B) 146.25º 0.86% 0.58% -
XYZ 12.18 21.85 10.41 -
YUV 101.52 113.59 69.85 -
System Red Green Blue C M Y K H S L
Decimal 20 148 76 0.86 0 0.49 0.42 146.25 0.76 0.33
Hex 14 94 4C 56 0 31 2A 92 4C 21
Octal 24 224 114 126 0 61 52 222 114 41
Binary 10100 10010100 1001100 1010110 0 110001 101010 10010010 1001100 100001

Color Harmonies of #14944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14944C

Black with #14944C

Text Example


Text Example

White with #14944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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