Html Css Color HEX #148376 Elf Green

📋 copy color: '#148376'

red 20 ◦ green 131 ◦ blue 118

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

Shades of Elf Green #148376

Tints of Elf Green #148376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 7.43%
G = 48.7%
B = 43.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#148376 (or 0x148376) is known color: Elf Green. HEX triplet: 14, 83 and 76. RGB value is (20,131,118). Sum of RGB (Red+Green+Blue) = 20+131+118=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #148376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148376 is #EB7C89. Grayscale: #606060. Windows color (decimal): -15432842 or 7766804. OLE color: 7766804.

HSL color Cylindrical-coordinate representation of color #148376: hue angle of 172.97º 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 #148376 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 118 -
CMYK 0.85 0 0.10 0.49
HSL 172.97º 0.74% 0.3% -
HSV(B) 172.97º 0.85% 0.51% -
XYZ 11.67 17.69 19.94 -
YUV 96.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 20 131 118 0.85 0 0.10 0.49 172.97 0.74 0.3
Hex 14 83 76 55 0 A 31 AD 4A 1E
Octal 24 203 166 125 0 12 61 255 112 36
Binary 10100 10000011 1110110 1010101 0 1010 110001 10101101 1001010 11110

Color Harmonies of #148376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148376

Black with #148376

Text Example


Text Example

White with #148376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148376; }

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

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

background-color css

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

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

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

border-color css

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

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

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