Html Css Color HEX #148374 Elf Green

📋 copy color: '#148374'

red 20 ◦ green 131 ◦ blue 116

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

Shades of Elf Green #148374

Tints of Elf Green #148374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

 BLUE value IS 116 (45.7% from 255) = 43.45%

R = 7.49%
G = 49.06%
B = 43.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#148374 (or 0x148374) is known color: Elf Green. HEX triplet: 14, 83 and 74. RGB value is (20,131,116). Sum of RGB (Red+Green+Blue) = 20+131+116=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #148374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148374 is #EB7C8B. Grayscale: #606060. Windows color (decimal): -15432844 or 7635732. OLE color: 7635732.

HSL color Cylindrical-coordinate representation of color #148374: hue angle of 171.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148374 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 116 -
CMYK 0.85 0 0.11 0.49
HSL 171.89º 0.74% 0.3% -
HSV(B) 171.89º 0.85% 0.51% -
XYZ 11.56 17.64 19.32 -
YUV 96.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 20 131 116 0.85 0 0.11 0.49 171.89 0.74 0.3
Hex 14 83 74 55 0 B 31 AC 4A 1E
Octal 24 203 164 125 0 13 61 254 112 36
Binary 10100 10000011 1110100 1010101 0 1011 110001 10101100 1001010 11110

Color Harmonies of #148374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148374

Black with #148374

Text Example


Text Example

White with #148374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148374; }

 p { color: rgb(20,131,116); }

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

background-color css

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

 a { background-color: rgb(20,131,116); }

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

border-color css

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

 span { border-color: rgb(20,131,116); }

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