Html Css Color HEX #148950 Salem

📋 copy color: '#148950'

red 20 ◦ green 137 ◦ blue 80

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

Shades of Salem #148950

Tints of Salem #148950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 8.44%
G = 57.81%
B = 33.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#148950 (or 0x148950) is known color: Salem. HEX triplet: 14, 89 and 50. RGB value is (20,137,80). Sum of RGB (Red+Green+Blue) = 20+137+80=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #148950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148950 is #EB76AF. Grayscale: #5F5F5F. Windows color (decimal): -15431344 or 5277972. OLE color: 5277972.

HSL color Cylindrical-coordinate representation of color #148950: hue angle of 150.77º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148950 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 80 -
CMYK 0.85 0 0.42 0.46
HSL 150.77º 0.75% 0.31% -
HSV(B) 150.77º 0.85% 0.54% -
XYZ 10.68 18.62 10.62 -
YUV 95.52 119.24 74.13 -
System Red Green Blue C M Y K H S L
Decimal 20 137 80 0.85 0 0.42 0.46 150.77 0.75 0.31
Hex 14 89 50 55 0 2A 2E 97 4B 1F
Octal 24 211 120 125 0 52 56 227 113 37
Binary 10100 10001001 1010000 1010101 0 101010 101110 10010111 1001011 11111

Color Harmonies of #148950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148950

Black with #148950

Text Example


Text Example

White with #148950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148950; }

 p { color: rgb(20,137,80); }

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

background-color css

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

 a { background-color: rgb(20,137,80); }

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

border-color css

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

 span { border-color: rgb(20,137,80); }

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