Html Css Color HEX #148E7F Elf Green

📋 copy color: '#148E7F'

red 20 ◦ green 142 ◦ blue 127

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

Shades of Elf Green #148E7F

Tints of Elf Green #148E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.94%

R = 6.92%
G = 49.13%
B = 43.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#148E7F (or 0x148E7F) is known color: Elf Green. HEX triplet: 14, 8E and 7F. RGB value is (20,142,127). Sum of RGB (Red+Green+Blue) = 20+142+127=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #148E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E7F is #EB7180. Grayscale: #676767. Windows color (decimal): -15430017 or 8359444. OLE color: 8359444.

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

Color convert

RGB 20 142 127 -
CMYK 0.86 0 0.11 0.44
HSL 172.62º 0.75% 0.32% -
HSV(B) 172.62º 0.86% 0.56% -
XYZ 13.79 21.03 23.41 -
YUV 103.81 141.08 68.22 -
System Red Green Blue C M Y K H S L
Decimal 20 142 127 0.86 0 0.11 0.44 172.62 0.75 0.32
Hex 14 8E 7F 56 0 B 2C AD 4B 20
Octal 24 216 177 126 0 13 54 255 113 40
Binary 10100 10001110 1111111 1010110 0 1011 101100 10101101 1001011 100000

Color Harmonies of #148E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148E7F

Black with #148E7F

Text Example


Text Example

White with #148E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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