Html Css Color HEX #148E6D Elf Green

📋 copy color: '#148E6D'

red 20 ◦ green 142 ◦ blue 109

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

Shades of Elf Green #148E6D

Tints of Elf Green #148E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 7.38%
G = 52.4%
B = 40.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#148E6D (or 0x148E6D) is known color: Elf Green. HEX triplet: 14, 8E and 6D. RGB value is (20,142,109). Sum of RGB (Red+Green+Blue) = 20+142+109=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #148E6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E6D is #EB7192. Grayscale: #656565. Windows color (decimal): -15430035 or 7179796. OLE color: 7179796.

HSL color Cylindrical-coordinate representation of color #148E6D: hue angle of 163.77º 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 #148E6D is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 142 109 -
CMYK 0.86 0 0.23 0.44
HSL 163.77º 0.75% 0.32% -
HSV(B) 163.77º 0.86% 0.56% -
XYZ 12.72 20.6 17.77 -
YUV 101.76 132.08 69.68 -
System Red Green Blue C M Y K H S L
Decimal 20 142 109 0.86 0 0.23 0.44 163.77 0.75 0.32
Hex 14 8E 6D 56 0 17 2C A4 4B 20
Octal 24 216 155 126 0 27 54 244 113 40
Binary 10100 10001110 1101101 1010110 0 10111 101100 10100100 1001011 100000

Color Harmonies of #148E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148E6D

Black with #148E6D

Text Example


Text Example

White with #148E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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