Html Css Color HEX #148C64 Elf Green

📋 copy color: '#148C64'

red 20 ◦ green 140 ◦ blue 100

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

Shades of Elf Green #148C64

Tints of Elf Green #148C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.85%

 BLUE value IS 100 (39.45% from 255) = 38.46%

R = 7.69%
G = 53.85%
B = 38.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#148C64 (or 0x148C64) is known color: Elf Green. HEX triplet: 14, 8C and 64. RGB value is (20,140,100). Sum of RGB (Red+Green+Blue) = 20+140+100=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #148C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148C64 is #EB739B. Grayscale: #636363. Windows color (decimal): -15430556 or 6589460. OLE color: 6589460.

HSL color Cylindrical-coordinate representation of color #148C64: hue angle of 160º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148C64 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 140 100 -
CMYK 0.86 0 0.29 0.45
HSL 160º 0.75% 0.31% -
HSV(B) 160º 0.86% 0.55% -
XYZ 11.97 19.82 15.25 -
YUV 99.56 128.24 71.25 -
System Red Green Blue C M Y K H S L
Decimal 20 140 100 0.86 0 0.29 0.45 160 0.75 0.31
Hex 14 8C 64 56 0 1D 2D A0 4B 1F
Octal 24 214 144 126 0 35 55 240 113 37
Binary 10100 10001100 1100100 1010110 0 11101 101101 10100000 1001011 11111

Color Harmonies of #148C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148C64

Black with #148C64

Text Example


Text Example

White with #148C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148C64; }

 p { color: rgb(20,140,100); }

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

background-color css

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

 a { background-color: rgb(20,140,100); }

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

border-color css

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

 span { border-color: rgb(20,140,100); }

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