Html Css Color HEX #148C7E Elf Green

📋 copy color: '#148C7E'

red 20 ◦ green 140 ◦ blue 126

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

Shades of Elf Green #148C7E

Tints of Elf Green #148C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.95%

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 6.99%
G = 48.95%
B = 44.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#148C7E (or 0x148C7E) is known color: Elf Green. HEX triplet: 14, 8C and 7E. RGB value is (20,140,126). Sum of RGB (Red+Green+Blue) = 20+140+126=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #148C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148C7E is #EB7381. Grayscale: #666666. Windows color (decimal): -15430530 or 8293396. OLE color: 8293396.

HSL color Cylindrical-coordinate representation of color #148C7E: hue angle of 173º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148C7E is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 140 126 -
CMYK 0.86 0 0.10 0.45
HSL 173º 0.75% 0.31% -
HSV(B) 173º 0.86% 0.55% -
XYZ 13.43 20.41 22.97 -
YUV 102.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 20 140 126 0.86 0 0.10 0.45 173 0.75 0.31
Hex 14 8C 7E 56 0 A 2D AD 4B 1F
Octal 24 214 176 126 0 12 55 255 113 37
Binary 10100 10001100 1111110 1010110 0 1010 101101 10101101 1001011 11111

Color Harmonies of #148C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148C7E

Black with #148C7E

Text Example


Text Example

White with #148C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,140,126); }

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

background-color css

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

 a { background-color: rgb(20,140,126); }

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

border-color css

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

 span { border-color: rgb(20,140,126); }

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