Html Css Color HEX #148E5D Elf Green

📋 copy color: '#148E5D'

red 20 ◦ green 142 ◦ blue 93

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

Shades of Elf Green #148E5D

Tints of Elf Green #148E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.69%

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 7.84%
G = 55.69%
B = 36.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#148E5D (or 0x148E5D) is known color: Elf Green. HEX triplet: 14, 8E and 5D. RGB value is (20,142,93). Sum of RGB (Red+Green+Blue) = 20+142+93=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #148E5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E5D is #EB71A2. Grayscale: #646464. Windows color (decimal): -15430051 or 6131220. OLE color: 6131220.

HSL color Cylindrical-coordinate representation of color #148E5D: hue angle of 155.9º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148E5D is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 142 93 -
CMYK 0.86 0 0.35 0.44
HSL 155.9º 0.75% 0.32% -
HSV(B) 155.9º 0.86% 0.56% -
XYZ 11.94 20.29 13.64 -
YUV 99.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 20 142 93 0.86 0 0.35 0.44 155.9 0.75 0.32
Hex 14 8E 5D 56 0 23 2C 9C 4B 20
Octal 24 216 135 126 0 43 54 234 113 40
Binary 10100 10001110 1011101 1010110 0 100011 101100 10011100 1001011 100000

Color Harmonies of #148E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148E5D

Black with #148E5D

Text Example


Text Example

White with #148E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,142,93); }

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

background-color css

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

 a { background-color: rgb(20,142,93); }

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

border-color css

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

 span { border-color: rgb(20,142,93); }

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