#148C7E

Color #148C7E Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #148C7E

Tints of Elf Green #148C7E

Color information

#148C7E (or 0x148C7E) is unknown color: approx 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

RGB20140126-
CMYK0.8600.100.45
HSL173º75%31.37%-
HSV(B)173º85.71%54.9%-
XYZ13.4320.4122.97-
YUV102.52141.2469.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201401260.8600.100.451737531.37
Hex148C7E560A2Dad4b1f
Octal242141761260125525511337
Binary1010010001100111111010101100101010110110101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>